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

/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c439 #define IS_TOP_OVERSHOOT( x ) ( x - FLOOR( x ) >= ras.precision_half ) macro
1448 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1456 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) ||
1458 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1584 : IS_TOP_OVERSHOOT( y1 );
1720 : IS_TOP_OVERSHOOT( y1 );
2062 o = IS_TOP_OVERSHOOT( ras.lastY );
/external/freetype/src/raster/
H A Dftraster.c457 #define IS_TOP_OVERSHOOT( x ) ( x - FLOOR( x ) >= ras.precision_half ) macro
1472 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1480 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) ||
1482 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1608 : IS_TOP_OVERSHOOT( y1 );
1744 : IS_TOP_OVERSHOOT( y1 );
2085 o = IS_TOP_OVERSHOOT( ras.lastY );

Completed in 78 milliseconds