Home | History | Annotate | Download | only in raster

Lines Matching refs:lastY

474     Long        lastX, lastY;
1404 /* is stored in `lastY'). */
1419 if ( y > ras.lastY )
1422 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) )
1427 if ( y < ras.lastY )
1429 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1435 if ( y < ras.lastY )
1437 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) ||
1439 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1445 if ( y > ras.lastY )
1447 if ( End_Profile( RAS_VARS IS_BOTTOM_OVERSHOOT( ras.lastY ) ) ||
1449 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) )
1463 if ( Line_Up( RAS_VARS ras.lastX, ras.lastY,
1469 if ( Line_Down( RAS_VARS ras.lastX, ras.lastY,
1479 ras.lastY = y;
1502 /* stored in `lastY'). */
1520 ras.arc[2].y = ras.lastY;
1592 ras.lastY = y3;
1622 /* stored in `lastY'). */
1642 ras.arc[3].y = ras.lastY;
1727 ras.lastY = y4;
1839 ras.lastY = v_start.y;
2031 if ( FRAC( ras.lastY ) == 0 &&
2032 ras.lastY >= ras.minY &&
2033 ras.lastY <= ras.maxY )
2043 o = IS_TOP_OVERSHOOT( ras.lastY );
2045 o = IS_BOTTOM_OVERSHOOT( ras.lastY );