Home
last modified time | relevance | path

Searched refs:graphene_rect_expand (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/graphene/graphene-1.10.6/tests/
H A Drect.c366 graphene_rect_expand (&r, graphene_point_init (&p, -10.f, -10.f), &check); in rect_expand()
381 graphene_rect_expand (&r, graphene_point_init (&p, 150.f, 150.f), &check); in rect_expand()
396 graphene_rect_expand (&r, graphene_point_init (&p, 50.f, 150.f), &check); in rect_expand()
/dports/graphics/graphene/graphene-1.10.6/include/
H A Dgraphene-rect.h187 void graphene_rect_expand (const graphene_rect_t *r,
/dports/graphics/graphene/graphene-1.10.6/src/
H A Dgraphene-rect.c845 graphene_rect_expand (const graphene_rect_t *r, in graphene_rect_expand() function