Searched refs:c1y (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/gd/libgd/ |
H A D | gd_interpolation.c | 2214 int c1x, c1y, c2x, c2y; in gdImageClipRectangle() local 2217 gdImageGetClip(im, &c1x, &c1y, &c2x, &c2y); in gdImageClipRectangle() 2221 r->y = CLAMP(r->y, c1y, c2y); in gdImageClipRectangle() 2223 r->height = CLAMP(y1, c1y, c2y) - r->y + 1; in gdImageClipRectangle() 2319 int c1x,c1y,c2x,c2y; in gdTransformAffineCopy() local 2361 gdImageGetClip(dst, &c1x, &c1y, &c2x, &c2y); in gdTransformAffineCopy()
|
Completed in 16 milliseconds