Home | History | Annotate | Download | only in smooth

Lines Matching defs:vec2

1671             FT_Vector  vec1, vec2;
1684 vec2.x = SCALED( point[-1].x );
1685 vec2.y = SCALED( point[-1].y );
1699 vec2.x / 64.0, vec2.y / 64.0 ));
1700 error = func_interface->cubic_to( &vec1, &vec2, &vec, user );
1710 vec2.x / 64.0, vec2.y / 64.0 ));
1711 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );