Home
last modified time | relevance | path

Searched refs:graphene_rect_get_bottom_left (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/graphene/graphene-1.10.6/tests/
H A Dquad.c17 graphene_rect_get_bottom_left (&r, &p3); in quad_bounds()
51 graphene_rect_get_bottom_left (&r, &p3); in quad_bounds()
H A Drect.c120 graphene_rect_get_bottom_left (&r, &p); in rect_contains_point()
335 graphene_rect_get_bottom_left (&r, &p); in rect_round_extents()
/dports/graphics/graphene/graphene-1.10.6/src/
H A Dgraphene-quad.c123 graphene_rect_get_bottom_left (r, &(q->points[3])); in graphene_quad_init_from_rect()
H A Dgraphene-rect.c316 graphene_rect_get_bottom_left (const graphene_rect_t *r, in graphene_rect_get_bottom_left() function
H A Dgraphene-matrix.c1226 graphene_rect_get_bottom_left (&rr, &points[2]); in graphene_matrix_project_rect_bounds()
1274 graphene_rect_get_bottom_left (&rr, &p[2]); in graphene_matrix_project_rect()
/dports/graphics/graphene/graphene-1.10.6/include/
H A Dgraphene-rect.h124 void graphene_rect_get_bottom_left (const graphene_rect_t *r,
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/
H A Dgskrendernodeimpl.c909 graphene_rect_get_bottom_left (&node->bounds, &corner); in gsk_conic_gradient_node_draw()