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