Home | History | Annotate | Download | only in raster

Lines Matching refs:lastY

490     Long        lastX, lastY;
1447 /* is stored in `lastY'). */
1462 if ( y > ras.lastY )
1465 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) )
1470 if ( y < ras.lastY )
1472 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1478 if ( y < ras.lastY )
1480 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) ||
1482 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1488 if ( y > ras.lastY )
1490 if ( End_Profile( RAS_VARS IS_BOTTOM_OVERSHOOT( ras.lastY ) ) ||
1492 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) )
1506 if ( Line_Up( RAS_VARS ras.lastX, ras.lastY,
1512 if ( Line_Down( RAS_VARS ras.lastX, ras.lastY,
1522 ras.lastY = y;
1545 /* stored in `lastY'). */
1563 ras.arc[2].y = ras.lastY;
1635 ras.lastY = y3;
1665 /* stored in `lastY'). */
1685 ras.arc[3].y = ras.lastY;
1770 ras.lastY = y4;
1882 ras.lastY = v_start.y;
2073 if ( FRAC( ras.lastY ) == 0 &&
2074 ras.lastY >= ras.minY &&
2075 ras.lastY <= ras.maxY )
2085 o = IS_TOP_OVERSHOOT( ras.lastY );
2087 o = IS_BOTTOM_OVERSHOOT( ras.lastY );