summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_streamcontentparser.cpp
AgeCommit message (Expand)Author
2017-10-04Remove friends from CPDF_TextObjectchromium/3233Dan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Prevent duplicate parses of same data, in the same recursive descentRyan Harrison
2017-08-31Change CPDF_Form::ParseContent() to ParseContentWithParams().Lei Zhang
2017-08-29Make some CPDF_StreamContentParser methods static.Lei Zhang
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-23Verify image returned from AddImageDan Sinclair
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-21Converted CFX_FloatRect::{Init|Update}Rect() to take point objectsJane Liu
2017-08-17Fix some issues with individual image mask renderingrbpotter
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-27Remove single param Mid() method from string classesRyan Harrison
2017-06-30Remove pointless CFX_FloatRect construction.Lei Zhang
2017-05-25Break apart the pageint.h file.Dan Sinclair
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-10Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m...Lei Zhang
2017-04-26Remove a few more |new|s.Tom Sepez
2017-04-18Render image masks individually instead of rendering the entire page asrbpotter
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-01Refcount CPDF_Image all the time.chromium/3061chromium/3060Tom Sepez
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-17Use std::vector in CPDF_StreamContentParser.Lei Zhang
2017-03-17Coalesce redundant path points.Lei Zhang
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-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-15Cleanup CFX_PathData.Dan Sinclair
2017-02-14Reland Cleanup CPDF_MeshStreamDan 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-13core: fix a few uninitialized membersMiklos Vajna
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2017-01-27Limit parsing recursion levels in CPDF_StreamParserNicolas Pena
2017-01-24Replace some loose (ptr, len) pairs with CFX_ByteStringC in fpdfapi.tsepez
2017-01-05Remove two unused members in cpdf_streamcontentparser.tsepez
2016-11-30Fix initial kerning when there is a horzscale setchromium/2938npm
2016-11-22Continue splitting pageint.h into per-class filestsepez
2016-11-21Avoid calls to WrapUnique in CPDF_streamparsertsepez
2016-11-21Remove some WrapUnique() calls by returing unique_ptrstsepez