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

/external/skia/src/gpu/ops/
H A DGrShadowRRectOp.cpp447 static const int kIndicesPerOverstrokeRRect = SK_ARRAY_COUNT(gOverstrokeRRectIndices); variable
449 static const int kIndicesPerStrokeRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6;
475 return kIndicesPerOverstrokeRRect;
479 return kIndicesPerOverstrokeRRect;
H A DGrOvalOpFactory.cpp1649 static const int kIndicesPerOverstrokeRRect = SK_ARRAY_COUNT(gOverstrokeRRectIndices) - 6; variable
1651 static const int kIndicesPerFillRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6;
1685 return kIndicesPerOverstrokeRRect;

Completed in 86 milliseconds