Lines Matching refs:CXFA_GEPath
12 CXFA_GEPath::CXFA_GEPath() {} in CXFA_GEPath() function in CXFA_GEPath
14 CXFA_GEPath::~CXFA_GEPath() {} in ~CXFA_GEPath()
16 void CXFA_GEPath::Clear() { in Clear()
20 void CXFA_GEPath::Close() { in Close()
24 void CXFA_GEPath::MoveTo(const CFX_PointF& point) { in MoveTo()
28 void CXFA_GEPath::LineTo(const CFX_PointF& point) { in LineTo()
32 void CXFA_GEPath::BezierTo(const CFX_PointF& c1, in BezierTo()
40 void CXFA_GEPath::ArcTo(const CFX_PointF& pos, in ArcTo()
49 void CXFA_GEPath::ArcToInternal(const CFX_PointF& pos, in ArcToInternal()
76 void CXFA_GEPath::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) { in AddLine()
81 void CXFA_GEPath::AddRectangle(float left, in AddRectangle()
88 void CXFA_GEPath::AddEllipse(const CFX_RectF& rect) { in AddEllipse()
92 void CXFA_GEPath::AddArc(const CFX_PointF& original_pos, in AddArc()
143 void CXFA_GEPath::AddSubpath(CXFA_GEPath* path) { in AddSubpath()
149 void CXFA_GEPath::TransformBy(const CFX_Matrix& mt) { in TransformBy()