Searched refs:newGeoCount (Results 1 – 2 of 2) sorted by relevance
494 int newGeoCount = that->fGeoCount + fGeoCount; in onCombineIfPossible() local497 if (newGeoCount > fGeoDataAllocSize) { in onCombineIfPossible()499 while (newAllocSize < newGeoCount) { in onCombineIfPossible()515 fGeoCount = newGeoCount; in onCombineIfPossible()
489 int newGeoCount = that->fGeoCount + fGeoCount; in onCombineIfPossible() local492 if (newGeoCount > fGeoDataAllocSize) { in onCombineIfPossible()494 while (newAllocSize < newGeoCount) { in onCombineIfPossible()510 fGeoCount = newGeoCount; in onCombineIfPossible()