Home
last modified time | relevance | path

Searched refs:m_PathAllocSize (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp19 m_PathPointCount = m_PathAllocSize = 0; in CPDF_StreamContentParser()
1494 if (m_PathPointCount > m_PathAllocSize) { in AddPathPoint()
1497 if (m_PathAllocSize) { in AddPathPoint()
1498 FXSYS_memcpy32(pNewPoints, m_pPathPoints, m_PathAllocSize * sizeof(FX_PATHPOINT)); in AddPathPoint()
1502 m_PathAllocSize = newsize; in AddPathPoint()
Dpageint.h181 int m_PathAllocSize; variable