Home
last modified time | relevance | path

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

/dports/graphics/graphene/graphene-1.10.6/tests/
H A Dpoint.c165 graphene_point_interpolate (&zero, &one, 0.0, &res); in point_interpolate()
171 graphene_point_interpolate (&zero, &one, 0.5, &res); in point_interpolate()
177 graphene_point_interpolate (&zero, &one, 1.0, &res); in point_interpolate()
/dports/graphics/graphene/graphene-1.10.6/include/
H A Dgraphene-point.h107 void graphene_point_interpolate (const graphene_point_t *a,
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-graphene.c59 graphene_point_interpolate (ap, bp, progress, &res); in graphene_point_progress()
/dports/graphics/graphene/graphene-1.10.6/src/
H A Dgraphene-point.c274 graphene_point_interpolate (const graphene_point_t *a, in graphene_point_interpolate() function