Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrAtlasTextOp.cpp494 int newGeoCount = that->fGeoCount + fGeoCount; in onCombineIfPossible() local
497 if (newGeoCount > fGeoDataAllocSize) { in onCombineIfPossible()
499 while (newAllocSize < newGeoCount) { in onCombineIfPossible()
515 fGeoCount = newGeoCount; in onCombineIfPossible()
/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()