Home | History | Annotate | Download | only in raster

Lines Matching full:lasty

481     Long        lastX, lastY;
1432 /* is stored in `lastY'). */
1447 if ( y > ras.lastY )
1450 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) )
1455 if ( y < ras.lastY )
1457 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1463 if ( y < ras.lastY )
1465 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) ||
1467 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1473 if ( y > ras.lastY )
1475 if ( End_Profile( RAS_VARS IS_BOTTOM_OVERSHOOT( ras.lastY ) ) ||
1477 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) )
1491 if ( Line_Up( RAS_VARS ras.lastX, ras.lastY,
1497 if ( Line_Down( RAS_VARS ras.lastX, ras.lastY,
1507 ras.lastY = y;
1530 /* stored in `lastY'). */
1548 ras.arc[2].y = ras.lastY;
1620 ras.lastY = y3;
1650 /* stored in `lastY'). */
1670 ras.arc[3].y = ras.lastY;
1755 ras.lastY = y4;
1867 ras.lastY = v_start.y;
2059 if ( FRAC( ras.lastY ) == 0 &&
2060 ras.lastY >= ras.minY &&
2061 ras.lastY <= ras.maxY )
2071 o = IS_TOP_OVERSHOOT( ras.lastY );
2073 o = IS_BOTTOM_OVERSHOOT( ras.lastY );