Searched refs:color_table (Results 1 – 8 of 8) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gxe_display_color_table_set.c | 76 UINT _gxe_display_color_table_set(GX_DISPLAY *display, GX_COLOR *color_table, INT number_of_colors) in _gxe_display_color_table_set() argument 84 if ((number_of_colors != 0) && color_table == GX_NULL) in _gxe_display_color_table_set() 95 status = _gx_display_color_table_set(display, color_table, number_of_colors); in _gxe_display_color_table_set()
|
| D | gx_display_color_table_set.c | 74 UINT _gx_display_color_table_set(GX_DISPLAY *display, GX_COLOR *color_table, INT number_of_colors) in _gx_display_color_table_set() argument 76 display -> gx_display_color_table = color_table; in _gx_display_color_table_set()
|
| D | gx_binres_theme_load.c | 1500 GX_COLOR *color_table = GX_NULL; in _gx_binres_color_table_load() local 1515 color_table = (GX_COLOR *)(info -> gx_binres_root_address + info -> gx_binres_read_offset); in _gx_binres_color_table_load() 1518 *returned_color_table = color_table; in _gx_binres_color_table_load()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | resource_view.h | 34 struct color_table { struct 104 int BuildColorTable(int DisplayIndex, int ThemeIndex, int color_format, color_table *table);
|
| D | resource_view.cpp | 956 int resource_view::BuildColorTable(int DisplayIndex, int ThemeIndex, int color_format, color_table … in BuildColorTable() 1091 color_table table; in InstallColorTable()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/utility/ |
| D | gx_show_canvas.c | 288 static ULONG color_table[] = variable 307 memcpy(bmp_info.bmiColors, color_table, sizeof(color_table)); in win32_1bpp_bitmap_header_create()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_display.h | 85 UINT _gx_display_color_table_set(GX_DISPLAY *display, GX_COLOR *color_table, INT number_of_colors); 108 UINT _gxe_display_color_table_set(GX_DISPLAY *display, GX_COLOR *color_table, INT number_of_colors);
|
| D | gx_api.h | 3800 UINT _gx_display_color_table_set(GX_DISPLAY *display, GX_COLOR *color_table, INT number_of_colors); 5282 UINT _gxe_display_color_table_set(GX_DISPLAY *display, GX_COLOR *color_table, INT number_of_colors);
|