Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp247 fCurIdx = fIndices; in allocNewBuffers()
255 *(fCurIdx++) = fSubpathIndexStart; in appendCountourEdgeIndices()
257 *(fCurIdx++) = edgeV0Idx; in appendCountourEdgeIndices()
258 *(fCurIdx++) = edgeV0Idx + 1; in appendCountourEdgeIndices()
264 int indexCount = fCurIdx - fIndices; in emitMeshAndPutBackReserve()
284 fCurIdx + indicesNeeded > fIndices + fIndicesInChunk) { in needSpace()
324 uint16_t* fCurIdx; member in __anonee0b1f2d0111::PathGeoBuilder