summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_docpagedata.cpp
AgeCommit message (Expand)Author
2018-10-24Use ASSERT() consistently. Replace assert() usage.Lei Zhang
2018-10-12Move core/fdrm/crypto/* to core/fdrm/.Lei Zhang
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-09-17Encapsulate CPDF_StreamAcc::LoadAllData().Lei Zhang
2018-06-29Use pdfium::span with CPDF_IccProfile and friends.Lei Zhang
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().Lei Zhang
2018-05-25Mark CPDF_Object pointers in pattern code as const.Lei Zhang
2018-05-09Add proper const/non-const versions of CPDF_Array methods.Lei Zhang
2018-05-09Mark numerious pointers as const.Lei Zhang
2018-04-11Fix crash when ColorSpace references itself directly.Henrique Nakashima
2017-12-19Change pattern creation checks in CPDF_DocPageData::GetPattern().Lei Zhang
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Fix colorspace loading for mutually referencing colorspaces.Henrique Nakashima
2017-06-20Cleanup tiling and shading patterns in correct orderDan Sinclair
2017-05-26Use proper file names in core/fpdfapi/fontNicolas Pena
2017-05-25Break apart the pageint.h file.Dan Sinclair
2017-05-24Convert to CFX_UnownedPtr, part 8chromium/3110Tom Sepez
2017-04-27Assert CPDF_Pattern always has a valid CPDF_Document pointer.Lei Zhang
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-04RefCount CPDF_IccProfile all the timeTom Sepez
2017-04-01Refcount CPDF_Image all the time.chromium/3061chromium/3060Tom Sepez
2016-11-22Ensure CPDF_CountedObjects only made from owned references.tsepez
2016-11-21Remove some WrapUnique() calls by returing unique_ptrstsepez
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-16Make CPDF_Object subclass constructors intern stringstsepez
2016-11-15Make AddIndirectObject() take a unique_ptr.tsepez
2016-11-14Make CPDF_PageContentGenerator methods take object numberstsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-14Revert "Update CPDF_IndirectObjectHolder APIs for unique objects."Tom Sepez
2016-10-14Update CPDF_IndirectObjectHolder APIs for unique objects.tsepez
2016-10-13Make CPDF_Image() constructors saner.chromium/2890tsepez
2016-10-11Rename fpdf_page_doc.cpp -> cpdf_docpagedata.htsepez