Searched refs:graphene_rect_expand (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/graphene/graphene-1.10.6/tests/ |
H A D | rect.c | 366 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 D | graphene-rect.h | 187 void graphene_rect_expand (const graphene_rect_t *r,
|
/dports/graphics/graphene/graphene-1.10.6/src/ |
H A D | graphene-rect.c | 845 graphene_rect_expand (const graphene_rect_t *r, in graphene_rect_expand() function
|