Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrAtlasTextOp.cpp498 int newAllocSize = fGeoDataAllocSize + fGeoDataAllocSize / 2; in onCombineIfPossible() local
499 while (newAllocSize < newGeoCount) { in onCombineIfPossible()
500 newAllocSize += newAllocSize / 2; in onCombineIfPossible()
502 fGeoData.realloc(newAllocSize); in onCombineIfPossible()
503 fGeoDataAllocSize = newAllocSize; in onCombineIfPossible()
/external/skqp/src/gpu/ops/
DGrAtlasTextOp.cpp493 int newAllocSize = fGeoDataAllocSize + fGeoDataAllocSize / 2; in onCombineIfPossible() local
494 while (newAllocSize < newGeoCount) { in onCombineIfPossible()
495 newAllocSize += newAllocSize / 2; in onCombineIfPossible()
497 fGeoData.realloc(newAllocSize); in onCombineIfPossible()
498 fGeoDataAllocSize = newAllocSize; in onCombineIfPossible()