Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp2225 static const uint16_t gOverstrokeRRectIndices[] = { variable
2253 static const uint16_t* gStandardRRectIndices = gOverstrokeRRectIndices + 6 * 4;
2256 static const int kIndicesPerOverstrokeRRect = SK_ARRAY_COUNT(gOverstrokeRRectIndices) - 6;
2301 return gOverstrokeRRectIndices; in rrect_type_to_indices()
/external/skqp/src/gpu/ops/
DGrOvalOpFactory.cpp2100 static const uint16_t gOverstrokeRRectIndices[] = { variable
2128 static const uint16_t* gStandardRRectIndices = gOverstrokeRRectIndices + 6 * 4;
2131 static const int kIndicesPerOverstrokeRRect = SK_ARRAY_COUNT(gOverstrokeRRectIndices) - 6;
2176 return gOverstrokeRRectIndices; in rrect_type_to_indices()