Home
last modified time | relevance | path

Searched refs:GX_BINRES_READ_SHORT (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/common/inc/
Dgx_binres_loader.h62 #define GX_BINRES_READ_SHORT(dest, src) (dest) = (SHORT)(((src)[1] << 8) | (src)[0]) macro
/GUIX-v6.4.1/common/src/
Dgx_binres_theme_load.c533GX_BINRES_READ_SHORT(header -> gx_glyph_header_ascent, info -> gx_binres_root_address + info -> gx… in _gx_binres_glyph_header_load()
536GX_BINRES_READ_SHORT(header -> gx_glyph_header_descent, info -> gx_binres_root_address + info -> g… in _gx_binres_glyph_header_load()