Searched refs:font_table (Results 1 – 7 of 7) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gxe_display_font_table_set.c | 74 UINT _gxe_display_font_table_set(GX_DISPLAY *display, GX_FONT **font_table, UINT number_of_fonts) in _gxe_display_font_table_set() argument 82 if (((number_of_fonts != 0) && (font_table == GX_NULL)) || (display == GX_NULL)) in _gxe_display_font_table_set() 88 status = _gx_display_font_table_set(display, font_table, number_of_fonts); in _gxe_display_font_table_set()
|
| D | gx_display_font_table_set.c | 71 UINT _gx_display_font_table_set(GX_DISPLAY *display, GX_FONT **font_table, UINT number_of_fonts) in _gx_display_font_table_set() argument 75 display -> gx_display_font_table = font_table; in _gx_display_font_table_set()
|
| D | gx_binres_theme_load.c | 1641 GX_FONT **font_table = GX_NULL; in _gx_binres_font_table_load() local 1644 font_table = (GX_FONT **)(info -> gx_binres_buffer + info -> gx_binres_buffer_index); in _gx_binres_font_table_load() 1649 status = _gx_binres_one_font_load(info, &font_table[index]); in _gx_binres_font_table_load() 1657 *returned_font_table = font_table; in _gx_binres_font_table_load()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | resource_view.h | 29 struct font_table { struct 105 int BuildFontTable(int DisplayIndex, int ThemeIndex, font_table *table);
|
| D | resource_view.cpp | 994 int resource_view::BuildFontTable(int DisplayIndex, int ThemeIndex, font_table *table) in BuildFontTable() 1125 font_table table; in InstallFontTable()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_display.h | 86 UINT _gx_display_font_table_set(GX_DISPLAY *display, GX_FONT **font_table, UINT number_of_fonts); 110 UINT _gxe_display_font_table_set(GX_DISPLAY *display, GX_FONT **font_table, UINT number_of_fonts);
|
| D | gx_api.h | 3803 UINT _gx_display_font_table_set(GX_DISPLAY *display, GX_FONT **font_table, UINT number_of_fonts); 5286 UINT _gxe_display_font_table_set(GX_DISPLAY *display, GX_FONT **font_table, UINT number_of_fonts);
|