summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page
AgeCommit message (Expand)Author
2017-05-10Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m...Lei Zhang
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-05-04CPDF_Document::GetPageData() normally does not return NULL.Lei Zhang
2017-05-04Make CPDF_Font member variables protected.Lei Zhang
2017-04-29Fix rotationschromium/3086chromium/3085rbpotter
2017-04-27Assert CPDF_Pattern always has a valid CPDF_Document pointer.Lei Zhang
2017-04-26Remove a few more |new|s.Tom Sepez
2017-04-26Avoid unordered_set and maps for the time being.chromium/3082Tom Sepez
2017-04-26Remove CPDF_Document parameter from CPDF_DeviceCS ctor.Lei Zhang
2017-04-26Get rid of a few |new|s in CPDF_Document.Tom Sepez
2017-04-26Fix botched negation in cpdf_imageobject.cppTom Sepez
2017-04-24Initialize colour valueschromium/3080Dan Sinclair
2017-04-20Let {Argb,Cmyk}Decode return tuplesNicolas Pena
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-18Render image masks individually instead of rendering the entire page asrbpotter
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-04RefCount CPDF_IccProfile all the timeTom Sepez
2017-04-03RefCount CPDF_TransferFunc all the time.Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-04-03Remove some used-only-once typedefs from CPDF_DocPageDataTom Sepez
2017-04-01Refcount CPDF_Image all the time.chromium/3061chromium/3060Tom Sepez
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-23Revert "Remove CFX_FixedBufGrow"Nicolás Peña
2017-03-22Remove CFX_FixedBufGrowDan Sinclair
2017-03-21Move colorspace specific code to colorspace classDan Sinclair
2017-03-20Allow processing fonts with indirect dictNicolas Pena
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-17Use std::vector in CPDF_StreamContentParser.Lei Zhang
2017-03-17Bring CPDF_ICCBasedCS closer to PDF spec.Lei Zhang
2017-03-17Coalesce redundant path points.Lei Zhang
2017-03-16Use EXPECT_FLOAT_EQ in cpdf_devicecs_unittestNicolas Pena
2017-03-15Refactor some CPDF_ColorSpace code.Lei Zhang
2017-03-15Clean up more CPDF_PSEngine code.Lei Zhang
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-03-10Normalize channels when transforming CMYK to RGBNicolas Pena
2017-03-01Fix infinite loops in CPDF_MeshStream.Lei Zhang
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-21Convert text positions from x,y to CFX_PointFDan Sinclair
2017-02-21Cleanup StreamContentParser transform methodsDan Sinclair
2017-02-21Convert more TransformPoint calls to TransformDan Sinclair
2017-02-16Convert CPDF_TextObject to CFX_PointFDan Sinclair
2017-02-15Move generated graphics and font maps to CPDF_PageNicolas Pena