Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrShadowRRectOp.cpp137 static const int kIndicesPerFillRRect = kIndicesPerStrokeRRect + 6; variable
164 return kIndicesPerFillRRect; in rrect_type_to_index_count()
DGrOvalOpFactory.cpp2133 static const int kIndicesPerFillRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6; variable
2135 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()
/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp137 static const int kIndicesPerFillRRect = kIndicesPerStrokeRRect + 6; variable
164 return kIndicesPerFillRRect; in rrect_type_to_index_count()
DGrOvalOpFactory.cpp2258 static const int kIndicesPerFillRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6; variable
2260 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()