Home | History | Annotate | Download | only in smooth

Lines Matching defs:dx2

1024         TPos  dx1, dy1, dx2, dy2;
1077 dx2 = arc[2].x - arc[0].x;
1079 s = FT_ABS( dy * dx2 - dx * dy2 );
1086 dy * dy2 + dx * dx2 < 0 ||