Searched refs:kIndicesPerFillRRect (Results 1 – 4 of 4) sorted by relevance
137 static const int kIndicesPerFillRRect = kIndicesPerStrokeRRect + 6; variable164 return kIndicesPerFillRRect; in rrect_type_to_index_count()
2133 static const int kIndicesPerFillRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6; variable2135 static const int kIndicesPerStrokeRRect = kIndicesPerFillRRect - 6;2160 return kIndicesPerFillRRect; in rrect_type_to_index_count()2507 gStandardRRectIndices, kIndicesPerFillRRect, kNumRRectsInIndexBuffer, in get_rrect_index_buffer()2645 int indicesPerInstance = fStroked ? kIndicesPerStrokeRRect : kIndicesPerFillRRect; in onPrepareDraws()
2258 static const int kIndicesPerFillRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6; variable2260 static const int kIndicesPerStrokeRRect = kIndicesPerFillRRect - 6;2285 return kIndicesPerFillRRect; in rrect_type_to_index_count()2636 gStandardRRectIndices, kIndicesPerFillRRect, kNumRRectsInIndexBuffer, in get_rrect_index_buffer()2778 int indicesPerInstance = fStroked ? kIndicesPerStrokeRRect : kIndicesPerFillRRect; in onPrepareDraws()