Searched refs:kComponents (Results 1 – 1 of 1) sorted by relevance
20 static const char kComponents[] = { 'r', 'g', 'b' }; in hard_light() local21 for (size_t i = 0; i < SK_ARRAY_COUNT(kComponents); ++i) { in hard_light()22 char component = kComponents[i]; in hard_light()