Searched refs:a_vector (Results 1 – 1 of 1) sorted by relevance
367 static void make_rotation(FT_Matrix* a_transform,const FT_Vector* a_vector) in make_rotation() argument370 if (a_vector->x >= 0 && a_vector->y == 0) in make_rotation()377 length = FT_Vector_Length((FT_Vector*)a_vector); in make_rotation()378 cos = FT_DivFix(a_vector->x,length); in make_rotation()379 sin = FT_DivFix(a_vector->y,length); in make_rotation()