Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrShadowRRectOp.cpp133 static const int kIndicesPerOverstrokeRRect = SK_ARRAY_COUNT(gRRectIndices) - 6; variable
135 static const int kIndicesPerStrokeRRect = kIndicesPerOverstrokeRRect - 6*4;
168 return kIndicesPerOverstrokeRRect; in rrect_type_to_index_count()
DGrOvalOpFactory.cpp2131 static const int kIndicesPerOverstrokeRRect = SK_ARRAY_COUNT(gOverstrokeRRectIndices) - 6; variable
2133 static const int kIndicesPerFillRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6;
2164 return kIndicesPerOverstrokeRRect; in rrect_type_to_index_count()
/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp133 static const int kIndicesPerOverstrokeRRect = SK_ARRAY_COUNT(gRRectIndices) - 6; variable
135 static const int kIndicesPerStrokeRRect = kIndicesPerOverstrokeRRect - 6*4;
168 return kIndicesPerOverstrokeRRect; in rrect_type_to_index_count()
DGrOvalOpFactory.cpp2256 static const int kIndicesPerOverstrokeRRect = SK_ARRAY_COUNT(gOverstrokeRRectIndices) - 6; variable
2258 static const int kIndicesPerFillRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6;
2289 return kIndicesPerOverstrokeRRect; in rrect_type_to_index_count()