Searched refs:m_PathAllocSize (Results 1 – 2 of 2) sorted by relevance
98 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()
255 int m_PathAllocSize; variable