Home
last modified time | relevance | path

Searched refs:theme_id (Results 1 – 25 of 36) sorted by relevance

12

/GUIX-v6.2.1/guix_studio/
Dbinary_resource_gen.h32 …void WritePixelmapBlock(res_info* info, USHORT map_id, USHORT output_map_id, USHORT theme_id, int …
33 void WriteFontBlock(res_info *info, USHORT font_id, USHORT theme_id);
53 ULONG GetThemeDataSize(ULONG written_size, USHORT theme_id);
54 ULONG GetColorBlockSize(USHORT theme_id);
55 ULONG GetPaletteBlockSize(USHORT theme_id);
56 ULONG GetFontBlockSize(ULONG written_size, USHORT theme_id, SHORT font_count);
57 ULONG GetPixelmapBlockSize(ULONG written_size, USHORT theme_id, SHORT map_id, SHORT frame_id);
58 …ULONG GetOnePixelmapDataSize(ULONG written_size, res_info *info, USHORT theme_id, INT frame_id, US…
59 ULONG GetFontDataSize(ULONG written_size, res_info *info, USHORT theme_id, USHORT font_id);
60 ULONG GetFontDataOffset(USHORT font_id, USHORT theme_id);
[all …]
Dbinary_resource_gen.cpp1197 void binary_resource_gen::WriteThemeBlock(USHORT theme_id) in WriteThemeBlock() argument
1207 header.gx_theme_header_index = theme_id; in WriteThemeBlock()
1208 header.gx_theme_header_color_count = GetColorCount(theme_id); in WriteThemeBlock()
1210 m_project->mDisplays[m_display].themes[theme_id].palette != NULL) in WriteThemeBlock()
1214 …header.gx_theme_header_palette_count = m_project->mDisplays[m_display].themes[theme_id].palette_to… in WriteThemeBlock()
1221 header.gx_theme_header_font_count = GetFontCount(theme_id); in WriteThemeBlock()
1222 header.gx_theme_header_pixelmap_count = GetPixelmapCount(theme_id); in WriteThemeBlock()
1223 header.gx_theme_header_color_data_size = GetColorBlockSize(theme_id); in WriteThemeBlock()
1224 header.gx_theme_header_palette_data_size = GetPaletteBlockSize(theme_id); in WriteThemeBlock()
1231 header.gx_theme_header_font_data_size = GetFontBlockSize(written_size, theme_id, -1); in WriteThemeBlock()
[all …]
Dresource_gen.h16 GX_FONT *GetPageHead(res_info* info, int theme_id, int font_id);
25 … GX_PIXELMAP* RotatePixelmap(res_info* pixinfo, int theme_id, GX_PIXELMAP *map, int frame_id);
90 void WriteFont(res_info *info, int theme_id, int font_id);
93 void WritePixelmapData(res_info *pixinfo, int theme_id, int frame_id);
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_multi_themes_16bpp.c72 int theme_id; in control_thread_entry() local
83 for(theme_id = 0; theme_id < 5; theme_id++) in control_thread_entry()
85 switch(theme_id) in control_thread_entry()
106 sprintf(test_comment, "Select Theme %d", theme_id + 1); in control_thread_entry()
Dvalidation_guix_multi_themes_16bpp_synergy.c72 int theme_id; in control_thread_entry() local
83 for(theme_id = 0; theme_id < 5; theme_id++) in control_thread_entry()
85 switch(theme_id) in control_thread_entry()
106 sprintf(test_comment, "Select Theme %d", theme_id + 1); in control_thread_entry()
Dvalidation_guix_binres_theme_load.c134 UINT test_load_binres_theme(GX_UBYTE *root_address, INT theme_id) in test_load_binres_theme() argument
144 status = gx_binres_theme_load(root_address, theme_id, &theme); in test_load_binres_theme()
Dvalidation_guix_binres_theme_load_synergy.c111 UINT test_load_binres_theme(GX_UBYTE *root_address, INT theme_id) in test_load_binres_theme() argument
121 status = gx_binres_theme_load(root_address, theme_id, &theme); in test_load_binres_theme()
/GUIX-v6.2.1/common/src/
Dgxe_binres_theme_load.c75 UINT _gxe_binres_theme_load(GX_UBYTE *root_address, INT theme_id, GX_THEME **returned_theme) in _gxe_binres_theme_load() argument
84 if (theme_id < 0) in _gxe_binres_theme_load()
95 status = _gx_binres_theme_load(root_address, theme_id, returned_theme); in _gxe_binres_theme_load()
/GUIX-v6.2.1/test/example_internal/kerning_glyph_in_string_table/
Ddemo_kerning_glyph_in_string_table.c30 UINT load_binres_theme(GX_UBYTE *root_address, INT theme_id);
192 UINT load_binres_theme(GX_UBYTE *root_address, INT theme_id) in load_binres_theme() argument
202 status = gx_binres_theme_load(root_address, theme_id, &theme); in load_binres_theme()
/GUIX-v6.2.1/test/example_internal/binres_theme_static_language/
Ddemo_guix_binres_theme_static_language.c33 UINT load_theme(GX_UBYTE *root_address, INT theme_id);
238 UINT load_theme(GX_UBYTE *root_address, INT theme_id) in load_theme() argument
250theme_id, /* Theme identification, 0, 1, 2: 1th, 2nd, 3rd theme in the binary resource data. */ in load_theme()
/GUIX-v6.2.1/test/example_internal/multi_themes_16bpp_5_5_1/
Ddemo_guix_multi_themes_16bpp_5_5_1.c22 UINT load_binres_theme(GX_UBYTE *root_address, INT theme_id);
173 UINT load_binres_theme(GX_UBYTE *root_address, INT theme_id) in load_binres_theme() argument
183 status = gx_binres_theme_load(root_address, theme_id, &theme); in load_binres_theme()
/GUIX-v6.2.1/test/example_internal/multi_themes_16bpp_synergy/
Ddemo_guix_multi_themes_16bpp_synergy.c23 UINT load_binres_theme(GX_UBYTE *pathname, INT theme_id);
218 UINT load_binres_theme(GX_UBYTE *root_address, INT theme_id) in load_binres_theme() argument
228 status = gx_binres_theme_load(root_address, theme_id, &theme); in load_binres_theme()
/GUIX-v6.2.1/test/example_internal/multi_themes_332rgb/
Ddemo_guix_multi_themes_332rgb.c21 UINT load_binres_theme(GX_CHAR *pathname, INT theme_id);
189 UINT load_binres_theme(GX_UBYTE *root_address, INT theme_id) in load_binres_theme() argument
199 status = gx_binres_theme_load(root_address, theme_id, &theme); in load_binres_theme()
/GUIX-v6.2.1/test/example_internal/multi_themes_32bpp/
Ddemo_guix_multi_themes_32bpp.c23 UINT load_binres_theme(INT theme_id);
230 UINT load_binres_theme(INT theme_id) in load_binres_theme() argument
240 status = gx_binres_theme_load(binres_root_address, theme_id, &main_display_theme_table[0]); in load_binres_theme()
/GUIX-v6.2.1/test/example_internal/multi_themes_8bpp_palette/
Ddemo_guix_multi_themes_8bpp_palette.c23 UINT load_binres_theme(GX_UBYTE *pathname, INT theme_id);
217 UINT load_binres_theme(GX_UBYTE *root_address, INT theme_id) in load_binres_theme() argument
227 status = gx_binres_theme_load(root_address, theme_id, &theme); in load_binres_theme()
/GUIX-v6.2.1/test/example_internal/multi_themes_16bpp/
Ddemo_guix_multi_themes_16bpp.c24 UINT load_binres_theme(GX_UBYTE *root_address, INT theme_id);
247 UINT load_binres_theme(GX_UBYTE *root_address, INT theme_id) in load_binres_theme() argument
253 status = gx_binres_theme_load(root_address, theme_id, &new_theme); in load_binres_theme()
/GUIX-v6.2.1/tutorials/demo_guix_binres/
Ddemo_guix_binres.c68 UINT load_theme(GX_UBYTE *root_address, INT theme_id);
334 UINT load_theme(GX_UBYTE *root_address, INT theme_id) in load_theme() argument
346theme_id, /* Theme identification, 0, 1, 2: 1th, 2nd, 3rd theme in the binary resource data. */ in load_theme()
/GUIX-v6.2.1/test/example_internal/kerning_glyph_draw_32bpp_screen/
Ddemo_kerning_glyph_draw_32bpp_screen.c38 UINT load_binres_theme(GX_UBYTE *root_address, INT theme_id);
264 UINT load_binres_theme(GX_UBYTE *root_address, INT theme_id) in load_binres_theme() argument
274 status = gx_binres_theme_load(root_address, theme_id, &theme); in load_binres_theme()
/GUIX-v6.2.1/common/inc/
Dgx_binres_loader.h84 UINT _gx_binres_theme_load(GX_UBYTE *root_address, INT theme_id, GX_THEME **returned_theme);
106 UINT _gxe_binres_theme_load(GX_UBYTE *root_address, INT theme_id, GX_THEME **returned_theme);
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_ccw_binary/
Ddemo_guix_all_widgets_24xrgb_rotated_ccw_binary.c33 UINT load_binres_theme(GX_UBYTE* root_address, INT theme_id);
340 UINT load_binres_theme(GX_UBYTE* root_address, INT theme_id) in load_binres_theme() argument
346 status = gx_binres_theme_load(root_address, theme_id, &new_theme); in load_binres_theme()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_cw_binary/
Ddemo_guix_all_widgets_24xrgb_rotated_cw_binary.c33 UINT load_binres_theme(GX_UBYTE* root_address, INT theme_id);
340 UINT load_binres_theme(GX_UBYTE* root_address, INT theme_id) in load_binres_theme() argument
346 status = gx_binres_theme_load(root_address, theme_id, &new_theme); in load_binres_theme()
/GUIX-v6.2.1/test/example_internal/all_widgets_16bpp_rotated_ccw_binary/
Ddemo_guix_all_widgets_16bpp_rotated_ccw_binary.c33 UINT load_binres_theme(GX_UBYTE* root_address, INT theme_id);
333 UINT load_binres_theme(GX_UBYTE* root_address, INT theme_id) in load_binres_theme() argument
339 status = gx_binres_theme_load(root_address, theme_id, &new_theme); in load_binres_theme()
/GUIX-v6.2.1/test/example_internal/all_widgets_16bpp_rotated_cw_binary/
Ddemo_guix_all_widgets_16bpp_rotated_cw_binary.c33 UINT load_binres_theme(GX_UBYTE* root_address, INT theme_id);
333 UINT load_binres_theme(GX_UBYTE* root_address, INT theme_id) in load_binres_theme() argument
339 status = gx_binres_theme_load(root_address, theme_id, &new_theme); in load_binres_theme()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_ccw_binary/
Ddemo_guix_all_widgets_8bpp_rotated_ccw_binary.c38 UINT load_binres_theme(GX_UBYTE* root_address, INT theme_id);
353 UINT load_binres_theme(GX_UBYTE* root_address, INT theme_id) in load_binres_theme() argument
359 status = gx_binres_theme_load(root_address, theme_id, &new_theme); in load_binres_theme()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/
Ddemo_guix_all_widgets_synergy_8bpp_rotated_cw_binary.c38 UINT load_binres_theme(GX_UBYTE* root_address, INT theme_id);
352 UINT load_binres_theme(GX_UBYTE* root_address, INT theme_id) in load_binres_theme() argument
358 status = gx_binres_theme_load(root_address, theme_id, &new_theme); in load_binres_theme()

12