Searched refs:m_pPathPoints (Results 1 – 2 of 2) sorted by relevance
96 m_pPathPoints(nullptr), in CPDF_StreamContentParser()138 FX_Free(m_pPathPoints); in ~CPDF_StreamContentParser()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()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()1437 FXSYS_memcpy(pNewPoints, m_pPathPoints, in AddPathPoint()1439 FX_Free(m_pPathPoints); in AddPathPoint()1441 m_pPathPoints = pNewPoints; in AddPathPoint()[all …]
253 FX_PATHPOINT* m_pPathPoints; variable