Home | History | Annotate | Download | only in base

Lines Matching defs:d3

193     FT_Vector  d1, d2, d3;
202 d3.x = base[0].x - base[1].x;
203 d3.y = base[0].y - base[1].y;
207 close3 = FT_IS_SMALL( d3.x ) && FT_IS_SMALL( d3.y );
222 *angle_out = FT_Atan2( d3.x, d3.y );
237 *angle_out = FT_Atan2( d3.x, d3.y );
254 *angle_out = FT_Atan2( d3.x, d3.y );
270 *angle_out = FT_Atan2( d3.x, d3.y );