Home
last modified time | relevance | path

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

/dports/graphics/graphene/graphene-1.10.6/include/
H A Dgraphene-point.h89 graphene_point_t * graphene_point_init_from_vec2 (graphene_point_t *p,
/dports/graphics/graphene/graphene-1.10.6/src/
H A Dgraphene-point.c154 graphene_point_init_from_vec2 (graphene_point_t *p, in graphene_point_init_from_vec2() function
/dports/graphics/graphene/graphene-1.10.6/tests/
H A Dpoint.c61 graphene_point_init_from_vec2 (&r, &vec); in point_alloc_and_init()