The R Project SVN R

Rev

Rev 51056 | Rev 52406 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51056 Rev 52280
Line 1363... Line 1363...
1363
{
1363
{
1364
    /* FIXME: what about clipping? (if the device can't) 
1364
    /* FIXME: what about clipping? (if the device can't) 
1365
     * Maybe not too bad because it is just a matter of shaving off
1365
     * Maybe not too bad because it is just a matter of shaving off
1366
     * some rows and columns from the image? (because R only does
1366
     * some rows and columns from the image? (because R only does
1367
     * rectangular clipping regions) */
1367
     * rectangular clipping regions) */
-
 
1368
    
-
 
1369
    if (width != 0 && height != 0) {
1368
    dd->dev->raster(raster, w, h, x, y, width, height,
1370
        dd->dev->raster(raster, w, h, x, y, width, height,
1369
                    angle, interpolate, gc, dd->dev);
1371
                        angle, interpolate, gc, dd->dev);
-
 
1372
    }
1370
}
1373
}
1371
 
1374
 
1372
/****************************************************************
1375
/****************************************************************
1373
 * GERaster
1376
 * GERaster
1374
 ****************************************************************
1377
 ****************************************************************