Searched refs:SK_ARRAY_COUNT (Results 1 – 1 of 1) sorted by relevance
97 #define SK_ARRAY_COUNT(a) (sizeof(a) / sizeof((a)[0])) macro98 static const int kIndicesPerFillCircle = SK_ARRAY_COUNT(gFillCircleIndices);99 static const int kIndicesPerStrokeCircle = SK_ARRAY_COUNT(gStrokeCircleIndices);182 static const int kIndicesPerOverstrokeRRect = SK_ARRAY_COUNT(gRRectIndices) - 6;