Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCStroker.cpp576 int cubicStrokesIdx = GR_CT_DIV_ROUND_UP(endLinearStrokesIdx * sizeof(LinearStrokeInstance), in prepareToDraw() local
580 fBaseInstances[j].fStrokes[i] = cubicStrokesIdx; in prepareToDraw()
581 cubicStrokesIdx += fInstanceCounts[j]->fStrokes[i]; in prepareToDraw()
585 int trianglesIdx = GR_CT_DIV_ROUND_UP(cubicStrokesIdx * sizeof(CubicStrokeInstance), in prepareToDraw()