Home
last modified time | relevance | path

Searched refs:gx_binres_root_address (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_binres_theme_load.c80 …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()
98 …r -> gx_theme_header_vscroll_appearance.gx_scroll_width, info -> gx_binres_root_address + info -> … in _gx_binres_theme_header_load()
101 …x_theme_header_vscroll_appearance.gx_scroll_thumb_width, info -> gx_binres_root_address + info -> … in _gx_binres_theme_header_load()
104 …me_header_vscroll_appearance.gx_scroll_thumb_travel_min, info -> gx_binres_root_address + info -> … in _gx_binres_theme_header_load()
107 …me_header_vscroll_appearance.gx_scroll_thumb_travel_max, info -> gx_binres_root_address + info -> … in _gx_binres_theme_header_load()
[all …]
Dgx_binres_language_table_load.c75 …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 …READ_USHORT(header -> gx_resource_header_language_count, info -> gx_binres_root_address + info -> … in _gx_binres_resource_header_load()
87 …READ_ULONG(header -> gx_resource_header_theme_data_size, info -> gx_binres_root_address + info -> … in _gx_binres_resource_header_load()
90 …EAD_ULONG(header -> gx_resource_header_string_data_size, info -> gx_binres_root_address + info -> … in _gx_binres_resource_header_load()
93 …GX_BINRES_READ_ULONG(header -> gx_resource_header_data_size, info -> gx_binres_root_address + info… 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()
[all …]
Dgx_binres_pixelmap_load.c74 GX_BINRES_READ_USHORT(type, info -> gx_binres_root_address + info -> gx_binres_read_offset); in _gx_binres_standalone_resource_seek()
85 GX_BINRES_READ_ULONG(count, info -> gx_binres_root_address + info -> gx_binres_read_offset); in _gx_binres_standalone_resource_seek()
95 …GX_BINRES_READ_ULONG(info -> gx_binres_read_offset, info -> gx_binres_root_address + info -> gx_bi… in _gx_binres_standalone_resource_seek()
174 info.gx_binres_root_address = (GX_UBYTE *)root_address; in _gx_binres_pixelmap_load()
Dgx_binres_language_count_get.c82 info.gx_binres_root_address = root_address; in _gx_binres_language_count_get()
Dgx_binres_font_load.c111 info.gx_binres_root_address = (GX_UBYTE *)root_address; in _gx_binres_font_load()
Dgx_binres_language_info_load.c82 info.gx_binres_root_address = root_address; in _gx_binres_language_info_load()
/GUIX-v6.2.1/common/inc/
Dgx_binres_loader.h69 GX_UBYTE *gx_binres_root_address; member