Searched refs:m_AllocCount (Results 1 – 2 of 2) sorted by relevance
116 m_PointCount = m_AllocCount = 0; in CFX_PathData()124 if (m_AllocCount < nPoints) { in SetPointCount()127 m_AllocCount = nPoints; in SetPointCount()131 if (m_AllocCount < nPoints) { in AllocPointCount()138 m_AllocCount = nPoints; in AllocPointCount()142 m_PointCount = m_AllocCount = src.m_PointCount; in CFX_PathData()
166 int m_AllocCount; variable