Searched refs:BrightColorsCount (Results 1 – 5 of 5) sorted by relevance
77 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color); variable
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()