summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2017-12-04Fix nits in CPDF_Type3Font.Lei Zhang
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-12-01Remove unneded structs from CFX_CTTGSUBTable part 2Nicolas Pena
2017-12-01Encapsulate CPDF_Type3Char members.Lei Zhang
2017-11-30Fix GBK2K-H CMap usage.Lei Zhang
2017-11-30Use initializer list in CPDF_DataAvail ctor.Lei Zhang
2017-11-29Remove unneded structs from CFX_CTTGSUBTable part 1Nicolas Pena
2017-11-27Remove CollectionSize from CPDF_RenderStatusDan Sinclair
2017-11-27Remove CollectionSize from CPDF_CharPosListDan Sinclair
2017-11-27Remove CollectionSize from FPDF_DataDecodeDan Sinclair
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-27Remove use of CollectionSize from CPDF_CMapParserDan 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-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-13Check first page number in IsLinearizedHeaderValid().Lei Zhang
2017-11-10Stop using m_SavedPage in embedder tests.chromium/3265Henrique Nakashima
2017-11-08Make most CPDF_LinearizedHeader members const.chromium/3263Lei Zhang
2017-11-08Fix FPDF_SaveAsCopy for linearized PDFs.Henrique Nakashima
2017-11-08Use MaybeOwned in CPDF_ContentParserNicolas Pena
2017-11-07Remove m_bFlagExact from CFX_SubstFontNicolas 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-06Revert "Simplify CPDF_HintsTable."dsinclair
2017-11-06Pack struct FXCMAP_CMap more densely to save 1 KB.Lei Zhang
2017-11-06Mark some CPDF_StreamContentParser members as const.Lei Zhang
2017-11-04Simplify CPDF_HintsTable.Artem Strygin
2017-11-03Remove C-style casts in cpdf_colorspace.cpp.Lei Zhang
2017-11-03Simplify CPDF_SecurityHandler.Lei Zhang
2017-11-03The component count in CPDF_IndexedCS should be unsigned.Lei Zhang
2017-11-02Move parsing logic from FPDF_DataAvail into CPDF_DataAvail.Artem Strygin
2017-11-02Encapsulate CPDF_FormObject members.Lei Zhang
2017-11-02Remove useless code.Artem Strygin
2017-11-02Refactoring of cross refs availability check.Artem Strygin
2017-11-02Rename Transparency to iTransparency.Lei Zhang
2017-11-02Remove some C-style const char* casts.Lei Zhang
2017-11-02Remove some redundent code in CPDF_DIBSource::StartLoadDIBSource().Lei Zhang
2017-11-02Simplify some CMap code.Lei Zhang
2017-11-02Unify CPDF_DataAvail::Check[Header/End].chromium/3257Artem Strygin
2017-11-02Improve readability for CPDF_Parser::StartParseInternalArtem Strygin
2017-11-02Unify parsing of linearized header.Artem Strygin
2017-10-30Remove useless code.Artem Strygin
2017-10-30Use CPDF_PageDataAvail to check page availability.Artem Strygin
2017-10-30Use CPDF_PageDataAvail to check page resources availability.Artem Strygin
2017-10-30Use CPDF_PageDataAvail to check form availability.Artem Strygin