c1x 2225 ext/gd/libgd/gd_interpolation.c int c1x, c1y, c2x, c2y; c1x 2228 ext/gd/libgd/gd_interpolation.c gdImageGetClip(im, &c1x, &c1y, &c2x, &c2y); c1x 2231 ext/gd/libgd/gd_interpolation.c r->x = CLAMP(r->x, c1x, c2x); c1x 2233 ext/gd/libgd/gd_interpolation.c r->width = CLAMP(x1, c1x, c2x) - r->x + 1; c1x 2330 ext/gd/libgd/gd_interpolation.c int c1x,c1y,c2x,c2y; c1x 2375 ext/gd/libgd/gd_interpolation.c gdImageGetClip(dst, &c1x, &c1y, &c2x, &c2y);