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