Searched refs:fNumColors (Results 1 – 4 of 4) sorted by relevance
25 , fNumColors(numColors) in SkBmpStandardCodec()74 fNumColors == 0 ? maxColors : std::min(fNumColors, maxColors); in createColorTable()
27 , fNumColors(numColors) in SkBmpRLECodec()77 fNumColors == 0 ? maxColors : std::min(fNumColors, maxColors); in createColorTable()
82 const uint32_t fNumColors; variable
100 const uint32_t fNumColors; variable