Home
last modified time | relevance | path

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

/external/freetype/src/raster/
Dftraster.c472 Long lastX, lastY; member
1438 if ( y > ras.lastY ) in Line_To()
1441 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1446 if ( y < ras.lastY ) in Line_To()
1448 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1454 if ( y < ras.lastY ) in Line_To()
1456 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) || in Line_To()
1458 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1464 if ( y > ras.lastY ) in Line_To()
1466 if ( End_Profile( RAS_VARS IS_BOTTOM_OVERSHOOT( ras.lastY ) ) || in Line_To()
[all …]
/external/webkit/Source/WebCore/editing/
DSelectionController.cpp898 int lastY = startY; in modify() local
913 if (nextY >= lastY) { in modify()
914 lastY = nextY; in modify()