Searched refs:GX_BINRES_READ_USHORT (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gx_binres_language_table_load.c | 75 …GX_BINRES_READ_USHORT(header -> gx_resource_header_magic_number, info -> gx_binres_root_address + … in _gx_binres_resource_header_load() 78 …GX_BINRES_READ_USHORT(header -> gx_resource_header_version, info -> gx_binres_root_address + info … in _gx_binres_resource_header_load() 81 …GX_BINRES_READ_USHORT(header -> gx_resource_header_theme_count, info -> gx_binres_root_address + i… in _gx_binres_resource_header_load() 84 …GX_BINRES_READ_USHORT(header -> gx_resource_header_language_count, info -> gx_binres_root_address … in _gx_binres_resource_header_load() 144 …GX_BINRES_READ_USHORT(header -> gx_string_header_magic_number, info -> gx_binres_root_address + in… in _gx_binres_string_header_load() 147 …GX_BINRES_READ_USHORT(header -> gx_string_header_language_count, info -> gx_binres_root_address + … in _gx_binres_string_header_load() 150 …GX_BINRES_READ_USHORT(header -> gx_string_header_string_count, info -> gx_binres_root_address + in… in _gx_binres_string_header_load() 204 …GX_BINRES_READ_USHORT(header -> gx_language_header_magic_number, info -> gx_binres_root_address + … in _gx_binres_language_header_load() 207 …GX_BINRES_READ_USHORT(header -> gx_language_header_index, info -> gx_binres_root_address + info ->… in _gx_binres_language_header_load() 444 … GX_BINRES_READ_USHORT(string_length, info.gx_binres_root_address + info.gx_binres_read_offset); in _gx_binres_language_table_load()
|
| D | gx_binres_theme_load.c | 80 …GX_BINRES_READ_USHORT(header -> gx_theme_header_magic_number, info -> gx_binres_root_address + inf… in _gx_binres_theme_header_load() 83 …GX_BINRES_READ_USHORT(header -> gx_theme_header_index, info -> gx_binres_root_address + info -> gx… in _gx_binres_theme_header_load() 86 …GX_BINRES_READ_USHORT(header -> gx_theme_header_color_count, info -> gx_binres_root_address + info… in _gx_binres_theme_header_load() 89 …GX_BINRES_READ_USHORT(header -> gx_theme_header_palette_count, info -> gx_binres_root_address + in… in _gx_binres_theme_header_load() 92 …GX_BINRES_READ_USHORT(header -> gx_theme_header_font_count, info -> gx_binres_root_address + info … in _gx_binres_theme_header_load() 95 …GX_BINRES_READ_USHORT(header -> gx_theme_header_pixelmap_count, info -> gx_binres_root_address + i… in _gx_binres_theme_header_load() 239 …GX_BINRES_READ_USHORT(header -> gx_color_header_magic_number, info -> gx_binres_root_address + inf… in _gx_binres_color_header_load() 242 …GX_BINRES_READ_USHORT(header -> gx_color_header_color_count, info -> gx_binres_root_address + info… in _gx_binres_color_header_load() 296 …GX_BINRES_READ_USHORT(header -> gx_palette_header_magic_number, info -> gx_binres_root_address + i… in _gx_binres_palette_header_load() 299 …GX_BINRES_READ_USHORT(header -> gx_palette_header_color_count, info -> gx_binres_root_address + in… in _gx_binres_palette_header_load() [all …]
|
| D | gx_binres_pixelmap_load.c | 74 GX_BINRES_READ_USHORT(type, info -> gx_binres_root_address + info -> gx_binres_read_offset); in _gx_binres_standalone_resource_seek()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_binres_loader.h | 61 #define GX_BINRES_READ_USHORT(dest, src) (dest) = (USHORT)(((src)[1] << 8) | (src)[0]) macro
|