Home | History | Annotate | Download | only in smooth

Lines Matching refs:ey2

788     TCoord  ey1, ey2, fy1, fy2, mod;
795 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
797 fy2 = (TCoord)( to_y - SUBPIXELS( ey2 ) );
803 if ( ( ey1 >= ras.max_ey && ey2 >= ras.max_ey ) ||
804 ( ey1 < ras.min_ey && ey2 < ras.min_ey ) )
808 if ( ey1 == ey2 )
840 while ( ey1 != ey2 )
877 if ( ey1 != ey2 )
901 } while ( ey1 != ey2 );