Home
last modified time | relevance | path

Searched refs:graphene_rect_interpolate (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/graphene/graphene-1.10.6/tests/
H A Drect.c423 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 Dclutter-graphene.c93 graphene_rect_interpolate (rect_a, rect_b, progress, &res); in graphene_rect_progress()
/dports/graphics/graphene/graphene-1.10.6/include/
H A Dgraphene-rect.h181 void graphene_rect_interpolate (const graphene_rect_t *a,
/dports/graphics/graphene/graphene-1.10.6/src/
H A Dgraphene-rect.c871 graphene_rect_interpolate (const graphene_rect_t *a, in graphene_rect_interpolate() function