Home
last modified time | relevance | path

Searched refs:gdImageSharpen (Results 1 – 22 of 22) sorted by relevance

/dports/russian/gd/libgd-2.3.1/src/
H A Dgdfx.h23 BGD_DECLARE(void) gdImageSharpen (gdImagePtr im, int pct);
H A Dgdfx.c446 gdImageSharpen (gdImagePtr im, int pct) in gdImageSharpen() function
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgdfx.h23 BGD_DECLARE(void) gdImageSharpen (gdImagePtr im, int pct);
H A Dgdfx.c446 gdImageSharpen (gdImagePtr im, int pct) in gdImageSharpen() function
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgdfx.h23 BGD_DECLARE(void) gdImageSharpen (gdImagePtr im, int pct);
H A Dgdfx.c446 gdImageSharpen (gdImagePtr im, int pct) in gdImageSharpen() function
/dports/sysutils/graffer/graffer-1.1/
H A Dgdfx.h66 BGD_DECLARE(void) gdImageSharpen (gdImagePtr im, int pct);
H A Dgdfx.c426 gdImageSharpen (gdImagePtr im, int pct) in gdImageSharpen() function
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgdfx.h23 BGD_DECLARE(void) gdImageSharpen (gdImagePtr im, int pct);
H A Dgdfx.c446 gdImageSharpen (gdImagePtr im, int pct) in gdImageSharpen() function
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/ax203/
H A Dax203_decode_yuv.c237 gdImageSharpen(im, 100); in main()
H A Dlibrary.c295 gdImageSharpen(im_out, 100); in put_file_func()
/dports/www/nginx-full/ngx_small_light-0.9.2/src/
H A Dngx_http_small_light_gd.c275 gdImageSharpen(dst, radius); in ngx_http_small_light_gd_process()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/tp6801/
H A Dlibrary.c289 gdImageSharpen(im_out, 100); in put_file_func()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/st2205/
H A Dlibrary.c382 gdImageSharpen(im_out, 100); in put_file_func()
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/modules/
H A Dngx_http_image_filter_module.c1047 gdImageSharpen(dst, sharpen); in ngx_http_image_resize()
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/modules/
H A Dngx_http_image_filter_module.c1047 gdImageSharpen(dst, sharpen); in ngx_http_image_resize()
/dports/www/nginx-full/nginx-1.20.2/src/http/modules/
H A Dngx_http_image_filter_module.c1047 gdImageSharpen(dst, sharpen); in ngx_http_image_resize()
/dports/www/nginx-lite/nginx-1.20.2/src/http/modules/
H A Dngx_http_image_filter_module.c1047 gdImageSharpen(dst, sharpen); in ngx_http_image_resize()
/dports/www/nginx/nginx-1.20.2/src/http/modules/
H A Dngx_http_image_filter_module.c1047 gdImageSharpen(dst, sharpen); in ngx_http_image_resize()
/dports/www/nginx-devel/nginx-1.21.5/src/http/modules/
H A Dngx_http_image_filter_module.c1047 gdImageSharpen(dst, sharpen); in ngx_http_image_resize()
/dports/graphics/lua-gd/lua-gd-2.0.33r2/
H A Dluagd.c1796 gdImageSharpen(im, pct); in LgdImageSharpen()