Home | History | Annotate | Download | only in pshinter

Lines Matching defs:delta1

427     FT_Fixed  delta1 = FT_PIX_ROUND( pos ) - pos;
431 if ( FT_ABS( delta1 ) <= FT_ABS( delta2 ) )
432 return delta1;