Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DShadowRRectOp.cpp141 static const int kIndicesPerStrokeRRect = kIndicesPerOverstrokeRRect - 6*4; member
143 static const int kIndicesPerFillRRect = kIndicesPerStrokeRRect + 6;
171 return kIndicesPerStrokeRRect; in rrect_type_to_index_count()
H A DGrOvalOpFactory.cpp2477 static const int kIndicesPerStrokeRRect = kIndicesPerFillRRect - 6;
2503 return kIndicesPerStrokeRRect;
2889 gStandardRRectIndices, kIndicesPerStrokeRRect, kNumRRectsInIndexBuffer,
3033 int indicesPerInstance = fStroked ? kIndicesPerStrokeRRect : kIndicesPerFillRRect;

Completed in 6 milliseconds