Searched refs:cubicStrokesIdx (Results 1 – 1 of 1) sorted by relevance
576 int cubicStrokesIdx = GR_CT_DIV_ROUND_UP(endLinearStrokesIdx * sizeof(LinearStrokeInstance), in prepareToDraw() local580 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()