Searched refs:max_Y (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/raster/
H A Dftraster.c2648 Short min_Y, max_Y, top, bottom, dropouts; local
2666 max_Y = (Short)TRUNC( ras.minY );
2678 if ( max_Y < top )
2679 max_Y = top;
2696 ras.Proc_Sweep_Init( RAS_VARS &min_Y, &max_Y );
2845 while ( y <= max_Y )
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c2954 Short min_Y, max_Y, top, bottom, dropouts; local
2972 max_Y = (Short)TRUNC( ras.minY );
2984 if ( max_Y < top )
2985 max_Y = top;
3002 ras.Proc_Sweep_Init( RAS_VARS &min_Y, &max_Y );
3151 while ( y <= max_Y )

Completed in 40 milliseconds