Searched refs:gdImageGetClip (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/main/ |
H A D | php_compat.h | 292 #define gdImageGetClip php_gd_gdImageGetClip macro
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd.h | 437 void gdImageGetClip(gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P);
|
H A D | gd_interpolation.c | 2227 gdImageGetClip(im, &c1x, &c1y, &c2x, &c2y); in gdImageClipRectangle() 2354 gdImageGetClip(src, &backup_clipx1, &backup_clipy1, in gdTransformAffineCopy() 2371 gdImageGetClip(dst, &c1x, &c1y, &c2x, &c2y); in gdTransformAffineCopy()
|
H A D | gd.c | 3078 void gdImageGetClip (gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P) in gdImageGetClip() function
|
/PHP-8.3/ext/gd/ |
H A D | gd.c | 3033 gdImageGetClip(im, &x1, &y1, &x2, &y2); in PHP_FUNCTION()
|
Completed in 43 milliseconds