• Home
  • Raw
  • Download

Lines Matching refs:SK_ARRAY_COUNT

197         for (size_t i = 0; i < SK_ARRAY_COUNT(gGradData); i++) {  in onDraw()
199 for (size_t j = 0; j < SK_ARRAY_COUNT(gGradMakers); j++) { in onDraw()
253 for (size_t i = 0; i < SK_ARRAY_COUNT(gGradData); i++) { in onDraw()
255 for (size_t j = 0; j < SK_ARRAY_COUNT(gGradMakers4f); j++) { in onDraw()
311 for (size_t i = 0; i < SK_ARRAY_COUNT(gGradData); i++) { in onDraw()
313 for (size_t j = 0; j < SK_ARRAY_COUNT(gGradMakers); j++) { in onDraw()
410 pos, SK_ARRAY_COUNT(pos), in onDraw()
454 SK_ARRAY_COUNT(pos),
532 SK_ARRAY_COUNT(pos), in onDraw()
579 for (size_t i = 0; i < SK_ARRAY_COUNT(flags); i++) { in onDraw()
581 nullptr, SK_ARRAY_COUNT(sweep_colors), in onDraw()
584 nullptr, SK_ARRAY_COUNT(colors1), in onDraw()
588 nullptr, SK_ARRAY_COUNT(colors2), in onDraw()
667 SK_ARRAY_COUNT(gColors), SkShader::kClamp_TileMode); in onOnceBeforeDraw()
709 for (int index = 0; index < (int) SK_ARRAY_COUNT(fShader); ++index) { in onOnceBeforeDraw()
711 for (int inner = 0; inner < (int) SK_ARRAY_COUNT(unitPos); ++inner) { in onOnceBeforeDraw()
715 SK_ARRAY_COUNT(gColors), SkShader::kClamp_TileMode); in onOnceBeforeDraw()
723 for (int index = 0; index < (int) SK_ARRAY_COUNT(fShader); ++index) { in onDraw()
781 for (unsigned i = 0; i < SK_ARRAY_COUNT(configs); ++i) { in onDraw()
909 pts, colors, nullptr, SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode)); in draw_many_stops()
923 pts, colors, nullptr, SK_ARRAY_COUNT(colors), SkShader::kRepeat_TileMode)); in draw_subpixel_gradient()
958 static_assert(SK_ARRAY_COUNT(colors1) == SK_ARRAY_COUNT(pos), "color/pos size mismatch"); in __anon178efadc0202()
959 static_assert(SK_ARRAY_COUNT(colors2) == SK_ARRAY_COUNT(pos), "color/pos size mismatch"); in __anon178efadc0202()
967 p.setShader(SkGradientShader::MakeLinear(pts1, colors1, pos, SK_ARRAY_COUNT(colors1), in __anon178efadc0202()
972 p.setShader(SkGradientShader::MakeLinear(pts2, colors2, pos, SK_ARRAY_COUNT(colors2), in __anon178efadc0202()
991 static_assert(SK_ARRAY_COUNT(colors) == SK_ARRAY_COUNT(pos), "color/pos size mismatch"); in __anon178efadc0302()
995 colors, pos, SK_ARRAY_COUNT(colors), 0, nullptr)); in __anon178efadc0302()
1011 static_assert(SK_ARRAY_COUNT(colors) == SK_ARRAY_COUNT(pos), "color/pos size mismatch"); in __anon178efadc0402()
1015 SK_ARRAY_COUNT(colors), 0, nullptr); in __anon178efadc0402()
1019 SK_ARRAY_COUNT(colors), 0, &m); in __anon178efadc0402()
1025 static_assert(SK_ARRAY_COUNT(colors) == SK_ARRAY_COUNT(radialPos), in __anon178efadc0402()
1031 SK_ARRAY_COUNT(radialPos), in __anon178efadc0402()