Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DShadowRRectOp.cpp139 static const int kIndicesPerOverstrokeRRect = SK_ARRAY_COUNT(gRRectIndices) - 6; variable
141 static const int kIndicesPerStrokeRRect = kIndicesPerOverstrokeRRect - 6*4;
173 return kIndicesPerOverstrokeRRect; in rrect_type_to_index_count()
DGrOvalOpFactory.cpp2444 static const int kIndicesPerOverstrokeRRect = SK_ARRAY_COUNT(gOverstrokeRRectIndices) - 6; variable
2446 static const int kIndicesPerFillRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6;
2476 return kIndicesPerOverstrokeRRect; in rrect_type_to_index_count()