Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp133 static const int kIndicesPerFillRRect = kIndicesPerStrokeRRect + 6; variable
160 return kIndicesPerFillRRect; in rrect_type_to_index_count()
DGrOvalOpFactory.cpp1662 static const int kIndicesPerFillRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6; variable
1664 static const int kIndicesPerStrokeRRect = kIndicesPerFillRRect - 6;
1689 return kIndicesPerFillRRect; in rrect_type_to_index_count()
2054 gStandardRRectIndices, kIndicesPerFillRRect, kNumRRectsInIndexBuffer, in ref_rrect_index_buffer()
2181 int indicesPerInstance = fStroked ? kIndicesPerStrokeRRect : kIndicesPerFillRRect; in onPrepareDraws()