summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page
AgeCommit message (Expand)Author
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
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-14Reland Cleanup CPDF_MeshStreamDan Sinclair
2017-02-14Add ProcessText supporting standard fontsNicolas Pena
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-14Revert "Cleanup CPDF_MeshStream"dsinclair
2017-02-13Clean up CPDF_TextObject a bitNicolas Pena
2017-02-13Cleanup CPDF_MeshStreamDan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair
2017-02-13core: fix a few uninitialized membersMiklos Vajna
2017-02-09Cleanup CFX_Matrix related methodsDan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair