Searched refs:fBytesPerColor (Results 1 – 2 of 2) sorted by relevance
561 , fBytesPerColor(bytesPerColor) in SkBmpCodec()648 colorBytes = fNumColors * fBytesPerColor; in createColorTable()677 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable()678 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable()679 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()685 get_byte(cBuffer.get(), i*fBytesPerColor + 3); in createColorTable()
186 const uint32_t fBytesPerColor; variable