Home
last modified time | relevance | path

Searched refs:graphene_rect_contains_point (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/graphene/graphene-1.10.6/tests/
H A Drect.c104 mutest_bool_value (graphene_rect_contains_point (&r, &p)), in rect_contains_point()
110 mutest_bool_value (graphene_rect_contains_point (&r, &p)), in rect_contains_point()
116 mutest_bool_value (graphene_rect_contains_point (&r, &p)), in rect_contains_point()
122 mutest_bool_value (graphene_rect_contains_point (&r, &p)), in rect_contains_point()
128 mutest_bool_value (graphene_rect_contains_point (&r, &p)), in rect_contains_point()
134 mutest_bool_value (graphene_rect_contains_point (&r, &p)), in rect_contains_point()
325 mutest_bool_value (graphene_rect_contains_point (&rounded, &p)), in rect_round_extents()
331 mutest_bool_value (graphene_rect_contains_point (&rounded, &p)), in rect_round_extents()
337 mutest_bool_value (graphene_rect_contains_point (&rounded, &p)), in rect_round_extents()
343 mutest_bool_value (graphene_rect_contains_point (&rounded, &p)), in rect_round_extents()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkpanedhandle.c69 return graphene_rect_contains_point (&area, &GRAPHENE_POINT_INIT (x, y)); in gtk_paned_handle_contains()
H A Dgtkcolumnview.c903 return graphene_rect_contains_point (&rect, &(graphene_point_t) { x, y}); in gtk_column_view_in_resize_rect()
920 return graphene_rect_contains_point (&rect, &(graphene_point_t) { x, y}); in gtk_column_view_in_header()
H A Dgtknotebook.c2464 if (graphene_rect_contains_point (&arrow_bounds, in gtk_notebook_get_arrow()
2550 return graphene_rect_contains_point (&tabs_bounds, in in_tabs()
2574 if (graphene_rect_contains_point (&bounds, &(graphene_point_t){x, y})) in get_tab_at_pos()
2958 return !graphene_rect_contains_point (&rectangle, &(graphene_point_t){current_x, current_y}); in check_threshold()
H A Dgtkpaned.c890 if (graphene_rect_contains_point (&handle_area, &(graphene_point_t){start_x, start_y}) || in gesture_drag_begin_cb()
H A Dgtktreeviewcolumn.c3089 return graphene_rect_contains_point (&button_bounds, in _gtk_tree_view_column_coords_in_resize_rect()
/dports/graphics/graphene/graphene-1.10.6/include/
H A Dgraphene-rect.h149 bool graphene_rect_contains_point (const graphene_rect_t *r,
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-cursor-surface.c205 return graphene_rect_contains_point (&logical_monitor_rect, &point); in meta_wayland_cursor_surface_is_on_logical_monitor()
/dports/x11-wm/mutter/mutter-41.1/src/backends/
H A Dmeta-screen-cast-virtual-stream-src.c403 return graphene_rect_contains_point (&view_rect, in is_cursor_in_stream()
H A Dmeta-screen-cast-area-stream-src.c139 return graphene_rect_contains_point (&area_rect, &cursor_position); in is_cursor_in_stream()
H A Dmeta-screen-cast-monitor-stream-src.c226 return graphene_rect_contains_point (&logical_monitor_rect, in is_cursor_in_stream()
/dports/graphics/graphene/graphene-1.10.6/src/
H A Dgraphene-rect.c557 graphene_rect_contains_point (const graphene_rect_t *r, in graphene_rect_contains_point() function
H A Dgraphene-matrix.c1317 if (!graphene_rect_contains_point (&bounds_t, p)) in graphene_matrix_untransform_point()
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/src/
H A Dadw-tab-box.c1473 return !graphene_rect_contains_point (&rect, &GRAPHENE_POINT_INIT (x, y)); in check_dnd_threshold()
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/src/
H A Dadw-tab-box.c1474 return !graphene_rect_contains_point (&rect, &GRAPHENE_POINT_INIT (x, y)); in check_dnd_threshold()