Searched refs:get_byte (Results 1 – 3 of 3) sorted by relevance
89 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { in get_byte() function
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()
83 #define get_byte get_u8 macro