Home | History | Annotate | Download | only in gregbook

Lines Matching defs:CLIP

143 #define CLIP(a,min,max)  MAX(min,MIN((a),max))
1246 angle = CLIP(angle, 0.0, 360.0);
1247 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
2014 angle = CLIP(angle, 0.0, 360.0);
2015 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));