dx                726 http/modules/ngx_http_image_filter_module.c     int                            sx, sy, dx, dy, ox, oy, size,
dx                781 http/modules/ngx_http_image_filter_module.c     dx = sx;
dx                786 http/modules/ngx_http_image_filter_module.c         if ((ngx_uint_t) dx > ctx->max_width) {
dx                787 http/modules/ngx_http_image_filter_module.c             dy = dy * ctx->max_width / dx;
dx                789 http/modules/ngx_http_image_filter_module.c             dx = ctx->max_width;
dx                793 http/modules/ngx_http_image_filter_module.c             dx = dx * ctx->max_height / dy;
dx                794 http/modules/ngx_http_image_filter_module.c             dx = dx ? dx : 1;
dx                808 http/modules/ngx_http_image_filter_module.c         if ((ngx_uint_t) (dx * 100 / dy)
dx                811 http/modules/ngx_http_image_filter_module.c             if ((ngx_uint_t) dx > ctx->max_width) {
dx                812 http/modules/ngx_http_image_filter_module.c                 dy = dy * ctx->max_width / dx;
dx                814 http/modules/ngx_http_image_filter_module.c                 dx = ctx->max_width;
dx                820 http/modules/ngx_http_image_filter_module.c                 dx = dx * ctx->max_height / dy;
dx                821 http/modules/ngx_http_image_filter_module.c                 dx = dx ? dx : 1;
dx                829 http/modules/ngx_http_image_filter_module.c         dst = ngx_http_image_new(r, dx, dy, palette);
dx                840 http/modules/ngx_http_image_filter_module.c         gdImageCopyResampled(dst, src, 0, 0, 0, 0, dx, dy, sx, sy);
dx                859 http/modules/ngx_http_image_filter_module.c             dst = ngx_http_image_new(r, dy, dx, palette);
dx                864 http/modules/ngx_http_image_filter_module.c             gdImageCopyRotated(dst, src, dy/2, dx/2, 0, 0, dx, dy, ctx->angle);
dx                867 http/modules/ngx_http_image_filter_module.c             t = dx;
dx                868 http/modules/ngx_http_image_filter_module.c             dx = dy;
dx                873 http/modules/ngx_http_image_filter_module.c             dst = ngx_http_image_new(r, dx, dy, palette);
dx                878 http/modules/ngx_http_image_filter_module.c             gdImageCopyRotated(dst, src, dx/2, dy/2, 0, 0, dx, dy, ctx->angle);
dx                888 http/modules/ngx_http_image_filter_module.c         if ((ngx_uint_t) dx > ctx->max_width) {
dx                889 http/modules/ngx_http_image_filter_module.c             ox = dx - ctx->max_width;
dx                904 http/modules/ngx_http_image_filter_module.c             dst = ngx_http_image_new(r, dx - ox, dy - oy, colors);
dx                916 http/modules/ngx_http_image_filter_module.c                            dx, dy, ox, oy);
dx                923 http/modules/ngx_http_image_filter_module.c             gdImageCopy(dst, src, 0, 0, ox, oy, dx - ox, dy - oy);