Home
last modified time | relevance | path

Searched refs:get_byte (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/codec/
DSkBmpStandardCodec.cpp108 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable()
109 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable()
110 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
115 alpha = get_byte(cBuffer.get(), i*fBytesPerColor + 3); in createColorTable()
DSkBmpRLECodec.cpp95 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable()
96 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable()
97 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
DSkCodecPriv.h197 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { in get_byte() function
/external/libjpeg-turbo/
Djdarith.c68 get_byte (j_decompress_ptr cinfo) in get_byte() function
123 data = get_byte(cinfo); /* read next input byte */ in arith_decode()
125 do data = get_byte(cinfo); in arith_decode()
/external/iproute2/include/
Dutils.h105 #define get_byte get_u8 macro
/external/syslinux/memdisk/
Dunzip.c78 static inline uch get_byte(void) in get_byte() function
Dinflate.c219 #define NEXTBYTE() (uch)get_byte()