Searched refs:closeFigure (Results 1 – 2 of 2) sorted by relevance
64 void AppendPoint(const CFX_PointF& pos, FXPT_TYPE type, bool closeFigure);
201 bool closeFigure) { in AppendPoint() argument202 m_Points.push_back(FX_PATHPOINT(point, type, closeFigure)); in AppendPoint()