Home
last modified time | relevance | path

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

/external/freetype/src/raster/
Dftraster.c459 #define IS_TOP_OVERSHOOT( x ) \ macro
1415 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1423 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) || in Line_To()
1425 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1556 : IS_TOP_OVERSHOOT( y1 ); in Conic_To()
1699 : IS_TOP_OVERSHOOT( y1 ); in Cubic_To()
2045 o = IS_TOP_OVERSHOOT( ras.lastY ); in Convert_Glyph()
/external/freetype/
DChangeLog.232274 (IS_BOTTOM_OVERSHOOT, IS_TOP_OVERSHOOT): New macros.