Home | History | Annotate | Download | only in gregbook

Lines Matching refs:CLIP

126 #define CLIP(a,min,max)  MAX(min,MIN((a),max))
1213 angle = CLIP(angle, 0.0, 360.0);
1214 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
1978 angle = CLIP(angle, 0.0, 360.0);
1979 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));