Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/gl/
DGLSkiaShadowPort.cpp72 static const uint16_t gFillCircleIndices[] = { variable
98 static const int kIndicesPerFillCircle = SK_ARRAY_COUNT(gFillCircleIndices);
112 return stroked ? gStrokeCircleIndices : gFillCircleIndices; in circle_type_to_indices()