Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/codec/
DSkBmpStandardCodec.cpp26 , 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()
DSkBmpRLECodec.cpp25 , 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()
DSkBmpStandardCodec.h83 const uint32_t fBytesPerColor; variable
DSkBmpRLECodec.h101 const uint32_t fBytesPerColor; variable
/third_party/skia/src/codec/
DSkBmpStandardCodec.cpp26 , 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()
DSkBmpRLECodec.cpp28 , 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()
DSkBmpStandardCodec.h83 const uint32_t fBytesPerColor; variable
DSkBmpRLECodec.h101 const uint32_t fBytesPerColor; variable