summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_page.cpp
AgeCommit message (Expand)Author
2018-04-12Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF.Lei Zhang
2018-04-12Add return value to FPDF_DeviceToPage().Lei Zhang
2018-04-12Add CPDF_Page::DeviceToPage() / PageToDevice().Lei Zhang
2018-04-12Change GetDisplayMatrix methods to take FX_RECT.Lei Zhang
2018-03-26Do not call CPDF_PageObjectList directly in fpdfeditpage.cpp.Henrique Nakashima
2018-03-21Explain how CPDF_Page::GetDisplayMatrix() inverts y.Henrique Nakashima
2018-03-15Create FPDFPage_RemoveObject().Henrique Nakashima
2018-02-09Use CFX_Size in CPDF_Page and fpdf_ppo.cpp.Lei Zhang
2018-01-17Fix behavior of FPDF_RenderPageBitmapWithMatrixHenrique Nakashima
2017-11-07Simplify CPDF_ContentParser.Lei Zhang
2017-11-02Rename Transparency to iTransparency.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-09-13Change behaviour of FPDF_RenderPageBitmapWithMatrixNicolas Pena
2017-06-27Modified CPDF_PageContentGenerator to work with both Form and PageJane Liu
2017-06-14Add blend to GraphicsDataNicolas Pena
2017-05-26Simplify CPDF_Page ctor.Lei Zhang
2017-05-25Break apart the pageint.h file.Dan Sinclair
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-04-29Fix rotationschromium/3086chromium/3085rbpotter
2017-04-26Remove a few more |new|s.Tom Sepez
2017-03-20Allow processing fonts with indirect dictNicolas Pena
2017-02-15Move generated graphics and font maps to CPDF_PageNicolas Pena
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-11-22Continue splitting pageint.h into per-class filestsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-10-12Convert from int to float values.dsinclair
2016-10-04Move core/fpdfapi/fpdf_render to core/fpdfapi/renderdsinclair
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair