Searched refs:m_CloseFigure (Results 1 – 10 of 10) sorted by relevance
24 return m_Type == type && !m_CloseFigure; in IsTypeAndOpen()29 bool m_CloseFigure; variable42 return m_Points[index].m_CloseFigure; in IsClosingFigure()
164 : m_Point(point), m_Type(type), m_CloseFigure(close) {} in FX_PATHPOINT()183 m_Points.back().m_CloseFigure = true; in ClosePath()390 m_Points[next].m_CloseFigure) { in GetZeroAreaPath()433 return m_Points.size() == 5 || m_Points[3].m_CloseFigure; in IsRect()
258 if (pPoints[i + 2].m_CloseFigure) in OutputPath()265 if (pPoints[i].m_CloseFigure) in OutputPath()
180 if (pPoints[i].m_CloseFigure) in ProcessPath()
18 return points.empty() ? true : points.back().m_CloseFigure; in FigureClosed()
895 m_pPathPoints[m_PathPointCount - 1].m_CloseFigure = true; in Handle_ClosePath()1472 m_pPathPoints[m_PathPointCount - 1].m_CloseFigure = close; in AddPathPoint()1497 Path.AppendPoint(point.m_Point, point.m_Type, point.m_CloseFigure); in AddPathObject()
206 if (pPoints[i].m_CloseFigure) in SetPathToDC()
1172 if (pPoints[i].m_CloseFigure) { in DrawPath()
311 if (pPoints[i].m_CloseFigure) in BuildPath()
295 if (pPoints[i].m_CloseFigure) in BuildPath()