summaryrefslogtreecommitdiff
path: root/core/fxge/dib/fx_dib_main.cpp
AgeCommit message (Expand)Author
2018-10-26Replace int flags with struct FXDIB_ResampleOptions.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-05-29Get rid of FXARGB_MAKE macro.Lei Zhang
2018-04-10Add static_asserts for FX_RECT and FX_COLORREF.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-21Rename one ArgbEncode() variant to AlphaAndColorRefToArgb().Lei Zhang
2018-03-20Change ArgbToColorRef() to ArgbToAlphaAndColorRef().chromium/3377Lei Zhang
2018-03-15Fixing order of guards to avoid potential segvsRyan Harrison
2018-03-15Rename FX_COLORREF variables from "rgb" to "bgr".Lei Zhang
2018-03-12Remove all usages of FXSYS_iswASCIIspacechromium/3369Ryan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-01-04Remove CXFA_DataDataDan 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-30Avoid one more instance of the anti-pattern in 706346.Tom Sepez
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
2017-02-13core: fix a few uninitialized membersMiklos Vajna
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-21Fixup lint flags.Dan Sinclair
2016-11-17fix corpus testscaryclark
2016-11-02Remove FX_BOOL from coretsepez
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcodec/codec/include and core/fxcodec/include files updsinclair
2016-09-28Replace a few more std::unique_ptr.reset() with WrapUnique assignments.thestig
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-09Fix typos of the word outer.thestig
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-04Move CFX_GEModule into its own filenpm
2016-07-21Use smart pointers for graphics device classesweili
2016-07-19Use smart pointers for various Jbig2 decoding contextsweili
2016-06-22Remove some fx_dib functions with unused parameters.thestig
2016-06-07Get rid of NULLs in core/thestig
2016-06-02The PDFium source in core/fxge/dib implements a bit-blitting backend.caryclark
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-12Clean up CFX_ImageTransformer.thestig
2016-05-11Clean up CFX_ImageStretcher.thestig
2016-04-12Remove ICodec_* Interfaces.dsinclair