Home
last modified time | relevance | path

Searched refs:gx_draw_context_dirty (Results 1 – 25 of 31) sorted by relevance

12

/GUIX-v6.4.1/common/src/
Dgx_canvas_pixelmap_tile.c86 oldclip = context -> gx_draw_context_dirty; in _gx_canvas_pixelmap_tile()
89 if (!_gx_utility_rectangle_overlap_detect(fill, &context -> gx_draw_context_dirty, in _gx_canvas_pixelmap_tile()
90 &context -> gx_draw_context_dirty)) in _gx_canvas_pixelmap_tile()
92 context -> gx_draw_context_dirty = oldclip; in _gx_canvas_pixelmap_tile()
101 context -> gx_draw_context_dirty = oldclip; in _gx_canvas_pixelmap_tile()
129 context -> gx_draw_context_dirty = oldclip; in _gx_canvas_pixelmap_tile()
Dgx_window_border_draw.c148 old_clip = context -> gx_draw_context_dirty; in _gx_window_border_draw()
149 …fill = _gx_utility_rectangle_overlap_detect(&client, &old_clip, &context -> gx_draw_context_dirty); in _gx_window_border_draw()
155 context -> gx_draw_context_dirty = old_clip; in _gx_window_border_draw()
Dgx_tree_view_draw.c385 dirty_area = context -> gx_draw_context_dirty; in _gx_tree_view_draw()
388 &context -> gx_draw_context_dirty, in _gx_tree_view_draw()
389 &context -> gx_draw_context_dirty); in _gx_tree_view_draw()
394 context -> gx_draw_context_dirty = dirty_area; in _gx_tree_view_draw()
Dgx_scrollbar_draw.c220 old_dirty = _gx_system_current_draw_context -> gx_draw_context_dirty; in _gx_scrollbar_draw()
223 _gx_system_current_draw_context -> gx_draw_context_dirty = size; in _gx_scrollbar_draw()
228 _gx_system_current_draw_context -> gx_draw_context_dirty = old_dirty; in _gx_scrollbar_draw()
Dgx_canvas_drawing_initiate.c206 … &who -> gx_widget_clip, &new_context -> gx_draw_context_dirty); in _gx_canvas_drawing_initiate()
216 new_context -> gx_draw_context_dirty = *dirty_area; in _gx_canvas_drawing_initiate()
228 …ew_context -> gx_draw_context_simple_view.gx_view_rectangle = new_context -> gx_draw_context_dirty; in _gx_canvas_drawing_initiate()
Dgx_canvas_rectangle_draw.c88 if (!_gx_utility_rectangle_overlap_detect(rectangle, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_rectangle_fill()
187 if (!_gx_utility_rectangle_overlap_detect(rectangle, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_rectangle_draw()
270 … if (!_gx_utility_rectangle_overlap_detect(&fill_rect, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_rectangle_draw()
Dgx_widget_children_draw.c99 dirty_area = &(context -> gx_draw_context_dirty); in _gx_widget_children_draw()
Dgx_canvas_pixel_draw.c86 if (!_gx_utility_rectangle_point_detect(&context -> gx_draw_context_dirty, position)) in _gx_canvas_pixel_draw()
Dgx_canvas_pixelmap_blend.c107 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_pixelmap_blend()
Dgx_canvas_pixelmap_draw.c116 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_pixelmap_draw()
Dgx_display_driver_generic_mouse_draw.c96 mouse_context.gx_draw_context_dirty = display -> gx_display_mouse.gx_mouse_rect; in _gx_display_driver_generic_mouse_draw()
Dgx_canvas_circle_draw.c102 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_circle_draw()
Dgx_canvas_ellipse_draw.c104 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_ellipse_draw()
Dgx_canvas_polygon_draw.c122 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_polygon_draw()
Dgx_canvas_arc_draw.c132 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_arc_draw()
Dgx_canvas_pie_draw.c146 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_pie_draw()
Dgx_single_line_text_input_draw.c159 …_gx_utility_rectangle_overlap_detect(&_gx_system_current_draw_context -> gx_draw_context_dirty, &c… in _gx_single_line_text_input_draw()
Dgx_canvas_text_draw.c194 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_text_draw_ext()
Dgx_multi_line_text_view_text_draw.c199 …_gx_utility_rectangle_overlap_detect(&_gx_system_current_draw_context -> gx_draw_context_dirty, &c… in _gx_multi_line_text_view_text_draw()
Dgx_canvas_line_draw.c231 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_line_draw()
Dgx_canvas_pixelmap_rotate.c269 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_pixelmap_rotate()
Dgx_rich_text_view_text_draw.c392 …_gx_utility_rectangle_overlap_detect(&_gx_system_current_draw_context -> gx_draw_context_dirty, &c… in _gx_rich_text_view_text_draw()
Dgx_multi_line_text_input_draw.c213 …lity_rectangle_overlap_detect(&_gx_system_current_draw_context -> gx_draw_context_dirty, &client, … in _gx_multi_line_text_input_draw()
/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_error_checking_api_coverage_no_output.c707 memset(&default_context.gx_draw_context_dirty, 0, sizeof(GX_RECTANGLE)); in control_thread_entry()
/GUIX-v6.4.1/common/inc/
Dgx_api.h1535 GX_RECTANGLE gx_draw_context_dirty; member

12