ox                726 http/modules/ngx_http_image_filter_module.c     int                            sx, sy, dx, dy, ox, oy, size,
ox                889 http/modules/ngx_http_image_filter_module.c             ox = dx - ctx->max_width;
ox                892 http/modules/ngx_http_image_filter_module.c             ox = 0;
ox                902 http/modules/ngx_http_image_filter_module.c         if (ox || oy) {
ox                904 http/modules/ngx_http_image_filter_module.c             dst = ngx_http_image_new(r, dx - ox, dy - oy, colors);
ox                911 http/modules/ngx_http_image_filter_module.c             ox /= 2;
ox                916 http/modules/ngx_http_image_filter_module.c                            dx, dy, ox, oy);
ox                923 http/modules/ngx_http_image_filter_module.c             gdImageCopy(dst, src, 0, 0, ox, oy, dx - ox, dy - oy);