Lines Matching refs:header

78 static UINT _gx_binres_theme_header_load(GX_BINRES_DATA_INFO *info, GX_THEME_HEADER *header)  in _gx_binres_theme_header_load()  argument
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()
98 …GX_BINRES_READ_GX_VALUE(header -> gx_theme_header_vscroll_appearance.gx_scroll_width, info -> gx_b… in _gx_binres_theme_header_load()
101 …GX_BINRES_READ_GX_VALUE(header -> gx_theme_header_vscroll_appearance.gx_scroll_thumb_width, info -… in _gx_binres_theme_header_load()
104 …GX_BINRES_READ_GX_VALUE(header -> gx_theme_header_vscroll_appearance.gx_scroll_thumb_travel_min, i… in _gx_binres_theme_header_load()
107 …GX_BINRES_READ_GX_VALUE(header -> gx_theme_header_vscroll_appearance.gx_scroll_thumb_travel_max, i… in _gx_binres_theme_header_load()
110 …GX_BINRES_READ_GX_UBYTE(header -> gx_theme_header_vscroll_appearance.gx_scroll_thumb_border_style,… in _gx_binres_theme_header_load()
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()
134 …GX_BINRES_READ_GX_VALUE(header -> gx_theme_header_hscroll_appearance.gx_scroll_width, info -> gx_b… in _gx_binres_theme_header_load()
137 …GX_BINRES_READ_GX_VALUE(header -> gx_theme_header_hscroll_appearance.gx_scroll_thumb_width, info -… in _gx_binres_theme_header_load()
140 …GX_BINRES_READ_GX_VALUE(header -> gx_theme_header_hscroll_appearance.gx_scroll_thumb_travel_min, i… in _gx_binres_theme_header_load()
143 …GX_BINRES_READ_GX_VALUE(header -> gx_theme_header_hscroll_appearance.gx_scroll_thumb_travel_max, i… in _gx_binres_theme_header_load()
146 …GX_BINRES_READ_GX_UBYTE(header -> gx_theme_header_hscroll_appearance.gx_scroll_thumb_border_style,… 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()
158 …GX_BINRES_READ_ULONG(header -> gx_theme_header_hscroll_appearance.gx_scroll_down_pixelmap, info ->… in _gx_binres_theme_header_load()
161 …GX_BINRES_READ_ULONG(header -> gx_theme_header_hscroll_appearance.gx_scroll_thumb_color, info -> g… in _gx_binres_theme_header_load()
164 …GX_BINRES_READ_ULONG(header -> gx_theme_header_hscroll_appearance.gx_scroll_thumb_border_color, in… in _gx_binres_theme_header_load()
167 …GX_BINRES_READ_ULONG(header -> gx_theme_header_hscroll_appearance.gx_scroll_button_color, info -> … in _gx_binres_theme_header_load()
170 …GX_BINRES_READ_ULONG(header -> gx_theme_header_vscroll_style, info -> gx_binres_root_address + inf… in _gx_binres_theme_header_load()
173 …GX_BINRES_READ_ULONG(header -> gx_theme_header_hscroll_style, info -> gx_binres_root_address + inf… in _gx_binres_theme_header_load()
176 …GX_BINRES_READ_ULONG(header -> gx_theme_header_color_data_size, info -> gx_binres_root_address + i… in _gx_binres_theme_header_load()
179 …GX_BINRES_READ_ULONG(header -> gx_theme_header_palette_data_size, info -> gx_binres_root_address +… in _gx_binres_theme_header_load()
182 …GX_BINRES_READ_ULONG(header -> gx_theme_header_font_data_size, info -> gx_binres_root_address + in… in _gx_binres_theme_header_load()
185 …GX_BINRES_READ_ULONG(header -> gx_theme_header_pixelmap_data_size, info -> gx_binres_root_address … in _gx_binres_theme_header_load()
188 …GX_BINRES_READ_ULONG(header -> gx_theme_header_data_size, info -> gx_binres_root_address + info ->… in _gx_binres_theme_header_load()
237 static UINT _gx_binres_color_header_load(GX_BINRES_DATA_INFO *info, GX_COLOR_HEADER *header) in _gx_binres_color_header_load() argument
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()
245 …GX_BINRES_READ_ULONG(header -> gx_color_header_data_size, info -> gx_binres_root_address + info ->… in _gx_binres_color_header_load()
294 static UINT _gx_binres_palette_header_load(GX_BINRES_DATA_INFO *info, GX_PALETTE_HEADER *header) in _gx_binres_palette_header_load() argument
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()
302 …GX_BINRES_READ_ULONG(header -> gx_palette_header_data_size, info -> gx_binres_root_address + info … in _gx_binres_palette_header_load()
354 UINT _gx_binres_font_header_load(GX_BINRES_DATA_INFO *info, GX_FONT_HEADER *header) in _gx_binres_font_header_load() argument
356 …GX_BINRES_READ_USHORT(header -> gx_font_header_magic_number, info -> gx_binres_root_address + info… in _gx_binres_font_header_load()
359 if(header -> gx_font_header_magic_number != GX_MAGIC_NUMBER) in _gx_binres_font_header_load()
364 …GX_BINRES_READ_USHORT(header -> gx_font_header_index, info -> gx_binres_root_address + info -> gx_… in _gx_binres_font_header_load()
367 …GX_BINRES_READ_USHORT(header -> gx_font_header_page_count, info -> gx_binres_root_address + info -… in _gx_binres_font_header_load()
370 …GX_BINRES_READ_GX_UBYTE(header -> gx_font_header_deault, info -> gx_binres_root_address + info -> … in _gx_binres_font_header_load()
373 …GX_BINRES_READ_GX_UBYTE(header -> gx_font_header_bits, info -> gx_binres_root_address + info -> gx… in _gx_binres_font_header_load()
376 …GX_BINRES_READ_ULONG(header -> gx_font_header_data_size, info -> gx_binres_root_address + info -> … in _gx_binres_font_header_load()
379 …GX_BINRES_READ_ULONG(header -> gx_font_header_data_offset, info -> gx_binres_root_address + info -… in _gx_binres_font_header_load()
428 static UINT _gx_binres_page_header_load(GX_BINRES_DATA_INFO *info, GX_PAGE_HEADER *header) in _gx_binres_page_header_load() argument
432 …GX_BINRES_READ_USHORT(header -> gx_page_header_magic_number, info -> gx_binres_root_address + info… in _gx_binres_page_header_load()
435 if(header -> gx_page_header_magic_number != GX_MAGIC_NUMBER) in _gx_binres_page_header_load()
440 …GX_BINRES_READ_USHORT(header -> gx_page_header_index, info -> gx_binres_root_address + info -> gx_… in _gx_binres_page_header_load()
443 …GX_BINRES_READ_GX_UBYTE(header -> gx_page_header_format, info -> gx_binres_root_address + info -> … in _gx_binres_page_header_load()
446 …GX_BINRES_READ_GX_UBYTE(header -> gx_page_header_prespace, info -> gx_binres_root_address + info -… in _gx_binres_page_header_load()
449 …GX_BINRES_READ_GX_UBYTE(header -> gx_page_header_postspace, info -> gx_binres_root_address + info … in _gx_binres_page_header_load()
452 …GX_BINRES_READ_GX_UBYTE(header -> gx_page_header_line_height, info -> gx_binres_root_address + inf… in _gx_binres_page_header_load()
455 …GX_BINRES_READ_GX_UBYTE(header -> gx_page_header_baseline, info -> gx_binres_root_address + info -… in _gx_binres_page_header_load()
461 header -> gx_page_header_first_glyph = (GX_CHAR_CODE)read_data; in _gx_binres_page_header_load()
466 header -> gx_page_header_last_glyph = (GX_CHAR_CODE)read_data; in _gx_binres_page_header_load()
468 …GX_BINRES_READ_ULONG(header -> gx_page_header_data_size, info -> gx_binres_root_address + info -> … in _gx_binres_page_header_load()
519 static UINT _gx_binres_glyph_header_load(GX_BINRES_DATA_INFO *info, GX_GLYPH_HEADER *header) in _gx_binres_glyph_header_load() argument
521 …GX_BINRES_READ_USHORT(header -> gx_glyph_header_magic_number, info -> gx_binres_root_address + inf… in _gx_binres_glyph_header_load()
524 …GX_BINRES_READ_USHORT(header -> gx_glyph_header_map_size, info -> gx_binres_root_address + info ->… in _gx_binres_glyph_header_load()
527 …GX_BINRES_READ_ULONG(header -> gx_glyph_header_map_offset, info -> gx_binres_root_address + info -… in _gx_binres_glyph_header_load()
530 …GX_BINRES_READ_USHORT(header -> gx_glyph_header_index, info -> gx_binres_root_address + info -> gx… in _gx_binres_glyph_header_load()
533 …GX_BINRES_READ_SHORT(header -> gx_glyph_header_ascent, info -> gx_binres_root_address + info -> gx… in _gx_binres_glyph_header_load()
536 …GX_BINRES_READ_SHORT(header -> gx_glyph_header_descent, info -> gx_binres_root_address + info -> g… in _gx_binres_glyph_header_load()
539 …GX_BINRES_READ_GX_UBYTE(header -> gx_glyph_header_advance, info -> gx_binres_root_address + info -… in _gx_binres_glyph_header_load()
542 …GX_BINRES_READ_GX_BYTE(header -> gx_glyph_header_leading, info -> gx_binres_root_address + info ->… in _gx_binres_glyph_header_load()
545 …GX_BINRES_READ_GX_UBYTE(header -> gx_glyph_header_width, info -> gx_binres_root_address + info -> … in _gx_binres_glyph_header_load()
548 …GX_BINRES_READ_GX_UBYTE(header -> gx_glyph_header_height, info -> gx_binres_root_address + info ->… in _gx_binres_glyph_header_load()
551 …GX_BINRES_READ_ULONG(header -> gx_glyph_header_data_size, info -> gx_binres_root_address + info ->… in _gx_binres_glyph_header_load()
602 …NT _gx_binres_kerning_glyph_header_load(GX_BINRES_DATA_INFO *info, GX_KERNING_GLYPH_HEADER *header) in _gx_binres_kerning_glyph_header_load() argument
604 _gx_binres_glyph_header_load(info, (GX_GLYPH_HEADER *)header); in _gx_binres_kerning_glyph_header_load()
606 …GX_BINRES_READ_USHORT(header -> gx_glyph_header_kerning_table_size, info -> gx_binres_root_address… in _gx_binres_kerning_glyph_header_load()
659 static UINT _gx_binres_pixelmap_header_load(GX_BINRES_DATA_INFO *info, GX_PIXELMAP_HEADER *header) in _gx_binres_pixelmap_header_load() argument
661 …GX_BINRES_READ_USHORT(header -> gx_pixelmap_header_magic_number, info -> gx_binres_root_address + … in _gx_binres_pixelmap_header_load()
664 if (header -> gx_pixelmap_header_magic_number != GX_MAGIC_NUMBER) in _gx_binres_pixelmap_header_load()
669 …GX_BINRES_READ_USHORT(header -> gx_pixelmap_header_index, info -> gx_binres_root_address + info ->… in _gx_binres_pixelmap_header_load()
672 …GX_BINRES_READ_GX_UBYTE(header -> gx_pixelmap_header_version_major, info -> gx_binres_root_address… in _gx_binres_pixelmap_header_load()
675 …GX_BINRES_READ_GX_UBYTE(header -> gx_pixelmap_header_version_minor, info -> gx_binres_root_address… in _gx_binres_pixelmap_header_load()
678 …GX_BINRES_READ_GX_UBYTE(header -> gx_pixelmap_header_flags, info -> gx_binres_root_address + info … in _gx_binres_pixelmap_header_load()
681 …GX_BINRES_READ_GX_UBYTE(header -> gx_pixelmap_header_format, info -> gx_binres_root_address + info… in _gx_binres_pixelmap_header_load()
684 …GX_BINRES_READ_ULONG(header -> gx_pixelmap_header_map_size, info -> gx_binres_root_address + info … in _gx_binres_pixelmap_header_load()
687 …GX_BINRES_READ_ULONG(header -> gx_pixelmap_header_aux_data_size, info -> gx_binres_root_address + … in _gx_binres_pixelmap_header_load()
690 …GX_BINRES_READ_ULONG(header -> gx_pixelmap_header_transparent_color, info -> gx_binres_root_addres… in _gx_binres_pixelmap_header_load()
693 …GX_BINRES_READ_USHORT(header -> gx_pixelmap_header_width, info -> gx_binres_root_address + info ->… in _gx_binres_pixelmap_header_load()
696 …GX_BINRES_READ_USHORT(header -> gx_pixelmap_header_height, info -> gx_binres_root_address + info -… in _gx_binres_pixelmap_header_load()
699 …GX_BINRES_READ_ULONG(header -> gx_pixelmap_header_data_size, info -> gx_binres_root_address + info… in _gx_binres_pixelmap_header_load()
702 …GX_BINRES_READ_ULONG(header -> gx_pixelmap_header_data_offset, info -> gx_binres_root_address + in… in _gx_binres_pixelmap_header_load()
1051 GX_GLYPH_HEADER header; in _gx_binres_glyphs_address_get() local
1060 _gx_binres_glyph_header_load(info, &header); in _gx_binres_glyphs_address_get()
1062 if (header.gx_glyph_header_magic_number != GX_MAGIC_NUMBER) in _gx_binres_glyphs_address_get()
1067 glyphs[index].gx_glyph_advance = header.gx_glyph_header_advance; in _gx_binres_glyphs_address_get()
1068 glyphs[index].gx_glyph_ascent = header.gx_glyph_header_ascent; in _gx_binres_glyphs_address_get()
1069 glyphs[index].gx_glyph_descent = header.gx_glyph_header_descent; in _gx_binres_glyphs_address_get()
1070 glyphs[index].gx_glyph_height = header.gx_glyph_header_height; in _gx_binres_glyphs_address_get()
1071 glyphs[index].gx_glyph_leading = header.gx_glyph_header_leading; in _gx_binres_glyphs_address_get()
1072 glyphs[index].gx_glyph_width = header.gx_glyph_header_width; in _gx_binres_glyphs_address_get()
1075 if (header.gx_glyph_header_data_size) in _gx_binres_glyphs_address_get()
1077 …glyphs[index].gx_glyph_map = (GX_UBYTE *)(info -> gx_binres_root_address + header.gx_glyph_header_… in _gx_binres_glyphs_address_get()
1078 info -> gx_binres_read_offset += header.gx_glyph_header_data_size; in _gx_binres_glyphs_address_get()
1143 GX_KERNING_GLYPH_HEADER header; in _gx_binres_kerning_glyphs_address_get() local
1152 _gx_binres_kerning_glyph_header_load(info, &header); in _gx_binres_kerning_glyphs_address_get()
1154 if (header.gx_glyph_header_magic_number != GX_MAGIC_NUMBER) in _gx_binres_kerning_glyphs_address_get()
1159 glyphs[index].gx_glyph_advance = header.gx_glyph_header_advance; in _gx_binres_kerning_glyphs_address_get()
1160 glyphs[index].gx_glyph_ascent = header.gx_glyph_header_ascent; in _gx_binres_kerning_glyphs_address_get()
1161 glyphs[index].gx_glyph_descent = header.gx_glyph_header_descent; in _gx_binres_kerning_glyphs_address_get()
1162 glyphs[index].gx_glyph_height = header.gx_glyph_header_height; in _gx_binres_kerning_glyphs_address_get()
1163 glyphs[index].gx_glyph_leading = header.gx_glyph_header_leading; in _gx_binres_kerning_glyphs_address_get()
1164 glyphs[index].gx_glyph_width = header.gx_glyph_header_width; in _gx_binres_kerning_glyphs_address_get()
1167 if (header.gx_glyph_header_data_size) in _gx_binres_kerning_glyphs_address_get()
1169 …glyphs[index].gx_glyph_map = (GX_UBYTE *)(info -> gx_binres_root_address + header.gx_glyph_header_… in _gx_binres_kerning_glyphs_address_get()
1170 info -> gx_binres_read_offset += header.gx_glyph_header_data_size; in _gx_binres_kerning_glyphs_address_get()
1178 if (header.gx_glyph_header_kerning_table_size) in _gx_binres_kerning_glyphs_address_get()
1181 info -> gx_binres_read_offset += header.gx_glyph_header_kerning_table_size; in _gx_binres_kerning_glyphs_address_get()
1241 GX_GLYPH_HEADER header; in _gx_binres_compressed_glyphs_address_get() local
1250 _gx_binres_glyph_header_load(info, &header); in _gx_binres_compressed_glyphs_address_get()
1252 if (header.gx_glyph_header_magic_number != GX_MAGIC_NUMBER) in _gx_binres_compressed_glyphs_address_get()
1257 glyphs[index].gx_glyph_advance = header.gx_glyph_header_advance; in _gx_binres_compressed_glyphs_address_get()
1258 glyphs[index].gx_glyph_ascent = header.gx_glyph_header_ascent; in _gx_binres_compressed_glyphs_address_get()
1259 glyphs[index].gx_glyph_descent = header.gx_glyph_header_descent; in _gx_binres_compressed_glyphs_address_get()
1260 glyphs[index].gx_glyph_height = header.gx_glyph_header_height; in _gx_binres_compressed_glyphs_address_get()
1261 glyphs[index].gx_glyph_leading = header.gx_glyph_header_leading; in _gx_binres_compressed_glyphs_address_get()
1262 glyphs[index].gx_glyph_map_size = header.gx_glyph_header_map_size; in _gx_binres_compressed_glyphs_address_get()
1263 glyphs[index].gx_glyph_width = header.gx_glyph_header_width; in _gx_binres_compressed_glyphs_address_get()
1266 if (header.gx_glyph_header_data_size) in _gx_binres_compressed_glyphs_address_get()
1268 …glyphs[index].gx_glyph_map = (GX_UBYTE *)(info -> gx_binres_root_address + header.gx_glyph_header_… in _gx_binres_compressed_glyphs_address_get()
1269 info -> gx_binres_read_offset += header.gx_glyph_header_data_size; in _gx_binres_compressed_glyphs_address_get()
1329 GX_PAGE_HEADER header; in _gx_binres_one_font_load() local
1383 status = _gx_binres_page_header_load(info, &header); in _gx_binres_one_font_load()
1393 font -> gx_font_baseline = header.gx_page_header_baseline; in _gx_binres_one_font_load()
1394 font -> gx_font_first_glyph = header.gx_page_header_first_glyph; in _gx_binres_one_font_load()
1395 font -> gx_font_format = header.gx_page_header_format; in _gx_binres_one_font_load()
1396 font -> gx_font_last_glyph = header.gx_page_header_last_glyph; in _gx_binres_one_font_load()
1397 font -> gx_font_line_height = header.gx_page_header_line_height; in _gx_binres_one_font_load()
1398 font -> gx_font_postspace = header.gx_page_header_postspace; in _gx_binres_one_font_load()
1399 font -> gx_font_prespace = header.gx_page_header_prespace; in _gx_binres_one_font_load()
1499 GX_COLOR_HEADER header; in _gx_binres_color_table_load() local
1508 _gx_binres_color_header_load(info, &header); in _gx_binres_color_table_load()
1510 if (header.gx_color_header_magic_number != GX_MAGIC_NUMBER) in _gx_binres_color_table_load()
1516 info -> gx_binres_read_offset += header.gx_color_header_data_size; in _gx_binres_color_table_load()
1568 GX_PALETTE_HEADER header; in _gx_binres_palette_table_load() local
1577 _gx_binres_palette_header_load(info, &header); in _gx_binres_palette_table_load()
1579 if (header.gx_palette_header_magic_number != GX_MAGIC_NUMBER) in _gx_binres_palette_table_load()
1585 info -> gx_binres_read_offset += header.gx_palette_header_data_size; in _gx_binres_palette_table_load()
1706 GX_PIXELMAP_HEADER header; in _gx_binres_one_pixelmap_load() local
1713 status = _gx_binres_pixelmap_header_load(info, &header); in _gx_binres_one_pixelmap_load()
1720 if (header.gx_pixelmap_header_data_offset) in _gx_binres_one_pixelmap_load()
1730 info -> gx_binres_read_offset = header.gx_pixelmap_header_data_offset; in _gx_binres_one_pixelmap_load()
1733 _gx_binres_pixelmap_header_load(info, &header); in _gx_binres_one_pixelmap_load()
1740 pixelmap -> gx_pixelmap_aux_data_size = header.gx_pixelmap_header_aux_data_size; in _gx_binres_one_pixelmap_load()
1741 pixelmap -> gx_pixelmap_data_size = header.gx_pixelmap_header_map_size; in _gx_binres_one_pixelmap_load()
1742 pixelmap -> gx_pixelmap_flags = header.gx_pixelmap_header_flags; in _gx_binres_one_pixelmap_load()
1743 pixelmap -> gx_pixelmap_format = header.gx_pixelmap_header_format; in _gx_binres_one_pixelmap_load()
1744 pixelmap -> gx_pixelmap_width = (GX_VALUE)header.gx_pixelmap_header_width; in _gx_binres_one_pixelmap_load()
1745 pixelmap -> gx_pixelmap_height = (GX_VALUE)header.gx_pixelmap_header_height; in _gx_binres_one_pixelmap_load()
1746 pixelmap -> gx_pixelmap_transparent_color = header.gx_pixelmap_header_transparent_color; in _gx_binres_one_pixelmap_load()
1747 pixelmap -> gx_pixelmap_version_major = header.gx_pixelmap_header_version_major; in _gx_binres_one_pixelmap_load()
1748 pixelmap -> gx_pixelmap_version_minor = header.gx_pixelmap_header_version_minor; in _gx_binres_one_pixelmap_load()
1783 *map_id = header.gx_pixelmap_header_index; in _gx_binres_one_pixelmap_load()
1917 GX_RESOURCE_HEADER header; in _gx_binres_theme_load() local
1934 status = _gx_binres_resource_header_load(&info, &header); in _gx_binres_theme_load()