dy                726 http/modules/ngx_http_image_filter_module.c     int                            sx, sy, dx, dy, ox, oy, size,
dy                782 http/modules/ngx_http_image_filter_module.c     dy = sy;
dy                787 http/modules/ngx_http_image_filter_module.c             dy = dy * ctx->max_width / dx;
dy                788 http/modules/ngx_http_image_filter_module.c             dy = dy ? dy : 1;
dy                792 http/modules/ngx_http_image_filter_module.c         if ((ngx_uint_t) dy > ctx->max_height) {
dy                793 http/modules/ngx_http_image_filter_module.c             dx = dx * ctx->max_height / dy;
dy                795 http/modules/ngx_http_image_filter_module.c             dy = ctx->max_height;
dy                808 http/modules/ngx_http_image_filter_module.c         if ((ngx_uint_t) (dx * 100 / dy)
dy                812 http/modules/ngx_http_image_filter_module.c                 dy = dy * ctx->max_width / dx;
dy                813 http/modules/ngx_http_image_filter_module.c                 dy = dy ? dy : 1;
dy                819 http/modules/ngx_http_image_filter_module.c             if ((ngx_uint_t) dy > ctx->max_height) {
dy                820 http/modules/ngx_http_image_filter_module.c                 dx = dx * ctx->max_height / dy;
dy                822 http/modules/ngx_http_image_filter_module.c                 dy = ctx->max_height;
dy                829 http/modules/ngx_http_image_filter_module.c         dst = ngx_http_image_new(r, dx, dy, palette);
dy                840 http/modules/ngx_http_image_filter_module.c         gdImageCopyResampled(dst, src, 0, 0, 0, 0, dx, dy, sx, sy);
dy                859 http/modules/ngx_http_image_filter_module.c             dst = ngx_http_image_new(r, dy, dx, palette);
dy                864 http/modules/ngx_http_image_filter_module.c             gdImageCopyRotated(dst, src, dy/2, dx/2, 0, 0, dx, dy, ctx->angle);
dy                868 http/modules/ngx_http_image_filter_module.c             dx = dy;
dy                869 http/modules/ngx_http_image_filter_module.c             dy = t;
dy                873 http/modules/ngx_http_image_filter_module.c             dst = ngx_http_image_new(r, dx, dy, palette);
dy                878 http/modules/ngx_http_image_filter_module.c             gdImageCopyRotated(dst, src, dx/2, dy/2, 0, 0, dx, dy, ctx->angle);
dy                895 http/modules/ngx_http_image_filter_module.c         if ((ngx_uint_t) dy > ctx->max_height) {
dy                896 http/modules/ngx_http_image_filter_module.c             oy = dy - ctx->max_height;
dy                904 http/modules/ngx_http_image_filter_module.c             dst = ngx_http_image_new(r, dx - ox, dy - oy, colors);
dy                916 http/modules/ngx_http_image_filter_module.c                            dx, dy, ox, oy);
dy                923 http/modules/ngx_http_image_filter_module.c             gdImageCopy(dst, src, 0, 0, ox, oy, dx - ox, dy - oy);