summaryrefslogtreecommitdiff
path: root/core/fxge/dib
AgeCommit message (Expand)Author
2018-10-26Replace int flags with struct FXDIB_ResampleOptions.Lei Zhang
2018-10-26Forward declare a bunch of classes.Lei Zhang
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-25Initialize CFX_ImageRenderer members in the header.Lei Zhang
2018-10-24Clean up CFX_ImageTransformer parameters.Lei Zhang
2018-10-22Remove third arg to CFX_DIBitmap::LoadChannel()chromium/3589Tom Sepez
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-04Refer to const smart pointers consistently.Lei Zhang
2018-09-25Add FxAlignToBoundary<>() template helper function.Tom Sepez
2018-09-20Fix misc lint errors and other cleanups.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-16Remove more optional args in core/Tom Sepez
2018-08-10Remove const args and const_casts where not required.Tom Sepez
2018-08-10Make CFX_ImageTransformer::CalcData's bitmap non-const.Lei Zhang
2018-08-10Add CFX_DIBSource::GetWritableScanline().Tom Sepez
2018-05-29Get rid of FXARGB_MAKE macro.Lei Zhang
2018-05-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-05-17Annotate CFX_ImageTransformer with LIKELY().Lei Zhang
2018-05-17Avoid fmodf() in CFX_BilinearMatrix.Lei Zhang
2018-05-07Use checked large integer in ContinueQuickStretchchromium/3424Ryan Harrison
2018-04-16Simplify CFX_DIBitmap::TransferBitmapNicolas Pena
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-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-15Fixing order of guards to avoid potential segvsRyan Harrison
2018-03-15Rename FX_COLORREF variables from "rgb" to "bgr".Lei Zhang
2018-03-15Cleanup CStretchEngine.Lei Zhang
2018-03-12Remove all usages of FXSYS_iswASCIIspacechromium/3369Ryan Harrison
2018-03-12Fix crash when creating a CFX_DIBitmap with FXDIB_Invalid.Henrique Nakashima
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-03-06Rename IFX classes in core/fxge to Ifacechromium/3364Dan Sinclair
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-03-05Make FPDFBitmap_GetFormat() work for JBIG images.Lei Zhang
2018-03-01Break up CFX_DIBSource::ConvertBuffer().Lei Zhang
2018-03-01Fix some nits in CFX_DIBSource::CloneConvert().Lei Zhang
2018-01-26Fix a wrong variable check in CFX_BilinearMatrix.Lei Zhang
2018-01-19Remove NeedAlpha() in CFX_ImageTransformer.Lei Zhang
2018-01-04Remove CXFA_DataDataDan Sinclair
2017-12-08Fix an LLVM error caused by assigning a uint32_t to an int without a castAndrew Weintraub
2017-12-05Avoid integer overflows in CPDF_FixedMatrix::Transform().Lei Zhang
2017-12-04Simplify color calculations in CFX_ImageTransformer.Lei Zhang
2017-12-04Simplify code in CFX_ImageTransformer.Lei Zhang