Searched refs:fBytesPerColor (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/codec/ |
D | SkBmpStandardCodec.cpp | 26 , fBytesPerColor(bytesPerColor) in SkBmpStandardCodec() 77 colorBytes = numColorsToRead * fBytesPerColor; in createColorTable() 98 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable() 99 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable() 100 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable() 105 alpha = get_byte(cBuffer.get(), i*fBytesPerColor + 3); in createColorTable()
|
D | SkBmpRLECodec.cpp | 25 , fBytesPerColor(bytesPerColor) in SkBmpRLECodec() 77 colorBytes = numColorsToRead * fBytesPerColor; in createColorTable() 88 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable() 89 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable() 90 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
|
D | SkBmpStandardCodec.h | 83 const uint32_t fBytesPerColor; variable
|
D | SkBmpRLECodec.h | 101 const uint32_t fBytesPerColor; variable
|
/third_party/skia/src/codec/ |
D | SkBmpStandardCodec.cpp | 26 , fBytesPerColor(bytesPerColor) in SkBmpStandardCodec() 77 colorBytes = numColorsToRead * fBytesPerColor; in createColorTable() 98 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable() 99 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable() 100 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable() 105 alpha = get_byte(cBuffer.get(), i*fBytesPerColor + 3); in createColorTable()
|
D | SkBmpRLECodec.cpp | 28 , fBytesPerColor(bytesPerColor) in SkBmpRLECodec() 80 colorBytes = numColorsToRead * fBytesPerColor; in createColorTable() 91 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable() 92 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable() 93 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
|
D | SkBmpStandardCodec.h | 83 const uint32_t fBytesPerColor; variable
|
D | SkBmpRLECodec.h | 101 const uint32_t fBytesPerColor; variable
|