summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-10-29Do bilinear interpolation for "huge" images.chromium/3596Lei Zhang
2018-10-26Replace int flags with struct FXDIB_ResampleOptions.Lei Zhang
2018-10-26Include platform-specific fxge sources with conditionals.Lei Zhang
2018-10-26Fix more nits in fx_win32_gdipext.cpp.Lei Zhang
2018-10-26Implement CFX_RenderDevice::GetFlipMatrix().Lei Zhang
2018-10-26Forward declare a bunch of classes.Lei Zhang
2018-10-25Simplify some code in CGdiDisplayDriver.Lei Zhang
2018-10-25Pass source rect parameter to SetDIBits() by const-ref.Lei Zhang
2018-10-25Remove rarely used GDI+ using statements.chromium/3592Lei Zhang
2018-10-25Remove unused GDI+ code.Lei Zhang
2018-10-25Change DrawBitsWithMask() to take a matrix by const-ref.Lei Zhang
2018-10-25Change StartDIBits() to take a matrix by reference.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 SkiaState members where declared.Lei Zhang
2018-10-25Initialize CFX_ImageRenderer members in the header.Lei Zhang
2018-10-24Clean up CFX_ImageTransformer parameters.Lei Zhang
2018-10-24Remove FXDIB_BLEND_UNSUPPORTED.Lei Zhang
2018-10-24Initialize CPDF_GeneralState::StateData in the header.Lei Zhang
2018-10-24Use ASSERT() consistently. Replace assert() usage.Lei Zhang
2018-10-24Assert CPDF_Image::m_pDocument is never nullptr.Lei Zhang
2018-10-24Make CPDF_PathObject::m_Path private.Lei Zhang
2018-10-24Make CPDF_PathObject::m_FillType private.Lei Zhang
2018-10-24Make CPDF_PathObject::m_bStroke private.Lei Zhang
2018-10-24Start making CPDF_PathObject members private.Lei Zhang
2018-10-24Add CFX_Matrix::AsTuple().chromium/3591Lei Zhang
2018-10-23Test color.convert() and equal() from JS (and fix comparison logic).Tom Sepez
2018-10-22Remove third arg to CFX_DIBitmap::LoadChannel()chromium/3589Tom Sepez
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-22Rename CPDF_Object::Type enumerators with k prefixesHans Wennborg
2018-10-22Add k prefixes to CPDF_AAction::AActionType enumeratorsHans Wennborg
2018-10-22Speculative fix for bad FX_Free() under fuzzer.Tom Sepez
2018-10-18Do IWYU for core/fxcrt/xml headers.Lei Zhang
2018-10-18Remove unused form of CFX_Matrix::TransformRect().Lei Zhang
2018-10-18Remove some useless calls to the CFX_XMLNode ctor from subclasses.Lei Zhang
2018-10-18Do IWYU in core/fxcrt/css and fix lint errors.Lei Zhang
2018-10-18Add unit tests for CFX_Matrix::TransformRect().Lei Zhang
2018-10-17Optimize appends in CFX_XMLNode::InsertChildNode().Lei Zhang
2018-10-17Add CPDF_{Array,Dictionary}Locker to catch illegal iteration patterns.Tom Sepez
2018-10-17Fix the static initialization order problem for PartitionAlloc.Lei Zhang
2018-10-17Fix assert failure in CPDF_InteractiveForm::GetControlsForField().Lei Zhang
2018-10-16Pass gn check on Windows.Lei Zhang
2018-10-16Add FxFileCloser for scoped FILE* closing.Lei Zhang
2018-10-16Use PartitionAllocZeroFill in FX_SafeAlloc().Lei Zhang
2018-10-16Update PartitionAlloc from Chromium at r599712.Lei Zhang
2018-10-16Make constants/ pass gn check.Lei Zhang
2018-10-16Use unique_ptr in CFX_FolderFontInfo::ScanFile().chromium/3583Lei Zhang
2018-10-16Use more unique_ptrs in cfx_psrenderer.cpp for FaxCompressData().Lei Zhang
2018-10-16Make {A85,RunLength}Encode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-10-16Use unique_ptr and span in CPDF_Image::SetImage().Lei Zhang