| /GUIX-v6.2.1/guix_studio/ |
| D | binary_resource_gen.h | 32 …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 …]
|
| D | binary_resource_gen.cpp | 1197 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 …]
|
| D | resource_gen.h | 16 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/ |
| D | validation_guix_multi_themes_16bpp.c | 72 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()
|
| D | validation_guix_multi_themes_16bpp_synergy.c | 72 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()
|
| D | validation_guix_binres_theme_load.c | 134 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()
|
| D | validation_guix_binres_theme_load_synergy.c | 111 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/ |
| D | gxe_binres_theme_load.c | 75 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/ |
| D | demo_kerning_glyph_in_string_table.c | 30 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/ |
| D | demo_guix_binres_theme_static_language.c | 33 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 250 … theme_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/ |
| D | demo_guix_multi_themes_16bpp_5_5_1.c | 22 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/ |
| D | demo_guix_multi_themes_16bpp_synergy.c | 23 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/ |
| D | demo_guix_multi_themes_332rgb.c | 21 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/ |
| D | demo_guix_multi_themes_32bpp.c | 23 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/ |
| D | demo_guix_multi_themes_8bpp_palette.c | 23 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/ |
| D | demo_guix_multi_themes_16bpp.c | 24 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/ |
| D | demo_guix_binres.c | 68 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 346 … theme_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/ |
| D | demo_kerning_glyph_draw_32bpp_screen.c | 38 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/ |
| D | gx_binres_loader.h | 84 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/ |
| D | demo_guix_all_widgets_24xrgb_rotated_ccw_binary.c | 33 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/ |
| D | demo_guix_all_widgets_24xrgb_rotated_cw_binary.c | 33 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/ |
| D | demo_guix_all_widgets_16bpp_rotated_ccw_binary.c | 33 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/ |
| D | demo_guix_all_widgets_16bpp_rotated_cw_binary.c | 33 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/ |
| D | demo_guix_all_widgets_8bpp_rotated_ccw_binary.c | 38 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/ |
| D | demo_guix_all_widgets_synergy_8bpp_rotated_cw_binary.c | 38 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()
|