Searched refs:B_BENDIAN_TO_HOST_FLOAT (Results 1 – 10 of 10) sorted by relevance
164 header.bounds.left = B_BENDIAN_TO_HOST_FLOAT(header.bounds.left); in GetBitmap()165 header.bounds.top = B_BENDIAN_TO_HOST_FLOAT(header.bounds.top); in GetBitmap()166 header.bounds.right = B_BENDIAN_TO_HOST_FLOAT(header.bounds.right); in GetBitmap()167 header.bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(header.bounds.bottom); in GetBitmap()
62 #define B_BENDIAN_TO_HOST_FLOAT(arg) __swap_float(arg) macro96 #define B_BENDIAN_TO_HOST_FLOAT(arg) (float)(arg) macro
31 bounds.left = B_BENDIAN_TO_HOST_FLOAT(header.bounds.left); in PSDWriter()32 bounds.top = B_BENDIAN_TO_HOST_FLOAT(header.bounds.top); in PSDWriter()33 bounds.right = B_BENDIAN_TO_HOST_FLOAT(header.bounds.right); in PSDWriter()34 bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(header.bounds.bottom); in PSDWriter()
85 style.size = B_BENDIAN_TO_HOST_FLOAT(style.size); in PrintStyle()86 style.shear = B_BENDIAN_TO_HOST_FLOAT(style.shear); in PrintStyle()
784 hdr.bounds.left = B_BENDIAN_TO_HOST_FLOAT(hdr.bounds.left); in read_bits_header()785 hdr.bounds.right = B_BENDIAN_TO_HOST_FLOAT(hdr.bounds.right); in read_bits_header()786 hdr.bounds.top = B_BENDIAN_TO_HOST_FLOAT(hdr.bounds.top); in read_bits_header()787 hdr.bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(hdr.bounds.bottom); in read_bits_header()
850 bounds.left = B_BENDIAN_TO_HOST_FLOAT(header.bounds.left); in Compress()851 bounds.top = B_BENDIAN_TO_HOST_FLOAT(header.bounds.top); in Compress()852 bounds.right = B_BENDIAN_TO_HOST_FLOAT(header.bounds.right); in Compress()853 bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(header.bounds.bottom); in Compress()
899 bounds.left = B_BENDIAN_TO_HOST_FLOAT(header.bounds.left); in Compress()900 bounds.top = B_BENDIAN_TO_HOST_FLOAT(header.bounds.top); in Compress()901 bounds.right = B_BENDIAN_TO_HOST_FLOAT(header.bounds.right); in Compress()902 bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(header.bounds.bottom); in Compress()
50 #undef B_BENDIAN_TO_HOST_FLOAT65 #define B_BENDIAN_TO_HOST_FLOAT(x) ((float)(x))70 #define B_BENDIAN_TO_HOST_FLOAT(x) _swap_float_(x)1316 *(s++) = B_HOST_TO_LENDIAN_INT16((float)B_BENDIAN_TO_HOST_FLOAT(fl)); in copy_float_to_short()
119 #define B_BENDIAN_TO_HOST_FLOAT(arg) FSSH_B_BENDIAN_TO_HOST_FLOAT(arg) macro
2983 runArray->runs[i].font.SetSize(B_BENDIAN_TO_HOST_FLOAT( in UnflattenRunArray()2985 runArray->runs[i].font.SetShear(B_BENDIAN_TO_HOST_FLOAT( in UnflattenRunArray()