Home
last modified time | relevance | path

Searched refs:number_of_fonts (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.4.1/common/src/
Dgxe_display_font_table_set.c74 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()
Dgx_display_font_table_set.c71 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/
Dgx_display.h86 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);
Dgx_api.h3803 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);