Searched refs:m_AllocCount (Results 1 – 2 of 2) sorted by relevance
116 m_PointCount = m_AllocCount = 0; in CFX_PathData()128 if (m_AllocCount < nPoints) { in SetPointCount()134 m_AllocCount = nPoints; in SetPointCount()139 if (m_AllocCount < nPoints) { in AllocPointCount()148 m_AllocCount = nPoints; in AllocPointCount()153 m_PointCount = m_AllocCount = src.m_PointCount; in CFX_PathData()
219 int m_AllocCount; variable