Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrAtlasTextOp.h104 , fGeoDataAllocSize(kMinGeometryAllocated) in GrAtlasTextOp()
161 int fGeoDataAllocSize; variable
DGrAtlasTextOp.cpp497 if (newGeoCount > fGeoDataAllocSize) { in onCombineIfPossible()
498 int newAllocSize = fGeoDataAllocSize + fGeoDataAllocSize / 2; in onCombineIfPossible()
503 fGeoDataAllocSize = newAllocSize; in onCombineIfPossible()
/external/skqp/src/gpu/ops/
DGrAtlasTextOp.h103 , fGeoDataAllocSize(kMinGeometryAllocated) in GrAtlasTextOp()
160 int fGeoDataAllocSize; variable
DGrAtlasTextOp.cpp492 if (newGeoCount > fGeoDataAllocSize) { in onCombineIfPossible()
493 int newAllocSize = fGeoDataAllocSize + fGeoDataAllocSize / 2; in onCombineIfPossible()
498 fGeoDataAllocSize = newAllocSize; in onCombineIfPossible()