Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp196 int currStartVertex = 0; in onPrepareDraws() local
346 *indices++ = primIndices[i] + currStartVertex; in onPrepareDraws()
349 currStartVertex += circle_type_to_vert_count(circle.fStroked); in onPrepareDraws()
685 int currStartVertex = 0; in onPrepareDraws() local
762 *indices++ = primIndices[i] + currStartVertex; in onPrepareDraws()
765 currStartVertex += rrect_type_to_vert_count(args.fType); in onPrepareDraws()
DGrOvalOpFactory.cpp865 int currStartVertex = 0; in onPrepareDraws() local
1091 *indices++ = primIndices[i] + currStartVertex; in onPrepareDraws()
1094 currStartVertex += circle_type_to_vert_count(geom.fStroked); in onPrepareDraws()
1912 int currStartVertex = 0; in onPrepareDraws() local
1992 *indices++ = primIndices[i] + currStartVertex; in onPrepareDraws()
1995 currStartVertex += rrect_type_to_vert_count(args.fType); in onPrepareDraws()