Home
last modified time | relevance | path

Searched refs:gx_brush_line_pattern (Results 1 – 25 of 33) sorted by relevance

12

/GUIX-v6.2.1/common/src/
Dgx_canvas_line_draw.c198 if(!brush -> gx_brush_line_pattern) in _gx_canvas_line_draw()
257 if (brush -> gx_brush_line_pattern) in _gx_canvas_line_draw()
297 if (brush -> gx_brush_line_pattern) in _gx_canvas_line_draw()
Dgx_context_brush_pattern_set.c76 context -> gx_draw_context_brush.gx_brush_line_pattern = pattern; in _gx_context_brush_pattern_set()
Dgx_brush_define.c81 brush -> gx_brush_line_pattern = 0; in _gx_brush_define()
Dgx_brush_default.c77 brush -> gx_brush_line_pattern = 0; in _gx_brush_default()
Dgx_display_driver_16bpp_horizontal_pattern_line_draw.c97 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_16bpp_horizontal_pattern_line_draw()
Dgx_display_driver_8bpp_horizontal_pattern_line_draw.c96 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_8bpp_horizontal_pattern_line_draw()
Dgx_display_driver_32bpp_horizontal_pattern_line_draw.c93 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_32bpp_horizontal_pattern_line_draw()
Dgx_display_driver_8bpp_vertical_pattern_line_draw.c93 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_8bpp_vertical_pattern_line_draw()
Dgx_display_driver_32bpp_vertical_pattern_line_draw.c93 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_32bpp_vertical_pattern_line_draw()
Dgx_display_driver_16bpp_vertical_pattern_line_draw.c93 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_16bpp_vertical_pattern_line_draw()
Dgx_display_driver_32bpp_rotated_horizontal_pattern_line_draw.c101 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_32bpp_rotated_horizontal_pattern_line_draw()
Dgx_display_driver_1bpp_vertical_pattern_line_draw.c93 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_1bpp_vertical_pattern_line_draw()
Dgx_display_driver_4bpp_vertical_pattern_line_draw.c95 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_4bpp_vertical_pattern_line_draw()
Dgx_display_driver_8bpp_rotated_horizontal_pattern_line_draw.c100 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_8bpp_rotated_horizontal_pattern_line_draw()
Dgx_display_driver_8bpp_rotated_vertical_pattern_line_draw.c103 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_8bpp_rotated_vertical_pattern_line_draw()
Dgx_display_driver_32bpp_rotated_vertical_pattern_line_draw.c103 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_32bpp_rotated_vertical_pattern_line_draw()
Dgx_display_driver_16bpp_rotated_horizontal_pattern_line_draw.c106 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_16bpp_rotated_horizontal_pattern_line_draw()
Dgx_display_driver_16bpp_rotated_vertical_pattern_line_draw.c103 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_16bpp_rotated_vertical_pattern_line_draw()
Dgx_display_driver_4bpp_horizontal_pattern_line_draw.c90 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_4bpp_horizontal_pattern_line_draw()
Dgx_display_driver_1bpp_horizontal_pattern_line_draw.c91 pattern = context -> gx_draw_context_brush.gx_brush_line_pattern; in _gx_display_driver_1bpp_horizontal_pattern_line_draw()
/GUIX-v6.2.1/test/example_internal/partial_frame_buffer_16bpp/
Dline_screen.c130 brush->gx_brush_line_pattern = line_pattern; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_4bpp/
Dline_screen.c143 brush->gx_brush_line_pattern = line_pattern; in line_win_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_332rgb/
Dline_screen.c164 brush->gx_brush_line_pattern = line_pattern; in line_win_draw()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_line_1bpp.c85 brush -> gx_brush_line_pattern = line_pattern; in test_line_win_draw()
/GUIX-v6.2.1/test/example_internal/line_chart/
Ddemo_guix_chart.c241 brush->gx_brush_line_pattern = pressure_chart_info.dash_line_pattern; in test_line_chart_reference_lines_draw()

12