Searched refs:graphene_rect_interpolate (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/graphene/graphene-1.10.6/tests/ |
H A D | rect.c | 423 graphene_rect_interpolate (&a, &b, 0.0, &res); in rect_interpolate() 429 graphene_rect_interpolate (&a, &b, 1.0, &res); in rect_interpolate() 439 graphene_rect_interpolate (&a, &b, 0.25, &res); in rect_interpolate()
|
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/ |
H A D | clutter-graphene.c | 93 graphene_rect_interpolate (rect_a, rect_b, progress, &res); in graphene_rect_progress()
|
/dports/graphics/graphene/graphene-1.10.6/include/ |
H A D | graphene-rect.h | 181 void graphene_rect_interpolate (const graphene_rect_t *a,
|
/dports/graphics/graphene/graphene-1.10.6/src/ |
H A D | graphene-rect.c | 871 graphene_rect_interpolate (const graphene_rect_t *a, in graphene_rect_interpolate() function
|