Searched refs:kIndicesPerStrokeRRect (Results 1 – 2 of 2) sorted by relevance
449 static const int kIndicesPerStrokeRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6; variable477 return kIndicesPerStrokeRRect; in rrect_type_to_index_count()
1653 static const int kIndicesPerStrokeRRect = kIndicesPerFillRRect - 6; variable1682 return kIndicesPerStrokeRRect; in rrect_type_to_index_count()2061 gStandardRRectIndices, kIndicesPerStrokeRRect, kNumRRectsInIndexBuffer, in ref_rrect_index_buffer()2182 int indicesPerInstance = fStroked ? kIndicesPerStrokeRRect : kIndicesPerFillRRect; in onPrepareDraws()