Home
last modified time | relevance | path

Searched refs:graphene_rect_init (Results 1 – 25 of 46) sorted by relevance

12

/dports/graphics/graphene/graphene-1.10.6/tests/
H A Drect.c13 r = graphene_rect_init (graphene_rect_alloc (), 0.f, 0.f, 10.f, 10.f); in rect_init()
72 r = graphene_rect_init (graphene_rect_alloc (), 0.f, 0.f, 10.f, 10.f); in rect_equal()
73 s = graphene_rect_init (graphene_rect_alloc (), 1.f, 1.f, 9.f, 9.f); in rect_equal()
144 r = graphene_rect_init (graphene_rect_alloc (), 0.f, 0.f, 10.f, 10.f); in rect_contains_rect()
145 s = graphene_rect_init (graphene_rect_alloc (), 1.f, 1.f, 9.f, 9.f); in rect_contains_rect()
H A Dquad.c13 graphene_rect_init (&r, 0.f, 0.f, 10.f, 10.f); in quad_bounds()
H A Dmatrix.c699 graphene_rect_init (&r, 0.f, 0.f, 50.f, 50.f); in matrix_2d_transform_bound()
700 graphene_rect_init (&r2, 100.f, 100.f, 50.f, 50.f); in matrix_2d_transform_bound()
H A Dpoint3d.c275 graphene_rect_init (&v, 0.f, 0.f, 640.f, 480.f); in point_normalize_viewport()
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gsk/
H A Drounded-rect.c50graphene_rect_init (&rect, points[x1], points[y1], points[x2] - points[x1], points[y2] - points[y1… in test_contains_rect()
78graphene_rect_init (&rect, points[x1], points[y1], points[x2] - points[x1], points[y2] - points[y1… in test_intersects_rect()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/
H A DGraphene.java36 …public static final native long graphene_rect_init(long rectangle, float x, float y, float width, … in graphene_rect_init() method in Graphene
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/gtk/
H A DGraphene.java36 …public static final native long graphene_rect_init(long rectangle, float x, float y, float width, … in graphene_rect_init() method in Graphene
/dports/graphics/graphene/graphene-1.10.6/src/
H A Dgraphene-rect.c122 graphene_rect_init (graphene_rect_t *r, in graphene_rect_init() function
534 graphene_rect_init (res, 0.0f, 0.0f, 0.0f, 0.0f); in graphene_rect_intersection()
540 graphene_rect_init (res, x_1, y_1, x_2 - x_1, y_2 - y_1); in graphene_rect_intersection()
851 graphene_rect_init (&tmp, p->x, p->y, 0.f, 0.f); in graphene_rect_expand()
H A Dgraphene-quad.c202 graphene_rect_init (r, min_x, min_y, max_x - min_x, max_y - min_y); in graphene_quad_bounds()
H A Dgraphene-matrix.c1077 graphene_rect_init (res, min_x, min_y, max_x - min_x, max_y - min_y); in graphene_matrix_transform_bounds()
1242 graphene_rect_init (res, min_x, min_y, max_x - min_x, max_y - min_y); in graphene_matrix_project_rect_bounds()
1363 graphene_rect_init (res, 0.f, 0.f, 0.f, 0.f); in graphene_matrix_untransform_bounds()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/inspector/
H A Dbaselineoverlay.c52 graphene_rect_init (&bounds, in G_DEFINE_TYPE()
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/src/
H A Dadw-carousel-indicator-lines.c157 graphene_rect_init (&rectangle, x + pos, y, length, LINE_WIDTH); in snapshot_lines()
159 graphene_rect_init (&rectangle, x, y + pos, LINE_WIDTH, length); in snapshot_lines()
H A Dadw-focus.c262 graphene_rect_init (&bounds, 0, 0, 0, 0); in focus_sort_left_right()
351 graphene_rect_init (&bounds, 0, 0, 0, 0); in focus_sort_up_down()
H A Dadw-carousel-indicator-dots.c151 graphene_rect_init (&rect, -DOTS_RADIUS, -DOTS_RADIUS, DOTS_RADIUS * 2, DOTS_RADIUS * 2); in snapshot_dots()
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/src/
H A Dadw-carousel-indicator-lines.c159 graphene_rect_init (&rectangle, x + pos, y, length, LINE_WIDTH); in snapshot_lines()
161 graphene_rect_init (&rectangle, x, y + pos, LINE_WIDTH, length); in snapshot_lines()
H A Dadw-widget-utils.c262 graphene_rect_init (&bounds, 0, 0, 0, 0); in focus_sort_left_right()
351 graphene_rect_init (&bounds, 0, 0, 0, 0); in focus_sort_up_down()
H A Dadw-carousel-indicator-dots.c155 graphene_rect_init (&rect, -DOTS_RADIUS, -DOTS_RADIUS, DOTS_RADIUS * 2, DOTS_RADIUS * 2); in snapshot_dots()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dbluroverlay.c331 graphene_rect_init (&bounds, alloc.x, alloc.y, alloc.width, alloc.height); in blur_overlay_snapshot()
367 graphene_rect_init (&bounds, rect.x, rect.y, rect.width, rect.height); in blur_overlay_snapshot()
/dports/graphics/graphene/graphene-1.10.6/include/
H A Dgraphene-rect.h94 graphene_rect_t * graphene_rect_init (graphene_rect_t *r,
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkwidgetfocus.c281 graphene_rect_init (&bounds, 0, 0, 0, 0); in focus_sort_left_right()
383 graphene_rect_init (&bounds, 0, 0, 0, 0); in focus_sort_up_down()
H A Dgtkstylecontext.c1042 graphene_rect_init (bounds, in get_insertion_cursor_bounds()
1048 graphene_rect_init (bounds, in get_insertion_cursor_bounds()
1055 graphene_rect_init (bounds, in get_insertion_cursor_bounds()
H A Dgtkoverlay.c206 graphene_rect_init (&bounds, 0, 0, in gtk_overlay_snapshot_child()
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-text-input-legacy.c497 graphene_rect_init (&cursor_rect, x1, y1, x2 - x1, y2 - y1); in text_input_commit_state()
H A Dmeta-wayland-text-input.c619 graphene_rect_init (&cursor_rect, x1, y1, x2 - x1, y2 - y1); in text_input_commit_state()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/
H A Dgsktransform.c1768 graphene_rect_init (out_rect, in gsk_transform_transform_bounds()
1782 graphene_rect_init (out_rect, in gsk_transform_transform_bounds()

12