Home
last modified time | relevance | path

Searched refs:CPDF_Path (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_path.cpp9 CPDF_Path::CPDF_Path() {} in CPDF_Path() function in CPDF_Path
11 CPDF_Path::CPDF_Path(const CPDF_Path& that) : m_Ref(that.m_Ref) {} in CPDF_Path() function in CPDF_Path
13 CPDF_Path::~CPDF_Path() {} in ~CPDF_Path()
15 const std::vector<FX_PATHPOINT>& CPDF_Path::GetPoints() const { in GetPoints()
19 void CPDF_Path::ClosePath() { in ClosePath()
23 CFX_PointF CPDF_Path::GetPoint(int index) const { in GetPoint()
27 CFX_FloatRect CPDF_Path::GetBoundingBox() const { in GetBoundingBox()
31 CFX_FloatRect CPDF_Path::GetBoundingBox(float line_width, in GetBoundingBox()
36 bool CPDF_Path::IsRect() const { in IsRect()
40 void CPDF_Path::Transform(const CFX_Matrix* pMatrix) { in Transform()
[all …]
Dcpdf_path.h18 class CPDF_Path {
20 CPDF_Path();
21 CPDF_Path(const CPDF_Path& that);
22 ~CPDF_Path();
37 void Append(const CPDF_Path& other, const CFX_Matrix* pMatrix);
Dcpdf_clippath.h18 class CPDF_Path; variable
37 CPDF_Path GetPath(size_t i) const;
42 void AppendPath(CPDF_Path path, uint8_t type, bool bAutoMerge);
49 using PathAndTypeData = std::pair<CPDF_Path, uint8_t>;
Dcpdf_clippath.cpp26 CPDF_Path CPDF_ClipPath::GetPath(size_t i) const { in GetPath()
78 void CPDF_ClipPath::AppendPath(CPDF_Path path, uint8_t type, bool bAutoMerge) { in AppendPath()
81 const CPDF_Path& old_path = pData->m_PathAndTypeList.back().first; in AppendPath()
Dcpdf_pathobject.h29 CPDF_Path m_Path;
Dcpdf_contentparser.cpp70 CPDF_Path ClipPath; in CPDF_ContentParser()
188 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0); in Continue()
Dcpdf_streamcontentparser.cpp1472 CPDF_Path path; in AddPathObject()
1482 CPDF_Path Path; in AddPathObject()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp215 CPDF_Path Path; in FPDF_CreateClipPath()
228 void OutputPath(std::ostringstream& buf, CPDF_Path path) { in OutputPath()
279 CPDF_Path path = pClipPath->GetPath(i); in FPDFPage_InsertClipPath()