Searched refs:fNumColors (Results 1 – 2 of 2) sorted by relevance
560 , fNumColors(numColors) in SkBmpCodec()635 if (fNumColors == 0 || fNumColors >= maxColors) { in createColorTable()636 fNumColors = maxColors; in createColorTable()648 colorBytes = fNumColors * fBytesPerColor; in createColorTable()676 for (; i < fNumColors; i++) { in createColorTable()
185 uint32_t fNumColors; variable