Searched refs:GX_BINRES_READ_ULONG (Results 1 – 4 of 4) sorted by relevance
/GUIX-v6.4.1/common/src/ |
D | gx_binres_theme_load.c | 113 …GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_fill_pixelmap, info ->… in _gx_binres_theme_header_load() 116 …GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_thumb_pixelmap, info -… in _gx_binres_theme_header_load() 119 …GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_up_pixelmap, info -> g… in _gx_binres_theme_header_load() 122 …GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_down_pixelmap, info ->… in _gx_binres_theme_header_load() 125 …GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_thumb_color, info -> g… in _gx_binres_theme_header_load() 128 …GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_thumb_border_color, in… in _gx_binres_theme_header_load() 131 …GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_appearance.gx_scroll_button_color, info -> … in _gx_binres_theme_header_load() 149 …GX_BINRES_READ_ULONG(header -> gx_theme_header_hscroll_appearance.gx_scroll_fill_pixelmap, info ->… in _gx_binres_theme_header_load() 152 …GX_BINRES_READ_ULONG(header -> gx_theme_header_hscroll_appearance.gx_scroll_thumb_pixelmap, info -… in _gx_binres_theme_header_load() 155 …GX_BINRES_READ_ULONG(header -> gx_theme_header_hscroll_appearance.gx_scroll_up_pixelmap, info -> g… in _gx_binres_theme_header_load() [all …]
|
D | gx_binres_language_table_load.c | 87 …GX_BINRES_READ_ULONG(header -> gx_resource_header_theme_data_size, info -> gx_binres_root_address … in _gx_binres_resource_header_load() 90 …GX_BINRES_READ_ULONG(header -> gx_resource_header_string_data_size, info -> gx_binres_root_address… 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() 153 …GX_BINRES_READ_ULONG(header -> gx_string_header_data_size, info -> gx_binres_root_address + info -… in _gx_binres_string_header_load() 213 …GX_BINRES_READ_ULONG(header -> gx_language_header_data_size, info -> gx_binres_root_address + info… in _gx_binres_language_header_load()
|
D | gx_binres_pixelmap_load.c | 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()
|
/GUIX-v6.4.1/common/inc/ |
D | gx_binres_loader.h | 64 #define GX_BINRES_READ_ULONG(dest, src) (dest) = (ULONG)(((src)[3] << 24) | ((src)[2] << 16) | (… macro
|