Home
last modified time | relevance | path

Searched refs:GX_BRUSH_ROUND (Results 1 – 25 of 111) sorted by relevance

12345

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_generic_line_draw.c71 …h_define(GX_COLOR_ID_CANVAS, window->gx_widget_normal_fill_color, GX_BRUSH_ALIAS | GX_BRUSH_ROUND); in test_line_win_draw()
78 … gx_context_brush_define(GX_COLOR_ID_CANVAS, window->gx_widget_normal_fill_color, GX_BRUSH_ROUND); in test_line_win_draw()
Dvalidation_guix_generic_polygon_fill.c90 gx_context_brush_define(line_color, fill_color, brush_style | GX_BRUSH_ROUND); in test_graphics_draw()
Dvalidation_guix_all_widgets_16bpp_rotated_arc_fill.c131 brush_style |= GX_BRUSH_ROUND; in test_graphics_draw()
Dvalidation_guix_lines_565rgb.c116 brush_style |= GX_BRUSH_ROUND; in test_line_win_draw()
Dvalidation_guix_display_driver_alised_wide_line_draw.c116 brush_style |= GX_BRUSH_ROUND; in test_line_win_draw()
/GUIX-v6.2.1/common/src/
Dgx_display_driver_generic_simple_wide_line_draw.c99 if (context -> gx_draw_context_brush.gx_brush_style & GX_BRUSH_ROUND) in _gx_display_driver_generic_simple_wide_line_draw()
105 if ((context -> gx_draw_context_brush.gx_brush_style & GX_BRUSH_ROUND) && in _gx_display_driver_generic_simple_wide_line_draw()
Dgx_display_driver_generic_polygon_draw.c85 if ((brush_style & GX_BRUSH_ROUND) || (brush_style & GX_BRUSH_ALIAS)) in _gx_display_driver_generic_polygon_draw()
Dgx_line_chart_data_draw.c117 …gx_line_chart_line_color, chart_info -> gx_line_chart_line_color, GX_BRUSH_ALIAS | GX_BRUSH_ROUND); in _gx_line_chart_data_draw()
Dgx_display_driver_generic_aliased_wide_line_draw.c113 if ((context -> gx_draw_context_brush.gx_brush_style & GX_BRUSH_ROUND) && in _gx_display_driver_generic_aliased_wide_line_draw()
/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Dvitals.c56 …GX_COLOR_ID_CHART_LINE, GX_COLOR_ID_WINDOW_FILL, GX_BRUSH_SOLID_FILL|GX_BRUSH_ROUND|GX_BRUSH_ALIAS… in draw_scrolling_chart_lines()
68 context ->gx_draw_context_brush.gx_brush_style = GX_BRUSH_ROUND|GX_BRUSH_ALIAS; in draw_scrolling_chart_lines()
234 …gx_context_brush_define(GX_COLOR_ID_NEON, GX_COLOR_ID_NEON, GX_BRUSH_SOLID_FILL|GX_BRUSH_ROUND|GX_… in update_retrace_chart()
/GUIX-v6.2.1/test/example_internal/partial_frame_buffer_16bpp/
Dline_screen.c117 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/samples/demo_guix_washing_machine/
Dwash_cycle.c124 gx_context_brush_define(GX_COLOR_ID_GREEN, GX_COLOR_ID_GREEN, GX_BRUSH_ALIAS|GX_BRUSH_ROUND); in wash_cycle_slider_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_4bpp/
Dline_screen.c135 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_332rgb/
Dline_screen.c151 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_ccw/
Dlines_screen.c127 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_ccw_binary/
Dlines_screen.c127 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_6_1_3/
Dlines_screen.c126 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp/
Dlines_screen.c127 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/
Dlines_screen.c127 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/
Dlines_screen.c127 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/
Dlines_screen.c127 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/
Dlines_screen.c127 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled/
Dlines_screen.c127 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_cw/
Dlines_screen.c127 brush_style |= GX_BRUSH_ROUND; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_cw_binary/
Dlines_screen.c127 brush_style |= GX_BRUSH_ROUND; in line_win_draw()

12345