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