Searched refs:min_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
2667 min_Y = (Short)TRUNC( ras.maxY );
2676 if ( min_Y > bottom )
2677 min_Y = bottom;
2696 ras.Proc_Sweep_Init( RAS_VARS &min_Y, &max_Y );
2698 /* then compute the distance of each profile from min_Y */
2704 P->countL = P->start - min_Y;
2710 y = min_Y;
2714 ras.sizeBuff[-ras.numTurns] == min_Y )
/external/pdfium/third_party/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 )

Completed in 134 milliseconds