summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-12-22Only set CPDF_ColorSpace component count on successful load.chromium/3310chromium/3309chromium/3308chromium/3307chromium/3306chromium/3305chromium/3304chromium/3303chromium/3302Lei Zhang
2017-12-21Clean up CPDF_Color.chromium/3301Lei Zhang
2017-12-21Fix various nits in color code.Lei Zhang
2017-12-20Avoid default arguments in EmbedderTest::OpenDocument().chromium/3300Lei Zhang
2017-12-20Combine operator< and ByteString::Compare().Lei Zhang
2017-12-20Add comments for CPDF_AAction types.Lei Zhang
2017-12-19Fix use_system_freetype=true build when third_party/freetype is missingTom Anderson
2017-12-19Add parameter validation to CPDF_ShadingPattern.Henrique Nakashima
2017-12-19Remove some dead code.Lei Zhang
2017-12-19Require valid color space for shading pattern.Henrique Nakashima
2017-12-19Change pattern creation checks in CPDF_DocPageData::GetPattern().Lei Zhang
2017-12-16Fix null-dereference in CPDF_ShadingPattern::Load().chromium/3298chromium/3297Lei Zhang
2017-12-15Validate base color space of Indexed color spaces.chromium/3296Henrique Nakashima
2017-12-15Validate shading pattern's ColorSpace. It cannot be a Pattern CS.Henrique Nakashima
2017-12-14Add restrictions to alternate color spaces.chromium/3295Henrique Nakashima
2017-12-13Get rid of CXML_AttrMap.Lei Zhang
2017-12-13Fix some nits in CXML_Element.Lei Zhang
2017-12-13Use size_t in CXML_Element and callers.Lei Zhang
2017-12-13Simplify CXML_Element::GetTagName().Lei Zhang
2017-12-13Inline CXML_Element private methods.Lei Zhang
2017-12-13Remove dead CXML_Element code.Lei Zhang
2017-12-12Roll DEPS for Skia to 40ca2087.Lei Zhang
2017-12-12Combine WideString::operator< and Compare().Lei Zhang
2017-12-12Use early returns in pdf_parser_decode.cpp.Lei Zhang
2017-12-12Remove non-const refs in CPDF_NameTree functions.Lei Zhang
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-11Slightly simplify CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-11Move some GetDict() calls out of header files.Lei Zhang
2017-12-11Get rid of default ctors for CPDF_Action and CPDF_AAction.Lei Zhang
2017-12-11Clarify some function names in CPDF_NameTree.Lei Zhang
2017-12-08Fix CPDF_AAction default constructor so it compiles in other environments.Andrew Weintraub
2017-12-08Fix an LLVM error caused by assigning a uint32_t to an int without a castAndrew Weintraub
2017-12-08Fix build when using different sysroots.chromium/3289Andrew Weintraub
2017-12-07Add WARN_UNUSED_RESULT to more static methods in (Byte|Wide)String.Henrique Nakashima
2017-12-07Add WARN_UNUSED_RESULT to ByteString::Format* methods.Henrique Nakashima
2017-12-07Fix WideString::Format instances that should use %lsRyan Harrison
2017-12-06Move m_CharCodes to local for crash investigationBruce Dawson
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-05Replace bsearch() in FPDFAPI_CIDFromCharCode().Lei Zhang
2017-12-05Remove redundant field in struct FXCMAP_CMap.Lei Zhang
2017-12-05Avoid integer overflows in CPDF_FixedMatrix::Transform().Lei Zhang
2017-12-04Simplify some CFX_FloatRect methods.chromium/3285Lei 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