Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DShadowRRectOp.cpp141 static const int kIndicesPerStrokeRRect = kIndicesPerOverstrokeRRect - 6*4; variable
143 static const int kIndicesPerFillRRect = kIndicesPerStrokeRRect + 6;
171 return kIndicesPerStrokeRRect; in rrect_type_to_index_count()
DGrOvalOpFactory.cpp2448 static const int kIndicesPerStrokeRRect = kIndicesPerFillRRect - 6; variable
2474 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()