summaryrefslogtreecommitdiff
path: root/core/fxge/dib
AgeCommit message (Expand)Author
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
2017-07-07Check that there is enough data remaining in source BMP before readingchromium/3152Ryan Harrison
2017-06-29Move Start to constructor in CFX_Image(Renderer|Transformer)chromium/3145Nicolas Pena
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-18Fix typo in CFX_ImageTransformer::ContinueNicolas Pena
2017-05-11Use clamp() in a couple more places.Lei Zhang
2017-05-08Remove default params in CFX_DIBSourceNicolas Pena
2017-05-05Cleanup CStretchEngine and its CWeightTableNicolas Pena
2017-05-05More unused IFX_Pause parameters removedchromium/3091Dan Sinclair
2017-05-04More cleanup in CFX_ScanlineCompositorNicolas Pena
2017-04-26Guard against overflow in CFX_BilinearMatrix code.Dan Sinclair
2017-04-20Let {Argb,Cmyk}Decode return tuplesNicolas Pena
2017-04-19Split up CFX_DIBitmap::ConvertColorScaleNicolas Pena
2017-04-11Refactor CFX_Palettechromium/3069Nicolas Pena
2017-04-10Remove unreachable code in CFX_ScanlineCompositorchromium/3068Nicolas Pena
2017-04-07Remove the ICC transform where it is never initialized.Nicolas Pena
2017-04-07Use CFX_MaybeOwned on the buffer of CFX_DIBitmapNicolas Pena
2017-04-06Cleanup CFX_BitmapComposerNicolas Pena
2017-04-04Remove dib_int.hNicolas Pena