Searched defs:font_table (Results 1 – 4 of 4) sorted by relevance
29 struct font_table { struct30 GX_FONT **fonts;31 int num_fonts;
71 UINT _gx_display_font_table_set(GX_DISPLAY *display, GX_FONT **font_table, UINT number_of_fonts) in _gx_display_font_table_set()
74 UINT _gxe_display_font_table_set(GX_DISPLAY *display, GX_FONT **font_table, UINT number_of_fonts) in _gxe_display_font_table_set()
1641 GX_FONT **font_table = GX_NULL; in _gx_binres_font_table_load() local