summaryrefslogtreecommitdiff
path: root/core/fxge/fx_dib.h
AgeCommit message (Expand)Author
2018-10-25Change FXDIB_BLEND_FOO typedefs to an enum class.Lei Zhang
2018-10-25Fix blend mode usage in CFX_ScanlineCompositor helpers.Lei Zhang
2018-10-24Remove FXDIB_BLEND_UNSUPPORTED.Lei Zhang
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-05-29Get rid of FXARGB_MAKE macro.Lei Zhang
2018-03-21Add helpers to work with FXDIB_Format.Lei Zhang
2018-03-21Change FXSYS_RGB() to FXSYS_BGR().Lei Zhang
2018-03-21Change FXSYS_Get{R,G,B}Value()'s input param to BGR.Lei Zhang
2018-03-21Rename one ArgbEncode() variant to AlphaAndColorRefToArgb().Lei Zhang
2018-03-20Change ArgbToColorRef() to ArgbToAlphaAndColorRef().chromium/3377Lei Zhang
2018-03-15Rename FX_COLORREF variables from "rgb" to "bgr".Lei Zhang
2018-01-04Remove CXFA_DataDataDan Sinclair
2017-05-25Remove some unused definesDan Sinclair
2017-04-20Let {Argb,Cmyk}Decode return tuplesNicolas Pena
2017-04-04Remove dib_int.hNicolas Pena
2017-04-04Finish splitting up fx_dib.hNicolas Pena
2017-04-03Split fx_dib part 5Nicolas Pena
2017-04-03Split fx_dib part 4Nicolas Pena
2017-03-31Split fx_dib part 3Nicolas Pena
2017-03-31Split fx_dib.h part 2chromium/3059Nicolas Pena
2017-03-31Split fx_dib part 1Nicolas Pena
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2016-12-14More unique_ptr returns from DIB methods.tsepez
2016-12-14Return unique_ptr from GetAlphaMask.tsepez
2016-12-06Return unique_ptrs from CFX_DIBitmap::Clone().tsepez
2016-11-22handle antialiased rendering as premultipliedcaryclark
2016-11-17fix corpus testscaryclark
2016-11-02Remove FX_BOOL from coretsepez
2016-10-17Rename CFX_CountRef to CFX_SharedCopyOnWritetsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair