Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp73 , fIndicesInChunk(0) in PathGeoBuilder()
243 &fIndicesInChunk); in allocNewBuffers()
266 SkASSERT(indexCount <= fIndicesInChunk); in emitMeshAndPutBackReserve()
278 fTarget->putBackIndices((size_t)(fIndicesInChunk - indexCount)); in emitMeshAndPutBackReserve()
284 fCurIdx + indicesNeeded > fIndices + fIndicesInChunk) { in needSpace()
322 int fIndicesInChunk; member in __anonee0b1f2d0111::PathGeoBuilder