Lines Matching refs:brush_width
181 GX_VALUE brush_width; in _gx_canvas_rectangle_draw() local
202 brush_width = context -> gx_draw_context_brush.gx_brush_width; in _gx_canvas_rectangle_draw()
204 switch (brush_width) in _gx_canvas_rectangle_draw()
241 fill_rect.gx_rectangle_bottom = (GX_VALUE)(fill_rect.gx_rectangle_top + brush_width - 1); in _gx_canvas_rectangle_draw()
246 fill_rect.gx_rectangle_top = (GX_VALUE)(fill_rect.gx_rectangle_bottom - brush_width + 1); in _gx_canvas_rectangle_draw()
250 fill_rect.gx_rectangle_top = (GX_VALUE)(rectangle -> gx_rectangle_top + brush_width); in _gx_canvas_rectangle_draw()
251 fill_rect.gx_rectangle_bottom = (GX_VALUE)(fill_rect.gx_rectangle_bottom - brush_width); in _gx_canvas_rectangle_draw()
252 fill_rect.gx_rectangle_right = (GX_VALUE)(fill_rect.gx_rectangle_left + brush_width - 1); in _gx_canvas_rectangle_draw()
257 fill_rect.gx_rectangle_left = (GX_VALUE)(fill_rect.gx_rectangle_right - brush_width + 1); in _gx_canvas_rectangle_draw()
261 fill_rect.gx_rectangle_bottom = (GX_VALUE)(rectangle -> gx_rectangle_bottom - brush_width); in _gx_canvas_rectangle_draw()
262 fill_rect.gx_rectangle_top = (GX_VALUE)(rectangle -> gx_rectangle_top + brush_width); in _gx_canvas_rectangle_draw()
263 fill_rect.gx_rectangle_left = (GX_VALUE)(rectangle -> gx_rectangle_left + brush_width); in _gx_canvas_rectangle_draw()
264 fill_rect.gx_rectangle_right = (GX_VALUE)(rectangle -> gx_rectangle_right - brush_width); in _gx_canvas_rectangle_draw()