Searched refs:CPDF_Path (Results 1 – 8 of 8) sorted by relevance
9 CPDF_Path::CPDF_Path() {} in CPDF_Path() function in CPDF_Path11 CPDF_Path::CPDF_Path(const CPDF_Path& that) : m_Ref(that.m_Ref) {} in CPDF_Path() function in CPDF_Path13 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(FX_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 …]
18 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);
19 class CPDF_Path; variable38 CPDF_Path GetPath(size_t i) const;43 void AppendPath(CPDF_Path path, uint8_t type, bool bAutoMerge);50 using PathAndTypeData = std::pair<CPDF_Path, uint8_t>;
27 CPDF_Path CPDF_ClipPath::GetPath(size_t i) const { in GetPath()82 void CPDF_ClipPath::AppendPath(CPDF_Path path, uint8_t type, bool bAutoMerge) { in AppendPath()85 const CPDF_Path& old_path = pData->m_PathAndTypeList.back().first; in AppendPath()
29 CPDF_Path m_Path;
84 CPDF_Path ClipPath; in Start()203 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0); in Continue()
1483 CPDF_Path path; in AddPathObject()1494 CPDF_Path Path; in AddPathObject()
223 CPDF_Path Path; in FPDF_CreateClipPath()235 void OutputPath(CFX_ByteTextBuf& buf, CPDF_Path path) { in OutputPath()290 CPDF_Path path = pClipPath->GetPath(i); in FPDFPage_InsertClipPath()