Searched refs:number_of_fonts (Results 1 – 4 of 4) sorted by relevance
/GUIX-v6.4.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 76 display -> gx_display_font_table_size = number_of_fonts; in _gx_display_font_table_set()
|
/GUIX-v6.4.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);
|