Searched refs:BrightColorsCount (Results 1 – 4 of 4) sorted by relevance
35 auto color = BrightColors[ci++ % BrightColorsCount]; in createContent()
42 SkColor randomColor = BrightColors[rand() % BrightColorsCount]; in createRandomCharIcon()
87 SkColor randomColor = BrightColors[rand() % BrightColorsCount]; in createRandomCharIcon()
75 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color); variable