ngx_http_image_new   91 http/modules/ngx_http_image_filter_module.c static gdImagePtr ngx_http_image_new(ngx_http_request_t *r, int w, int h,
ngx_http_image_new  829 http/modules/ngx_http_image_filter_module.c         dst = ngx_http_image_new(r, dx, dy, palette);
ngx_http_image_new  859 http/modules/ngx_http_image_filter_module.c             dst = ngx_http_image_new(r, dy, dx, palette);
ngx_http_image_new  873 http/modules/ngx_http_image_filter_module.c             dst = ngx_http_image_new(r, dx, dy, palette);
ngx_http_image_new  904 http/modules/ngx_http_image_filter_module.c             dst = ngx_http_image_new(r, dx - ox, dy - oy, colors);