summaryrefslogtreecommitdiff
path: root/core/fxge/dib
AgeCommit message (Expand)Author
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
2017-12-04Refactor CFX_ImageTransformer down sample calculations.Lei Zhang
2017-12-04Refactor CFX_ImageTransformer bicubic calculations.Lei Zhang
2017-12-04Refactor CFX_ImageTransformer bilinear calculations.Lei Zhang
2017-12-04Break out CFX_ImageTransformer color calculations.Lei Zhang
2017-12-04Break out CFX_ImageTransformer mono calculations.Lei Zhang
2017-12-04Break out CFX_ImageTransformer alpha calculations.Lei Zhang
2017-12-04Break out CFX_ImageTransformer mask calculations.Lei Zhang
2017-12-04Add functions for common code in CFX_ImageTransformer.Lei Zhang
2017-11-30Run clang-tidy google-readability-casting on //third_party/pdfiumDan Sinclair
2017-11-27Make ConvertBuffer_* voidchromium/3279Nicolas Pena
2017-11-27Prepend ++ in CFX_DIBSourceNicolas Pena
2017-11-02Rename Transparency to iTransparency.Lei Zhang
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-09-19Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220Lei Zhang
2017-09-13Add readme files to some directories.chromium/3215Henrique Nakashima
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Split IFX_Pause out of fx_basicDan Sinclair
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-03APIs and tests for extracting bitmaps from image objectsJane Liu
2017-07-12Move CMYKtoRGB methods to fx_codec and clean them upNicolas Pena
2017-07-10Move core/fxge/ge to core/fxge.Dan Sinclair