Searched refs:m_pPathPoints (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp17 m_pPathPoints = NULL;
68 if (m_pPathPoints) {
69 FX_Free(m_pPathPoints);
960 } else if (m_pPathPoints[m_PathPointCount - 1].m_Flag != FXPT_MOVETO) {
961 m_pPathPoints[m_PathPointCount - 1].m_Flag |= FXPT_CLOSEFIGURE;
1579 if (m_PathPointCount && m_pPathPoints[m_PathPointCount - 1].m_Flag == FXPT_MOVETO) {
1580 m_pPathPoints[m_PathPointCount - 1].m_PointX = x;
1581 m_pPathPoints[m_PathPointCount - 1].m_PointY = y;
1592 FXSYS_memcpy32(pNewPoints, m_pPathPoints, m_PathAllocSize * sizeof(FX_PATHPOINT));
1593 FX_Free(m_pPathPoints);
[all...]
H A Dpageint.h215 FX_PATHPOINT* m_pPathPoints; member in class:CPDF_StreamContentParser

Completed in 1595 milliseconds