Home
last modified time | relevance | path

Searched refs:gx_brush_style (Results 1 – 25 of 55) sorted by relevance

123

/GUIX-v6.4.1/common/src/
Dgx_canvas_circle_draw.c118 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()
Dgx_canvas_ellipse_draw.c120 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()
Dgx_canvas_arc_draw.c148 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()
Dgx_display_driver_generic_wide_arc_draw.c584 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()
Dgx_canvas_pie_draw.c162 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()
Dgx_radial_progress_bar_background_draw.c187 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()
Dgx_display_driver_generic_aliased_wide_arc_draw.c781 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()
Dgx_display_driver_generic_polygon_fill.c180 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()
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_canvas_line_draw.c151 ((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()
Dgx_context_brush_style_set.c75 context -> gx_draw_context_brush.gx_brush_style = style; in _gx_context_brush_style_set()
Dgx_brush_define.c80 brush -> gx_brush_style = style; in _gx_brush_define()
Dgx_brush_default.c79 brush -> gx_brush_style = 0; in _gx_brush_default()
Dgx_display_driver_generic_polygon_draw.c80 brush_style = context -> gx_draw_context_brush.gx_brush_style; in _gx_display_driver_generic_polygon_draw()
Dgx_display_driver_generic_rotated_polygon_fill.c533 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()
Dgx_canvas_polygon_draw.c147 …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/
Dvalidation_guix_all_widgets_16bpp_rotated_ccw_binary_pixelmap_draw.c99 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
Dvalidation_guix_all_widgets_16bpp_rotated_cw_binary_pixelmap_draw.c99 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
Dvalidation_guix_all_widgets_8bpp_rotated_ccw_pixelmap_draw.c92 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
Dvalidation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary_pixelmap_draw.c91 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
Dvalidation_guix_all_widgets_synergy_16bpp_rotated_ccw_pixelmap_draw.c91 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
Dvalidation_guix_all_widgets_synergy_16bpp_rotated_cw_binary_pixelmap_draw.c91 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
Dvalidation_guix_all_widgets_synergy_16bpp_rotated_cw_pixelmap_draw.c91 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
Dvalidation_guix_all_widgets_synergy_24xrgb_rotated_cw_pixelmap_draw.c99 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()
Dvalidation_guix_partial_frame_buffer_16bpp_pixelmap_draw.c104 brush->gx_brush_style |= GX_BRUSH_SOLID_FILL; in pixelmap_window_draw()

123