ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/meta/rast.h
(Generate patch)

Comparing ray/src/meta/rast.h (file contents):
Revision 1.2 by schorsch, Mon Jul 14 22:24:00 2003 UTC vs.
Revision 1.3 by greg, Mon Nov 18 22:12:32 2019 UTC

# Line 39 | Line 39 | extern SCANBLOCK  outblock;            /* output span */
39  
40   #define  pixmix(x,y,c)  (outblock.cols[(y)-outblock.ybot][x] &= 070|(c))
41  
42 < #define  someabove(p,y) (CONV((p)->xy[YMX],dysize) > (y))
43 < #define  somebelow(p,y) (CONV((p)->xy[YMN],dysize) < (y))
42 > #define  someabove(p,y) (CONV((p)->xy[YMX],dysiz) > (y))
43 > #define  somebelow(p,y) (CONV((p)->xy[YMN],dysiz) < (y))
44  
45   #define  inthis(p)      (ydown ? someabove(p,outblock.ybot-1) : \
46                                  somebelow(p,outblock.ytop+1))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines