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