summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_streamcontentparser.cpp
AgeCommit message (Expand)Author
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
2016-11-21Make CPDF_ImageObject::m_Matrix private.thestig
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-16Make CPDF_Object subclass constructors intern stringstsepez
2016-11-16Make CPDF_Array take unique_ptrstsepez
2016-11-14Make CPDF_PageContentGenerator methods take object numberstsepez
2016-11-09Return unique_ptr from CPDF_Object::Clone().tsepez
2016-11-07Clean up fpdf_page_parsersnpm
2016-11-04Reland "Remove CPDF_Object::Release() in favor of direct delete"tsepez
2016-11-04Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #...dsinclair
2016-11-03Remove CPDF_Object::Release() in favor of direct deletetsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-17Fix segv in AddImage()tsepez
2016-10-13Make CPDF_Image() constructors saner.chromium/2890tsepez
2016-10-13Put CPDF_StreamContentParser into its own .cpp/.h filestsepez