Searched refs:MAX_POINT_COUNT (Results 1 – 1 of 1) sorted by relevance
22 #define MAX_POINT_COUNT 10000000 macro161 if (count > MAX_POINT_COUNT || (fCount + count) > MAX_POINT_COUNT) { in _AddPoints()