Lines Matching refs:SK_ARRAY_COUNT
27 SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode))->unref(); in makebm()
114 const int textLen = SK_ARRAY_COUNT(text) - 1; in onDrawContent()
132 static const int gradCount = SK_ARRAY_COUNT(gGradData) * in onDrawContent()
133 SK_ARRAY_COUNT(gGradMakers); in onDrawContent()
134 static const int bmpCount = SK_ARRAY_COUNT(tileModes) * in onDrawContent()
135 SK_ARRAY_COUNT(tileModes); in onDrawContent()
139 for (size_t d = 0; d < SK_ARRAY_COUNT(gGradData); ++d) { in onDrawContent()
140 for (size_t m = 0; m < SK_ARRAY_COUNT(gGradMakers); ++m) { in onDrawContent()
146 for (size_t tx = 0; tx < SK_ARRAY_COUNT(tileModes); ++tx) { in onDrawContent()
147 for (size_t ty = 0; ty < SK_ARRAY_COUNT(tileModes); ++ty) { in onDrawContent()
173 for (size_t s = 0; s < SK_ARRAY_COUNT(shaders); s++) { in onDrawContent()