Searched defs:kNumColors (Results 1 – 6 of 6) sorted by relevance
6 constexpr size_t kNumColors = 8; variable
168 inline static constexpr int kNumColors = 4; member in DrawAtlasColorsGM
153 sk_sp<SkColorFilter> SkOverdrawColorFilter::MakeWithSkColors(const SkColor colors[kNumColors]) { in MakeWithSkColors()
48 constexpr size_t kNumColors = sizeof(kColors) / sizeof(kColors[0]); variable
1213 static const size_t kNumColors = 8; in transcodeIndividualOrDifferentialBlockToBC1() local1267 static const size_t kNumColors = 4; in transcodeTBlockToBC1() local1320 static const size_t kNumColors = 4; in transcodeHBlockToBC1() local1375 static const size_t kNumColors = kNumPixelsInBlock; in transcodePlanarBlockToBC1() local
45 constexpr uint32_t kNumColors = sizeof(kColors) / sizeof(kColors[0]); variable