Home
last modified time | relevance | path

Searched refs:fBytesPerColor (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/codec/
DSkCodec_libbmp.cpp561 , 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()
DSkCodec_libbmp.h186 const uint32_t fBytesPerColor; variable