Home
last modified time | relevance | path

Searched refs:CLIP (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng2-win.c136 #define CLIP(a,min,max) MAX(min,MIN((a),max)) macro
994 angle = CLIP(angle, 0.0, 360.0);
995 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
A Drpng2-x.c143 #define CLIP(a,min,max) MAX(min,MIN((a),max)) macro
1246 angle = CLIP(angle, 0.0, 360.0); in rpng2_x_load_bg_image()
1247 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw)); in rpng2_x_load_bg_image()
2014 angle = CLIP(angle, 0.0, 360.0); in rpng2_x_reload_bg_image()
2015 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw)); in rpng2_x_reload_bg_image()

Completed in 12 milliseconds