summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page
AgeCommit message (Expand)Author
2018-02-16Add ASSERT to check OOB m_CharCodesNicolas Pena
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-02-09Use CFX_Size in CPDF_Page and fpdf_ppo.cpp.Lei Zhang
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-01-30Guard usages of tellp(). It may return -1 in error cases.Henrique Nakashima
2018-01-30Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""Tom Sepez
2018-01-30Revert "Use UnownedPtr instead of T* in MaybeOwned."Tom Sepez
2018-01-30Use UnownedPtr instead of T* in MaybeOwned.Tom Sepez
2018-01-26Pass nullptr to ParseContentWithParams() instead of 0.Lei Zhang
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-17Fix behavior of FPDF_RenderPageBitmapWithMatrixHenrique Nakashima
2018-01-09Expose marked content IDs for images and alt text.Julian Lunger
2018-01-08Encapsulate CPDF_ShadingObject members.Lei Zhang
2018-01-08Make SharedCopyOnWrite use RetainablesDan Sinclair
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