Home
last modified time | relevance | path

Searched refs:newGeoCount (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/gpu/ops/
DGrAtlasTextOp.cpp489 int newGeoCount = that->fGeoCount + fGeoCount; in onCombineIfPossible() local
492 if (newGeoCount > fGeoDataAllocSize) { in onCombineIfPossible()
494 while (newAllocSize < newGeoCount) { in onCombineIfPossible()
510 fGeoCount = newGeoCount; in onCombineIfPossible()