Searched refs:CPDF_Path (Results 1 – 12 of 12) sorted by relevance
9 CPDF_Path::CPDF_Path() = default;11 CPDF_Path::CPDF_Path(const CPDF_Path& that) = default;13 CPDF_Path::~CPDF_Path() = default;15 const std::vector<CFX_Path::Point>& 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::GetBoundingBoxForStrokePath(float line_width, in GetBoundingBoxForStrokePath()37 bool CPDF_Path::IsRect() const { in IsRect()41 void CPDF_Path::Transform(const CFX_Matrix& matrix) { in Transform()[all …]
15 class CPDF_Path {17 CPDF_Path();18 CPDF_Path(const CPDF_Path& that);19 ~CPDF_Path();
39 CPDF_Path GetPath(size_t i) const;44 void AppendPath(CPDF_Path path, CFX_FillRenderOptions::FillType type);45 void AppendPathWithAutoMerge(CPDF_Path path,59 std::pair<CPDF_Path, CFX_FillRenderOptions::FillType>;
60 CPDF_Path& path() { return m_Path; } in path()61 const CPDF_Path& path() const { return m_Path; } in path()70 CPDF_Path m_Path;
25 CPDF_Path CPDF_ClipPath::GetPath(size_t i) const { in GetPath()77 void CPDF_ClipPath::AppendPath(CPDF_Path path, in AppendPath()84 CPDF_Path path, in AppendPathWithAutoMerge()88 const CPDF_Path& old_path = pData->m_PathAndTypeList.back().first; in AppendPathWithAutoMerge()
78 CPDF_Path ClipPath; in CPDF_ContentParser()246 CPDF_Path path = clip_path.GetPath(0); in CheckClip()
1505 CPDF_Path path; in AddPathObject()1531 CPDF_Path path; in AddPathObject()
26 class CPDF_Path; variable42 void ProcessPathPoints(fxcrt::ostringstream* buf, CPDF_Path* pPath);
529 CPDF_Path* pPath) { in ProcessPathPoints()636 CPDF_Path path = clip_path.GetPath(i); in ProcessGraphics()
361 auto pPath = std::make_unique<CPDF_Path>(); in TEST_F()
134 CPDF_Path& cpath = pPathObj->path(); in FPDFPath_BezierTo()147 CPDF_Path& cpath = pPathObj->path(); in FPDFPath_Close()
68 void OutputPath(fxcrt::ostringstream& buf, CPDF_Path path) { in OutputPath()360 CPDF_Path Path; in FPDF_CreateClipPath()389 CPDF_Path path = pClipPath->GetPath(i); in FPDFPage_InsertClipPath()