Home | History | Annotate | Download | only in smooth

Lines Matching refs:dx1

1034         TPos  dx1, dy1, dx2, dy2;
1079 dx1 = arc[1].x - arc[0].x;
1081 s = FT_ABS( dy * dx1 - dx * dy1 );
1095 if ( dy * dy1 + dx * dx1 < 0 ||