summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_pathobject.cpp
AgeCommit message (Expand)Author
2018-10-24Start making CPDF_PathObject members private.Lei Zhang
2018-10-10Simplify some object rect calculations.Lei Zhang
2018-10-06Encapsulate CPDF_PageObject's rect member.Lei Zhang
2018-06-12Fill m_ContentStream field in CPDF_PageObject.Henrique Nakashima
2018-06-05Revert "Create m_ContentStream field in CPDF_PageObject."Henrique Nakashima
2018-06-05Create m_ContentStream field in CPDF_PageObject.Henrique Nakashima
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-07-31Initialize CPDF_PathObject members on constructor.Henrique Nakashima
2017-06-01Fix content generation to only generate dirty page objects.wileyrya
2017-05-10Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m...Lei Zhang
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2016-11-21Use more unique_ptrs in CPDF_Image.thestig
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair