Searched refs:font_ids (Results 1 – 1 of 1) sorted by relevance
62 static UINT font_ids[] = {GX_FONT_ID_SYSTEM, GX_FONT_ID_NORMAL_FONT, GX_FONT_ID_SELECTED_FONT}; variable81 …gx_widget_text_blend((GX_WIDGET *)prompt, color_ids[font_index], font_ids[font_index], test_string… in widget_text_draw_function()87 …gx_widget_text_blend_ext((GX_WIDGET *)prompt, color_ids[font_index], font_ids[font_index], &string… in widget_text_draw_function()101 for(font_index = 0; font_index < sizeof(font_ids)/sizeof(UINT); font_index++) in control_thread_entry()