Home | History | Annotate | Download | only in smooth

Lines Matching defs:vec2

1607             FT_Vector  vec1, vec2;
1620 vec2.x = SCALED( point[-1].x );
1621 vec2.y = SCALED( point[-1].y );
1635 vec2.x / 64.0, vec2.y / 64.0 ));
1636 error = func_interface->cubic_to( &vec1, &vec2, &vec, user );
1646 vec2.x / 64.0, vec2.y / 64.0 ));
1647 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );