Searched refs:min_Y (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c2949 Short min_Y, max_Y, top, bottom, dropouts; local
2968 min_Y = (Short)TRUNC( ras.maxY );
2977 if ( min_Y > bottom )
2978 min_Y = bottom;
2997 ras.Proc_Sweep_Init( RAS_VARS &min_Y, &max_Y );
2999 /* then compute the distance of each profile from min_Y */
3005 P->countL = (UShort)( P->start - min_Y );
3011 y = min_Y;
3015 ras.sizeBuff[-ras.numTurns] == min_Y )
/external/freetype/src/raster/
H A Dftraster.c2954 Short min_Y, max_Y, top, bottom, dropouts; local
2973 min_Y = (Short)TRUNC( ras.maxY );
2982 if ( min_Y > bottom )
2983 min_Y = bottom;
3002 ras.Proc_Sweep_Init( RAS_VARS &min_Y, &max_Y );
3004 /* then compute the distance of each profile from min_Y */
3010 P->countL = (UShort)( P->start - min_Y );
3016 y = min_Y;
3020 ras.sizeBuff[-ras.numTurns] == min_Y )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c2951 Short min_Y, max_Y, top, bottom, dropouts; local
2970 min_Y = (Short)TRUNC( ras.maxY );
2979 if ( min_Y > bottom )
2980 min_Y = bottom;
2999 ras.Proc_Sweep_Init( RAS_VARS &min_Y, &max_Y );
3001 /* then compute the distance of each profile from min_Y */
3007 P->countL = (UShort)( P->start - min_Y );
3013 y = min_Y;
3017 ras.sizeBuff[-ras.numTurns] == min_Y )

Completed in 328 milliseconds