Searched refs:kIndicesPerStrokeRRect (Results 1 – 2 of 2) sorted by relevance
141 static const int kIndicesPerStrokeRRect = kIndicesPerOverstrokeRRect - 6*4; variable143 static const int kIndicesPerFillRRect = kIndicesPerStrokeRRect + 6;171 return kIndicesPerStrokeRRect; in rrect_type_to_index_count()
2448 static const int kIndicesPerStrokeRRect = kIndicesPerFillRRect - 6; variable2474 return kIndicesPerStrokeRRect; in rrect_type_to_index_count()2860 gStandardRRectIndices, kIndicesPerStrokeRRect, kNumRRectsInIndexBuffer, in get_rrect_index_buffer()3004 int indicesPerInstance = fStroked ? kIndicesPerStrokeRRect : kIndicesPerFillRRect; in onPrepareDraws()