Home
last modified time | relevance | path

Searched refs:GX_BINRES_READ_ULONG (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.4.1/common/src/
Dgx_binres_theme_load.c113GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_fill_pixelmap, info ->… in _gx_binres_theme_header_load()
116GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_thumb_pixelmap, info -… in _gx_binres_theme_header_load()
119GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_up_pixelmap, info -> g… in _gx_binres_theme_header_load()
122GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_down_pixelmap, info ->… in _gx_binres_theme_header_load()
125GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_thumb_color, info -> g… in _gx_binres_theme_header_load()
128GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_thumb_border_color, in… in _gx_binres_theme_header_load()
131GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_button_color, info -> … in _gx_binres_theme_header_load()
149GX_BINRES_READ_ULONG(header -> gx_theme_header_hscroll_appearance.gx_scroll_fill_pixelmap, info ->… in _gx_binres_theme_header_load()
152GX_BINRES_READ_ULONG(header -> gx_theme_header_hscroll_appearance.gx_scroll_thumb_pixelmap, info -… in _gx_binres_theme_header_load()
155GX_BINRES_READ_ULONG(header -> gx_theme_header_hscroll_appearance.gx_scroll_up_pixelmap, info -> g… in _gx_binres_theme_header_load()
[all …]
Dgx_binres_language_table_load.c87GX_BINRES_READ_ULONG(header -> gx_resource_header_theme_data_size, info -> gx_binres_root_address … in _gx_binres_resource_header_load()
90GX_BINRES_READ_ULONG(header -> gx_resource_header_string_data_size, info -> gx_binres_root_address… in _gx_binres_resource_header_load()
93GX_BINRES_READ_ULONG(header -> gx_resource_header_data_size, info -> gx_binres_root_address + info… in _gx_binres_resource_header_load()
153GX_BINRES_READ_ULONG(header -> gx_string_header_data_size, info -> gx_binres_root_address + info -… in _gx_binres_string_header_load()
213GX_BINRES_READ_ULONG(header -> gx_language_header_data_size, info -> gx_binres_root_address + info… in _gx_binres_language_header_load()
Dgx_binres_pixelmap_load.c85 GX_BINRES_READ_ULONG(count, info -> gx_binres_root_address + info -> gx_binres_read_offset); in _gx_binres_standalone_resource_seek()
95GX_BINRES_READ_ULONG(info -> gx_binres_read_offset, info -> gx_binres_root_address + info -> gx_bi… in _gx_binres_standalone_resource_seek()
/GUIX-v6.4.1/common/inc/
Dgx_binres_loader.h64 #define GX_BINRES_READ_ULONG(dest, src) (dest) = (ULONG)(((src)[3] << 24) | ((src)[2] << 16) | (… macro