summaryrefslogtreecommitdiff
path: root/core/fxge
AgeCommit message (Expand)Author
2018-02-07Remove some deprecated RenderPage method usage.Lei Zhang
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-02-06IWYUMike Reed
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-30Guard usages of tellp(). It may return -1 in error cases.Henrique Nakashima
2018-01-30Remove not reachable branch in fxge code.Lei Zhang
2018-01-30Use anonymous namespace in gdiplus code.Lei Zhang
2018-01-26Fix a wrong variable check in CFX_BilinearMatrix.Lei Zhang
2018-01-26Mark some fxge class members as const.Lei Zhang
2018-01-24Put required DEFINE_PS_TABLES define in fx_freetype.cpp where it's used.chromium/3332chromium/3331Andrew Weintraub
2018-01-19Remove NeedAlpha() in CFX_ImageTransformer.Lei Zhang
2018-01-18Add jumbo build support for fxge and pwl.Lei Zhang
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-12Move some RetainPtr getters/setters out of headers.Lei Zhang
2018-01-11Remove core/fxge/cfx_fontmgr.h from headers.Lei Zhang
2018-01-11Use range-based for-loops in a few more places.Lei Zhang
2018-01-10Encapsulate CTTFontDesc.Lei Zhang
2018-01-10Move FreeType version check to its own method.Lei Zhang
2018-01-09Fix cl/22012 to always call FXFT_Library_SetLcdFilter so that we render prope...Andrew Weintraub
2018-01-08Always enable hinting with versions of Freetype >= 2.8.1, which include subpi...Andrew Weintraub
2018-01-08Make SharedCopyOnWrite use RetainablesDan Sinclair
2018-01-04Remove CXFA_DataDataDan Sinclair
2017-12-19Fix use_system_freetype=true build when third_party/freetype is missingTom Anderson
2017-12-12Roll DEPS for Skia to 40ca2087.Lei Zhang
2017-12-08Fix an LLVM error caused by assigning a uint32_t to an int without a castAndrew Weintraub
2017-12-06Fix ps rendering.chromium/3287Henrique Nakashima
2017-12-06Fix nits on some font code.Lei Zhang
2017-12-05Replace uses of bsearch().chromium/3286Lei Zhang
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-30Relax checks in CFX_FaceCache::LoadGlyphPath().Lei Zhang
2017-11-30Run clang-tidy google-readability-casting on //third_party/pdfiumDan Sinclair
2017-11-30Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfiumDan Sinclair
2017-11-27Make ConvertBuffer_* voidchromium/3279Nicolas Pena
2017-11-27Prepend ++ in CFX_DIBSourceNicolas Pena
2017-11-22Call FreeLibrary() in CGdiplusExt.chromium/3276Lei Zhang
2017-11-22Remove some pointless assignments to "".Lei Zhang
2017-11-21Avoid passing pointers by reference in core.Lei Zhang
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-11-16Refactor CFGAS_FontMgr's Windows implementationNicolas Pena
2017-11-07Remove m_bFlagExact from CFX_SubstFontNicolas Pena