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()
163 : m_Point(point), m_Type(type), m_CloseFigure(close) {} in FX_PATHPOINT()182 m_Points.back().m_CloseFigure = true; in ClosePath()399 m_Points[next].m_CloseFigure) { in GetZeroAreaPath()442 return m_Points.size() == 5 || m_Points[3].m_CloseFigure; in IsRect()
251 if (pPoints[i + 2].m_CloseFigure) in OutputPath()258 if (pPoints[i].m_CloseFigure) in OutputPath()
276 return pPathPoint ? pPathPoint->m_CloseFigure : false; in FPDFPathSegment_GetClose()
894 m_PathPoints.back().m_CloseFigure = true; in Handle_ClosePath()1439 !m_PathPoints.back().m_CloseFigure && in AddPathPoint()1484 Path.AppendPoint(point.m_Point, point.m_Type, point.m_CloseFigure); in AddPathObject()
244 if (pPoints[i].m_CloseFigure) in ProcessPath()
208 if (pPoints[i].m_CloseFigure) in SetPathToDC()
1217 if (pPoints[i].m_CloseFigure) { in DrawPath()
1101 if (pPoints[i].m_CloseFigure) in BuildPath()
300 if (pPoints[i].m_CloseFigure) in BuildPath()