Home | History | Annotate | Download | only in smooth

Lines Matching refs:ey2

696     TCoord  ey1, ey2, fy1, fy2, first, delta, mod;
702 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
705 if ( ( ey1 >= ras.max_ey && ey2 >= ras.max_ey ) ||
706 ( ey1 < ras.min_ey && ey2 < ras.min_ey ) )
710 fy2 = (TCoord)( to_y - SUBPIXELS( ey2 ) );
713 if ( ey1 == ey2 )
750 while ( ey1 != ey2 )
789 if ( ey1 != ey2 )
815 } while ( ey1 != ey2 );
838 TCoord ex1, ex2, ey1, ey2;
842 ey2 = TRUNC( to_y );
845 if ( ( ey1 >= ras.max_ey && ey2 >= ras.max_ey ) ||
846 ( ey1 < ras.min_ey && ey2 < ras.min_ey ) )
858 if ( ex1 == ex2 && ey1 == ey2 ) /* inside one cell */
876 } while ( ey1 != ey2 );
886 } while ( ey1 != ey2 );
892 FT_UDIVPREP( ey1 != ey2, dy );
950 } while ( ex1 != ex2 || ey1 != ey2 );
954 fy2 = to_y - SUBPIXELS( ey2 );