Searched refs:s_maxPoints (Results 1 – 1 of 1) sorted by relevance
15 static SIZE_T s_maxPoints = _countof(s_staticPoints); variable112 s_maxPoints = _countof(s_staticPoints); in reset()145 if (s_cPoints + 1 >= s_maxPoints) in pushToPoints()147 SIZE_T newMax = s_maxPoints + 512; in pushToPoints()151 ATLTRACE("%d, %d, %d\n", (INT)s_cPoints, (INT)s_maxPoints, (INT)cbNew); in pushToPoints()159 s_maxPoints = newMax; in pushToPoints()