Searched refs:GX_BINRES_READ_SHORT (Results 1 – 2 of 2) sorted by relevance
62 #define GX_BINRES_READ_SHORT(dest, src) (dest) = (SHORT)(((src)[1] << 8) | (src)[0]) macro
533 …GX_BINRES_READ_SHORT(header -> gx_glyph_header_ascent, info -> gx_binres_root_address + info -> gx… in _gx_binres_glyph_header_load()536 …GX_BINRES_READ_SHORT(header -> gx_glyph_header_descent, info -> gx_binres_root_address + info -> g… in _gx_binres_glyph_header_load()