Searched defs:CLIP (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c79 #define CLIP(a,min,max) MAX(min,MIN((a),max)) macro
904 angle = CLIP(angle, 0.0, 360.0);
905 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
H A Drpng2-x.c86 #define CLIP(a,min,max) MAX(min,MIN((a),max)) macro
1009 angle = CLIP(angle, 0.0, 360.0);
1010 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-private.h673 #define CLIP(v, low, high) ((v) < (low) ? (low) : ((v) > (high) ? (high) : (v))) macro

Completed in 88 milliseconds