Home | History | Annotate | Download | only in base

Lines Matching refs:turn

1064     FT_Angle  turn;
1068 turn = FT_Angle_Diff( stroker->angle_in, stroker->angle_out );
1070 /* no specific corner processing is required if the turn is 0 */
1071 if ( turn == 0 )
1074 /* when we turn to the right, the inside side is 0 */
1078 if ( turn < 0 )
1526 FT_Angle turn;
1540 turn = FT_Angle_Diff( stroker->angle_in,
1543 /* no specific corner processing is required if the turn is 0 */
1544 if ( turn != 0 )
1546 /* when we turn to the right, the inside side is 0 */
1550 if ( turn < 0 )