MIN 137 contrib/gregbook/rpng2-win.c #define CLIP(a,min,max) MAX(min,MIN((a),max)) MIN 139 contrib/gregbook/rpng2-win.c #define CLIP8P(c) MAX(0,(MIN((c),255))) /* 8-bit pos. integer (uch) */ MIN 1004 contrib/gregbook/rpng2-win.c gray = MIN(1.0, gray); MIN 1008 contrib/gregbook/rpng2-win.c intensity = (MAX(MIN(intensity,1.0),-1.0) + 1.0) * 0.5; MIN 1011 contrib/gregbook/rpng2-win.c s = MIN(MAX(s,0.0), 1.0); MIN 1012 contrib/gregbook/rpng2-win.c v = MIN(MAX(intensity,0.0), 1.0); MIN 142 contrib/gregbook/rpng2-x.c #define CLIP(a,min,max) MAX(min,MIN((a),max)) MIN 144 contrib/gregbook/rpng2-x.c #define CLIP8P(c) MAX(0,(MIN((c),255))) /* 8-bit pos. integer (uch) */ MIN 1254 contrib/gregbook/rpng2-x.c gray = MIN(1.0, gray); MIN 1258 contrib/gregbook/rpng2-x.c intensity = (MAX(MIN(intensity,1.0),-1.0) + 1.0) * 0.5; MIN 1261 contrib/gregbook/rpng2-x.c s = MIN(MAX(s,0.0), 1.0); MIN 1262 contrib/gregbook/rpng2-x.c v = MIN(MAX(intensity,0.0), 1.0); MIN 2022 contrib/gregbook/rpng2-x.c gray = MIN(1.0, gray); MIN 2026 contrib/gregbook/rpng2-x.c intensity = (MAX(MIN(intensity,1.0),-1.0) + 1.0) * 0.5; MIN 2029 contrib/gregbook/rpng2-x.c s = MIN(MAX(s,0.0), 1.0); MIN 2030 contrib/gregbook/rpng2-x.c v = MIN(MAX(intensity,0.0), 1.0);