Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkCodecPriv.h89 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { in get_byte() function
DSkCodec_libbmp.cpp677 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()
/external/iproute2/include/
Dutils.h83 #define get_byte get_u8 macro