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

/external/chromium_org/third_party/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 );
/external/freetype/src/raster/
H A Dftraster.c458 #define IS_TOP_OVERSHOOT( x ) \ macro
1474 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1482 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) ||
1484 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1610 : IS_TOP_OVERSHOOT( y1 );
1746 : IS_TOP_OVERSHOOT( y1 );
2087 o = IS_TOP_OVERSHOOT( ras.lastY );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c458 #define IS_TOP_OVERSHOOT( x ) \ macro
1474 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1482 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) ||
1484 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1610 : IS_TOP_OVERSHOOT( y1 );
1746 : IS_TOP_OVERSHOOT( y1 );
2087 o = IS_TOP_OVERSHOOT( ras.lastY );

Completed in 261 milliseconds