Searched refs:m_PathPointCount (Results 1 – 2 of 2) sorted by relevance
97 m_PathPointCount(0), in CPDF_StreamContentParser()824 if (m_PathPointCount == 0) { in Handle_ClosePath()829 } else if (m_pPathPoints[m_PathPointCount - 1].m_Flag != FXPT_MOVETO) { in Handle_ClosePath()830 m_pPathPoints[m_PathPointCount - 1].m_Flag |= FXPT_CLOSEFIGURE; in Handle_ClosePath()1423 if (m_PathPointCount && in AddPathPoint()1424 m_pPathPoints[m_PathPointCount - 1].m_Flag == FXPT_MOVETO) { in AddPathPoint()1425 m_pPathPoints[m_PathPointCount - 1].m_PointX = x; in AddPathPoint()1426 m_pPathPoints[m_PathPointCount - 1].m_PointY = y; in AddPathPoint()1429 } else if (m_PathPointCount == 0) { in AddPathPoint()1432 m_PathPointCount++; in AddPathPoint()[all …]
254 int m_PathPointCount; variable