/GUIX-v6.4.1/common/src/ |
D | gx_canvas_circle_draw.c | 118 if ((brush -> gx_brush_style & GX_BRUSH_ALIAS) && in _gx_canvas_circle_draw() 134 if ((brush -> gx_brush_style & GX_BRUSH_ALIAS) && in _gx_canvas_circle_draw() 163 if (brush -> gx_brush_style & (GX_BRUSH_SOLID_FILL | GX_BRUSH_PIXELMAP_FILL)) in _gx_canvas_circle_draw()
|
D | gx_canvas_ellipse_draw.c | 120 if ((brush -> gx_brush_style & GX_BRUSH_ALIAS) && in _gx_canvas_ellipse_draw() 135 if ((brush -> gx_brush_style & GX_BRUSH_ALIAS) && in _gx_canvas_ellipse_draw() 163 if ((brush -> gx_brush_style & (GX_BRUSH_SOLID_FILL | GX_BRUSH_PIXELMAP_FILL)) && in _gx_canvas_ellipse_draw()
|
D | gx_canvas_arc_draw.c | 148 if ((brush -> gx_brush_style & GX_BRUSH_ALIAS) && in _gx_canvas_arc_draw() 164 if ((brush -> gx_brush_style & GX_BRUSH_ALIAS) && in _gx_canvas_arc_draw() 193 if (brush -> gx_brush_style & (GX_BRUSH_SOLID_FILL | GX_BRUSH_PIXELMAP_FILL)) in _gx_canvas_arc_draw()
|
D | gx_display_driver_generic_wide_arc_draw.c | 584 old_style = brush -> gx_brush_style; in _gx_display_driver_generic_wide_arc_draw() 588 brush -> gx_brush_style |= GX_BRUSH_SOLID_FILL; in _gx_display_driver_generic_wide_arc_draw() 594 if (brush -> gx_brush_style & GX_BRUSH_ROUND) in _gx_display_driver_generic_wide_arc_draw() 596 brush -> gx_brush_style &= (ULONG)(~GX_BRUSH_PIXELMAP_FILL); in _gx_display_driver_generic_wide_arc_draw() 606 if (brush -> gx_brush_style & GX_BRUSH_ROUND) in _gx_display_driver_generic_wide_arc_draw() 608 brush -> gx_brush_style &= (ULONG)(~GX_BRUSH_PIXELMAP_FILL); in _gx_display_driver_generic_wide_arc_draw() 617 brush -> gx_brush_style = old_style; in _gx_display_driver_generic_wide_arc_draw()
|
D | gx_canvas_pie_draw.c | 162 if ((brush -> gx_brush_style & GX_BRUSH_ALIAS) && in _gx_canvas_pie_draw() 178 if ((brush -> gx_brush_style & GX_BRUSH_ALIAS) && in _gx_canvas_pie_draw() 213 if ((brush -> gx_brush_style & (GX_BRUSH_SOLID_FILL | GX_BRUSH_PIXELMAP_FILL)) && in _gx_canvas_pie_draw()
|
D | gx_radial_progress_bar_background_draw.c | 187 brush -> gx_brush_style &= (ULONG)(~GX_BRUSH_SOLID_FILL); in _gx_radial_progress_bar_background_draw() 191 brush -> gx_brush_style |= GX_BRUSH_ALIAS; in _gx_radial_progress_bar_background_draw() 196 brush -> gx_brush_style |= GX_BRUSH_ROUND; in _gx_radial_progress_bar_background_draw()
|
D | gx_display_driver_generic_aliased_wide_arc_draw.c | 781 old_style = brush -> gx_brush_style; in _gx_display_driver_generic_aliased_wide_arc_draw() 785 brush -> gx_brush_style |= GX_BRUSH_SOLID_FILL; in _gx_display_driver_generic_aliased_wide_arc_draw() 791 if (brush -> gx_brush_style & GX_BRUSH_ROUND) in _gx_display_driver_generic_aliased_wide_arc_draw() 793 brush -> gx_brush_style &= (ULONG)(~GX_BRUSH_PIXELMAP_FILL); in _gx_display_driver_generic_aliased_wide_arc_draw() 812 if (brush -> gx_brush_style & GX_BRUSH_ROUND) in _gx_display_driver_generic_aliased_wide_arc_draw() 814 brush -> gx_brush_style &= (ULONG)(~GX_BRUSH_PIXELMAP_FILL); in _gx_display_driver_generic_aliased_wide_arc_draw() 832 brush -> gx_brush_style = old_style; in _gx_display_driver_generic_aliased_wide_arc_draw()
|
D | gx_display_driver_generic_polygon_fill.c | 180 if (context -> gx_draw_context_brush.gx_brush_style & GX_BRUSH_ALIAS) in _gx_display_driver_polygon_new_edge_table_init() 436 if ((context -> gx_draw_context_brush.gx_brush_style & GX_BRUSH_ALIAS) && in _gx_display_driver_polygon_scan_line_draw() 542 if ((context -> gx_draw_context_brush.gx_brush_style & GX_BRUSH_ALIAS) && in _gx_display_driver_polygon_pixelmap_scan_line_draw() 739 if (brush -> gx_brush_style & GX_BRUSH_PIXELMAP_FILL) in _gx_display_driver_generic_polygon_fill()
|
D | gx_display_driver_generic_simple_wide_line_draw.c | 99 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()
|
D | gx_canvas_line_draw.c | 151 ((brush -> gx_brush_style & GX_BRUSH_ROUND) == 0)) in _gx_canvas_line_draw() 171 if (brush -> gx_brush_style & GX_BRUSH_ALIAS) in _gx_canvas_line_draw()
|
D | gx_context_brush_style_set.c | 75 context -> gx_draw_context_brush.gx_brush_style = style; in _gx_context_brush_style_set()
|
D | gx_brush_define.c | 80 brush -> gx_brush_style = style; in _gx_brush_define()
|
D | gx_brush_default.c | 79 brush -> gx_brush_style = 0; in _gx_brush_default()
|
D | gx_display_driver_generic_polygon_draw.c | 80 brush_style = context -> gx_draw_context_brush.gx_brush_style; in _gx_display_driver_generic_polygon_draw()
|
D | gx_display_driver_generic_rotated_polygon_fill.c | 533 if (context -> gx_draw_context_brush.gx_brush_style & GX_BRUSH_ALIAS) in _gx_display_driver_polygon_scan_line_draw() 641 if (context -> gx_draw_context_brush.gx_brush_style & GX_BRUSH_ALIAS) in _gx_display_driver_polygon_pixelmap_scan_line_draw() 836 if (brush -> gx_brush_style & GX_BRUSH_PIXELMAP_FILL) in _gx_display_driver_generic_rotated_polygon_fill()
|
D | gx_canvas_polygon_draw.c | 147 …if (context -> gx_draw_context_brush.gx_brush_style & (GX_BRUSH_SOLID_FILL | GX_BRUSH_PIXELMAP_FIL… in _gx_canvas_polygon_draw()
|
/GUIX-v6.4.1/test/guix_test/regression_test/tests/ |
D | validation_guix_all_widgets_16bpp_rotated_ccw_binary_pixelmap_draw.c | 99 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
|
D | validation_guix_all_widgets_16bpp_rotated_cw_binary_pixelmap_draw.c | 99 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
|
D | validation_guix_all_widgets_8bpp_rotated_ccw_pixelmap_draw.c | 92 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
|
D | validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary_pixelmap_draw.c | 91 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
|
D | validation_guix_all_widgets_synergy_16bpp_rotated_ccw_pixelmap_draw.c | 91 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
|
D | validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary_pixelmap_draw.c | 91 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
|
D | validation_guix_all_widgets_synergy_16bpp_rotated_cw_pixelmap_draw.c | 91 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
|
D | validation_guix_all_widgets_synergy_24xrgb_rotated_cw_pixelmap_draw.c | 99 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
|
D | validation_guix_partial_frame_buffer_16bpp_pixelmap_draw.c | 104 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
|