Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp131 static const int kIndicesPerStrokeRRect = kIndicesPerOverstrokeRRect - 6*4; variable
133 static const int kIndicesPerFillRRect = kIndicesPerStrokeRRect + 6;
162 return kIndicesPerStrokeRRect; in rrect_type_to_index_count()
DGrOvalOpFactory.cpp1664 static const int kIndicesPerStrokeRRect = kIndicesPerFillRRect - 6; variable
1691 return kIndicesPerStrokeRRect; in rrect_type_to_index_count()
2058 gStandardRRectIndices, kIndicesPerStrokeRRect, kNumRRectsInIndexBuffer, in ref_rrect_index_buffer()
2181 int indicesPerInstance = fStroked ? kIndicesPerStrokeRRect : kIndicesPerFillRRect; in onPrepareDraws()