Searched refs:BrightColors (Results 1 – 5 of 5) sorted by relevance
70 static const Color::Color BrightColors[] = { variable77 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color);
40 auto color = BrightColors[ci++ % BrightColorsCount]; in createContent()
51 SkColor randomColor = BrightColors[rand() % BrightColorsCount]; in createRandomCharIcon()
48 auto color = BrightColors[ci++ % BrightColorsCount]; in createContent()
96 SkColor randomColor = BrightColors[rand() % BrightColorsCount]; in createRandomCharIcon()