Home
last modified time | relevance | path

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

/external/freetype/src/raster/
Dftraster.c460 #define IS_TOP_OVERSHOOT( x ) \ macro
1407 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1415 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) || in Line_To()
1417 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1548 : IS_TOP_OVERSHOOT( y1 ); in Conic_To()
1691 : IS_TOP_OVERSHOOT( y1 ); in Cubic_To()
2037 o = IS_TOP_OVERSHOOT( ras.lastY ); in Convert_Glyph()
/external/freetype/
DChangeLog.232274 (IS_BOTTOM_OVERSHOOT, IS_TOP_OVERSHOOT): New macros.