Home
last modified time | relevance | path

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

12

/GUIX-v6.2.1/common/src/
Dgx_canvas_pie_draw.c136 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()
Dgx_canvas_ellipse_draw.c95 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()
Dgx_canvas_circle_draw.c94 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()
Dgx_canvas_arc_draw.c124 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()
Dgx_canvas_rectangle_draw.c202 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()
Dgx_display_driver_generic_wide_arc_draw.c120 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()
Dgx_context_brush_width_set.c76 context -> gx_draw_context_brush.gx_brush_width = (GX_VALUE)width; in _gx_context_brush_width_set()
Dgx_brush_default.c80 brush -> gx_brush_width = 1; in _gx_brush_default()
Dgx_display_driver_generic_aliased_wide_arc_draw.c138 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()
Dgx_display_driver_generic_polygon_draw.c75 INT brush_width = context -> gx_draw_context_brush.gx_brush_width; in _gx_display_driver_generic_polygon_draw()
Dgx_canvas_polygon_draw.c117 width = (GX_VALUE)((context -> gx_draw_context_brush.gx_brush_width + 1) >> 1); in _gx_canvas_polygon_draw()
Dgx_display_driver_generic_simple_wide_line_draw.c89 INT brush_width = context -> gx_draw_context_brush.gx_brush_width; in _gx_display_driver_generic_simple_wide_line_draw()
Dgx_display_driver_generic_aliased_wide_line_draw.c91 INT brush_width = context -> gx_draw_context_brush.gx_brush_width; in _gx_display_driver_generic_aliased_wide_line_draw()
Dgx_display_driver_generic_wide_circle_draw.c106 brush_width = brush -> gx_brush_width; in _gx_display_driver_generic_wide_circle_draw()
Dgx_radial_progress_bar_background_draw.c210 brush -> gx_brush_width = info -> gx_radial_progress_bar_info_selected_brush_width; in _gx_radial_progress_bar_background_draw()
Dgx_canvas_text_draw.c265 width = context -> gx_draw_context_brush.gx_brush_width; in _gx_canvas_text_draw_ext()
Dgx_canvas_line_draw.c142 brush_width = brush -> gx_brush_width; in _gx_canvas_line_draw()
Dgx_display_driver_generic_wide_ellipse_draw.c108 brush_width = brush -> gx_brush_width; in _gx_display_driver_generic_wide_ellipse_draw()
Dgx_display_driver_generic_aliased_wide_circle_draw.c119 brush_width = brush -> gx_brush_width; in _gx_display_driver_generic_aliased_wide_circle_draw()
Dgx_display_driver_generic_aliased_wide_ellipse_draw.c126 brush_width = brush -> gx_brush_width; in _gx_display_driver_generic_aliased_wide_ellipse_draw()
Dgx_display_driver_generic_arc_fill.c127 inner_offset = brush -> gx_brush_width; in _gx_display_driver_generic_arc_fill()
Dgx_display_driver_generic_rotated_arc_fill.c122 inner_offset = brush -> gx_brush_width; in _gx_display_driver_generic_rotated_arc_fill()
/GUIX-v6.2.1/guix_studio/
Drich_text_edit_dlg.cpp684 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()
Dstring_table_edit_dlg.cpp3209 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()
/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Dvitals.c67 context ->gx_draw_context_brush.gx_brush_width = CHART_LINE_WIDTH; in draw_scrolling_chart_lines()

12