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.cpp98 m_PathAllocSize(0), in CPDF_StreamContentParser()
1433 if (m_PathPointCount > m_PathAllocSize) { in AddPathPoint()
1436 if (m_PathAllocSize) { in AddPathPoint()
1438 m_PathAllocSize * sizeof(FX_PATHPOINT)); in AddPathPoint()
1442 m_PathAllocSize = newsize; in AddPathPoint()
Dpageint.h255 int m_PathAllocSize; variable