Searched refs:kComponents (Results 1 – 2 of 2) sorted by relevance
18 static const char kComponents[] = { 'r', 'g', 'b' }; in hard_light() local19 for (size_t i = 0; i < SK_ARRAY_COUNT(kComponents); ++i) { in hard_light()20 char component = kComponents[i]; in hard_light()
733 const char kComponents[] = R"({ in TEST_F() local757 LoadTestJson(kComponents, &components); in TEST_F()