Home
last modified time | relevance | path

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

/dports/graphics/graphene/graphene-1.10.6/include/
H A Dgraphene-rect.h172 GRAPHENE_DEPRECATED_IN_1_4_FOR (graphene_rect_round)
175 void graphene_rect_round (const graphene_rect_t *r,
/dports/graphics/graphene/graphene-1.10.6/src/
H A Dgraphene-rect.c748 graphene_rect_round (r, r); in graphene_rect_round_to_pixel()
774 graphene_rect_round (const graphene_rect_t *r, in graphene_rect_round() function
/dports/graphics/graphene/graphene-1.10.6/tests/
H A Drect.c290 graphene_rect_round (&r, &tmp); in rect_round()