Home
last modified time | relevance | path

Searched refs:GX_FONT_ID_SMALL_BOLD (Results 1 – 10 of 10) sorted by relevance

/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Ddemo_guix_medical_mouse_support.c237 gx_widget_font_get(widget, GX_FONT_ID_SMALL_BOLD, &font); in page_button_draw()
258 gx_context_font_set(GX_FONT_ID_SMALL_BOLD); in page_button_draw()
Dguix_medical_mouse_support_resources.h52 #define GX_FONT_ID_SMALL_BOLD 7 macro
Dguix_medical_mouse_support_specifications.c2358 GX_FONT_ID_SMALL_BOLD, /* font id */
/GUIX-v6.2.1/test/example_internal/text_rotation/
Dtext_rotation_resources.h47 #define GX_FONT_ID_SMALL_BOLD 5 macro
Ddemo_text_rotation.c255 gx_widget_font_get(widget, GX_FONT_ID_SMALL_BOLD, &font); in RenderTextToAlphamaps()
311 gx_context_font_set(GX_FONT_ID_SMALL_BOLD); in text_window_draw()
/GUIX-v6.2.1/test/example_internal/synergy_text_rotation/
Dsynergy_text_rotation_resources.h47 #define GX_FONT_ID_SMALL_BOLD 5 macro
Ddemo_synergy_text_rotation.c256 gx_widget_font_get(widget, GX_FONT_ID_SMALL_BOLD, &font); in RenderTextToAlphamaps()
312 gx_context_font_set(GX_FONT_ID_SMALL_BOLD); in text_window_draw()
/GUIX-v6.2.1/samples/demo_guix_shapes/
Dtext_rotation_window.c46 gx_widget_font_get(widget, GX_FONT_ID_SMALL_BOLD, &font); in RenderTextToAlphamaps()
110 gx_context_font_set(GX_FONT_ID_SMALL_BOLD); in text_window_draw()
Dguix_shapes_resources.h59 #define GX_FONT_ID_SMALL_BOLD 7 macro
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_text_rotation.c121 gx_context_font_set(GX_FONT_ID_SMALL_BOLD); in control_thread_entry()