Home | History | Annotate | Download | only in raster

Lines Matching refs:lastY

492     Long        lastX, lastY;
1449 /* is stored in `lastY'). */
1464 if ( y > ras.lastY )
1467 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) )
1472 if ( y < ras.lastY )
1474 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1480 if ( y < ras.lastY )
1482 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) ||
1484 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1490 if ( y > ras.lastY )
1492 if ( End_Profile( RAS_VARS IS_BOTTOM_OVERSHOOT( ras.lastY ) ) ||
1494 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) )
1508 if ( Line_Up( RAS_VARS ras.lastX, ras.lastY,
1514 if ( Line_Down( RAS_VARS ras.lastX, ras.lastY,
1524 ras.lastY = y;
1547 /* stored in `lastY'). */
1565 ras.arc[2].y = ras.lastY;
1637 ras.lastY = y3;
1667 /* stored in `lastY'). */
1687 ras.arc[3].y = ras.lastY;
1772 ras.lastY = y4;
1884 ras.lastY = v_start.y;
2075 if ( FRAC( ras.lastY ) == 0 &&
2076 ras.lastY >= ras.minY &&
2077 ras.lastY <= ras.maxY )
2087 o = IS_TOP_OVERSHOOT( ras.lastY );
2089 o = IS_BOTTOM_OVERSHOOT( ras.lastY );