Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp449 static const int kIndicesPerStrokeRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6; variable
477 return kIndicesPerStrokeRRect; in rrect_type_to_index_count()
DGrOvalOpFactory.cpp1653 static const int kIndicesPerStrokeRRect = kIndicesPerFillRRect - 6; variable
1682 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()