Lines Matching refs:CXFA_GEPath
11 CXFA_GEPath::CXFA_GEPath() {} in CXFA_GEPath() function in CXFA_GEPath
13 CXFA_GEPath::~CXFA_GEPath() {} in ~CXFA_GEPath()
15 void CXFA_GEPath::Clear() { in Clear()
19 void CXFA_GEPath::Close() { in Close()
23 void CXFA_GEPath::MoveTo(const CFX_PointF& point) { in MoveTo()
27 void CXFA_GEPath::LineTo(const CFX_PointF& point) { in LineTo()
31 void CXFA_GEPath::BezierTo(const CFX_PointF& c1, in BezierTo()
39 void CXFA_GEPath::ArcTo(const CFX_PointF& pos, in ArcTo()
48 void CXFA_GEPath::ArcToInternal(const CFX_PointF& pos, in ArcToInternal()
75 void CXFA_GEPath::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) { in AddLine()
80 void CXFA_GEPath::AddRectangle(float left, in AddRectangle()
87 void CXFA_GEPath::AddEllipse(const CFX_RectF& rect) { in AddEllipse()
91 void CXFA_GEPath::AddArc(const CFX_PointF& original_pos, in AddArc()
142 void CXFA_GEPath::AddSubpath(CXFA_GEPath* path) { in AddSubpath()
148 void CXFA_GEPath::TransformBy(const CFX_Matrix& mt) { in TransformBy()