Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DDefaultPathRenderer.cpp247 fCurIdx = fIndices = nullptr; in allocNewBuffers()
271 fCurIdx = fIndices; in allocNewBuffers()
276 SkASSERT(fCurIdx); in appendCountourEdgeIndices()
281 *(fCurIdx++) = fSubpathIndexStart; in appendCountourEdgeIndices()
283 *(fCurIdx++) = edgeV0Idx; in appendCountourEdgeIndices()
284 *(fCurIdx++) = edgeV0Idx + 1; in appendCountourEdgeIndices()
294 int indexCount = fCurIdx - fIndices; in createMeshAndPutBackReserve()
324 fCurIdx + indicesNeeded > fIndices + fIndicesInChunk) { in ensureSpace()
379 uint16_t* fCurIdx; member in __anon18835::PathGeoBuilder

Completed in 3 milliseconds