Home | History | Annotate | Download | only in raster

Lines Matching full:max_y

2880     Short         min_Y, max_Y, top, bottom, dropouts;
2898 max_Y = (Short)TRUNC( ras.minY );
2910 if ( max_Y < top )
2911 max_Y = top;
2928 ras.Proc_Sweep_Init( RAS_VARS &min_Y, &max_Y );
3077 while ( y <= max_Y )