Home | History | Annotate | Download | only in pshinter

Lines Matching refs:delta1

428     FT_Fixed  delta1 = FT_PIX_ROUND( pos ) - pos;
432 if ( FT_ABS( delta1 ) <= FT_ABS( delta2 ) )
433 return delta1;