summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page
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-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-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-11Move some GetDict() calls out of header files.Lei Zhang
2017-12-06Move m_CharCodes to local for crash investigationBruce Dawson
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-12-01Encapsulate CPDF_Type3Char members.Lei Zhang
2017-11-27Convert CPDF_TextObject to not use CollectionSizeDan Sinclair
2017-11-27Convert CPDF_ClipPath::Get{Path|Text}Count to size_tDan Sinclair
2017-11-22Change CPDF_ContentMark to return size_t for counts.Lei Zhang
2017-11-22Remove dead CPDF_ContentMark code.Lei Zhang
2017-11-21Avoid passing pointers by reference in core.Lei Zhang
2017-11-08Use MaybeOwned in CPDF_ContentParserNicolas Pena
2017-11-07Simplify CPDF_ContentParser.Lei Zhang
2017-11-07Change CPDF_PSProc::AddOperator() to do binary search.Lei Zhang
2017-11-06Add a CPDF_PSEngine test.Lei Zhang
2017-11-06Remove C-style casts in CPDF_PSEngine.Lei Zhang
2017-11-06Mark some CPDF_StreamContentParser members as const.Lei Zhang
2017-11-03Remove C-style casts in cpdf_colorspace.cpp.Lei Zhang
2017-11-03The component count in CPDF_IndexedCS should be unsigned.Lei Zhang
2017-11-02Encapsulate CPDF_FormObject members.Lei Zhang
2017-11-02Rename Transparency to iTransparency.Lei Zhang
2017-10-17Fix loading mutually referencing colorspaces.chromium/3243Henrique Nakashima
2017-10-04Remove friends from CPDF_TextObjectchromium/3233Dan Sinclair
2017-10-04Make CPDF_TransferFunc members privateDan Sinclair
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-21Move CFX_WeakPtr to WeakPtrDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Move CFX_StringPoolTemplate to StringPoolTemplateDan Sinclair
2017-09-21Move CFX_SharedCopyOnWrite to SharedCopyOnWriteDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-09-20Isolate lcms2 usage to a few files.Lei Zhang
2017-09-20Forward declare codec modules in fx_codec.h.Lei Zhang
2017-09-20Move CCodec_ScanlineDecoder to its own file.Lei Zhang
2017-09-19Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-09-13Change behaviour of FPDF_RenderPageBitmapWithMatrixNicolas Pena
2017-08-31Fix colorspace loading for mutually referencing colorspaces.Henrique Nakashima
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Prevent duplicate parses of same data, in the same recursive descentRyan Harrison