Searched refs:fGeoDataAllocSize (Results 1 – 2 of 2) sorted by relevance
103 , fGeoDataAllocSize(kMinGeometryAllocated) in GrAtlasTextOp()160 int fGeoDataAllocSize; variable
492 if (newGeoCount > fGeoDataAllocSize) { in onCombineIfPossible()493 int newAllocSize = fGeoDataAllocSize + fGeoDataAllocSize / 2; in onCombineIfPossible()498 fGeoDataAllocSize = newAllocSize; in onCombineIfPossible()