/GUIX-v6.4.1/common/src/ |
D | gx_canvas_pixelmap_tile.c | 86 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()
|
D | gx_window_border_draw.c | 148 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()
|
D | gx_tree_view_draw.c | 385 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()
|
D | gx_scrollbar_draw.c | 220 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()
|
D | gx_canvas_drawing_initiate.c | 206 … &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()
|
D | gx_canvas_rectangle_draw.c | 88 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()
|
D | gx_widget_children_draw.c | 99 dirty_area = &(context -> gx_draw_context_dirty); in _gx_widget_children_draw()
|
D | gx_canvas_pixel_draw.c | 86 if (!_gx_utility_rectangle_point_detect(&context -> gx_draw_context_dirty, position)) in _gx_canvas_pixel_draw()
|
D | gx_canvas_pixelmap_blend.c | 107 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_pixelmap_blend()
|
D | gx_canvas_pixelmap_draw.c | 116 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_pixelmap_draw()
|
D | gx_display_driver_generic_mouse_draw.c | 96 mouse_context.gx_draw_context_dirty = display -> gx_display_mouse.gx_mouse_rect; in _gx_display_driver_generic_mouse_draw()
|
D | gx_canvas_circle_draw.c | 102 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_circle_draw()
|
D | gx_canvas_ellipse_draw.c | 104 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_ellipse_draw()
|
D | gx_canvas_polygon_draw.c | 122 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_polygon_draw()
|
D | gx_canvas_arc_draw.c | 132 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_arc_draw()
|
D | gx_canvas_pie_draw.c | 146 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_pie_draw()
|
D | gx_single_line_text_input_draw.c | 159 …_gx_utility_rectangle_overlap_detect(&_gx_system_current_draw_context -> gx_draw_context_dirty, &c… in _gx_single_line_text_input_draw()
|
D | gx_canvas_text_draw.c | 194 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_text_draw_ext()
|
D | gx_multi_line_text_view_text_draw.c | 199 …_gx_utility_rectangle_overlap_detect(&_gx_system_current_draw_context -> gx_draw_context_dirty, &c… in _gx_multi_line_text_view_text_draw()
|
D | gx_canvas_line_draw.c | 231 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_line_draw()
|
D | gx_canvas_pixelmap_rotate.c | 269 if (!_gx_utility_rectangle_overlap_detect(&bound, &context -> gx_draw_context_dirty, &bound)) in _gx_canvas_pixelmap_rotate()
|
D | gx_rich_text_view_text_draw.c | 392 …_gx_utility_rectangle_overlap_detect(&_gx_system_current_draw_context -> gx_draw_context_dirty, &c… in _gx_rich_text_view_text_draw()
|
D | gx_multi_line_text_input_draw.c | 213 …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/ |
D | validation_guix_error_checking_api_coverage_no_output.c | 707 memset(&default_context.gx_draw_context_dirty, 0, sizeof(GX_RECTANGLE)); in control_thread_entry()
|
/GUIX-v6.4.1/common/inc/ |
D | gx_api.h | 1535 GX_RECTANGLE gx_draw_context_dirty; member
|