Searched refs:gx_brush_width (Results 1 – 25 of 33) sorted by relevance
12
136 brush_width = ((INT)(brush -> gx_brush_width + 1)) >> 1; in _gx_canvas_pie_draw()142 brush_width = brush -> gx_brush_width; in _gx_canvas_pie_draw()221 if (brush -> gx_brush_width > 1) in _gx_canvas_pie_draw()
95 brush_width = (brush -> gx_brush_width + 1) >> 1; in _gx_canvas_ellipse_draw()101 brush_width = brush -> gx_brush_width; in _gx_canvas_ellipse_draw()
94 brush_width = (brush -> gx_brush_width + 1) >> 1; in _gx_canvas_circle_draw()99 brush_width = brush -> gx_brush_width; in _gx_canvas_circle_draw()
124 brush_width = (UINT)((brush -> gx_brush_width + 1) >> 1); in _gx_canvas_arc_draw()129 brush_width = (UINT)brush -> gx_brush_width; in _gx_canvas_arc_draw()
202 brush_width = context -> gx_draw_context_brush.gx_brush_width; in _gx_canvas_rectangle_draw()267 if (context -> gx_draw_context_brush.gx_brush_width != 0) in _gx_canvas_rectangle_draw()
120 brush_width = brush -> gx_brush_width; in _gx_display_driver_generic_simple_wide_arc_draw()582 brush_width = brush -> gx_brush_width; in _gx_display_driver_generic_wide_arc_draw()586 brush -> gx_brush_width = 1; in _gx_display_driver_generic_wide_arc_draw()615 brush -> gx_brush_width = (GX_VALUE)brush_width; in _gx_display_driver_generic_wide_arc_draw()
76 context -> gx_draw_context_brush.gx_brush_width = (GX_VALUE)width; in _gx_context_brush_width_set()
80 brush -> gx_brush_width = 1; in _gx_brush_default()
138 brush_width = brush -> gx_brush_width; in _gx_display_driver_generic_simple_aliased_wide_arc_draw()722 brush_width = brush -> gx_brush_width; in _gx_display_driver_generic_aliased_wide_arc_draw()783 brush -> gx_brush_width = 1; in _gx_display_driver_generic_aliased_wide_arc_draw()830 brush -> gx_brush_width = (GX_VALUE)brush_width; in _gx_display_driver_generic_aliased_wide_arc_draw()
75 INT brush_width = context -> gx_draw_context_brush.gx_brush_width; in _gx_display_driver_generic_polygon_draw()
117 width = (GX_VALUE)((context -> gx_draw_context_brush.gx_brush_width + 1) >> 1); in _gx_canvas_polygon_draw()
89 INT brush_width = context -> gx_draw_context_brush.gx_brush_width; in _gx_display_driver_generic_simple_wide_line_draw()
91 INT brush_width = context -> gx_draw_context_brush.gx_brush_width; in _gx_display_driver_generic_aliased_wide_line_draw()
106 brush_width = brush -> gx_brush_width; in _gx_display_driver_generic_wide_circle_draw()
210 brush -> gx_brush_width = info -> gx_radial_progress_bar_info_selected_brush_width; in _gx_radial_progress_bar_background_draw()
265 width = context -> gx_draw_context_brush.gx_brush_width; in _gx_canvas_text_draw_ext()
142 brush_width = brush -> gx_brush_width; in _gx_canvas_line_draw()
108 brush_width = brush -> gx_brush_width; in _gx_display_driver_generic_wide_ellipse_draw()
119 brush_width = brush -> gx_brush_width; in _gx_display_driver_generic_aliased_wide_circle_draw()
126 brush_width = brush -> gx_brush_width; in _gx_display_driver_generic_aliased_wide_ellipse_draw()
127 inner_offset = brush -> gx_brush_width; in _gx_display_driver_generic_arc_fill()
122 inner_offset = brush -> gx_brush_width; in _gx_display_driver_generic_rotated_arc_fill()
684 int old_brush_width = brush->gx_brush_width; in MakeWidgetPreview()687 brush->gx_brush_width = 0; in MakeWidgetPreview()691 brush->gx_brush_width = old_brush_width; in MakeWidgetPreview()
3209 int old_brush_width = brush->gx_brush_width; in MakeWidgetPreview()3212 brush->gx_brush_width = 0; in MakeWidgetPreview()3216 brush->gx_brush_width = old_brush_width; in MakeWidgetPreview()
67 context ->gx_draw_context_brush.gx_brush_width = CHART_LINE_WIDTH; in draw_scrolling_chart_lines()