Searched refs:extractByteFromUInt32 (Results 1 – 2 of 2) sorted by relevance
52 uint8_t packedByte = extractByteFromUInt32(lsd.packed()); in visit()61 writeByte(extractByteFromUInt32(lsd.backgroundcolor())); in visit()62 writeByte(extractByteFromUInt32(lsd.aspectratio())); in visit()78 uint8_t packedByte = extractByteFromUInt32(gce.packed()); in visit()84 writeByte(extractByteFromUInt32(gce.transparentcolorindex())); in visit()136 uint8_t packedByte = extractByteFromUInt32(descriptor.packed()); in visit()148 uint8_t len = extractByteFromUInt32(block.len()); in visit()165 writeByte(extractByteFromUInt32(img.lzw())); in visit()256 uint8_t ProtoConverter::extractByteFromUInt32(uint32_t a) in extractByteFromUInt32() function in ProtoConverter
39 static uint8_t extractByteFromUInt32(uint32_t a);