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

/external/skia/src/gpu/ops/
H A DGrShadowRRectOp.cpp449 static const int kIndicesPerStrokeRRect = kIndicesPerOverstrokeRRect - 6 * 4 + 6; variable
477 return kIndicesPerStrokeRRect;
H A DGrOvalOpFactory.cpp1653 static const int kIndicesPerStrokeRRect = kIndicesPerFillRRect - 6; variable
1682 return kIndicesPerStrokeRRect;
2061 gStandardRRectIndices, kIndicesPerStrokeRRect, kNumRRectsInIndexBuffer,
2182 int indicesPerInstance = fStroked ? kIndicesPerStrokeRRect : kIndicesPerFillRRect;

Completed in 117 milliseconds