Searched refs:gdImageGd2 (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/gd/libgd/ |
H A D | pngtogd2.c | 47 gdImageGd2 (im, out, cs, fmt); in main()
|
H A D | gd2copypal.c | 59 gdImageGd2 (im, out, 128, 2); in main()
|
H A D | gdtest.c | 93 gdImageGd2 (im, out, 128, 2); in main()
|
H A D | gd.h | 663 void gdImageGd2(gdImagePtr im, FILE *out, int cs, int fmt);
|
H A D | gd_gd2.c | 832 void gdImageGd2 (gdImagePtr im, FILE * outFile, int cs, int fmt) in gdImageGd2() function
|
/PHP-8.3/main/ |
H A D | php_compat.h | 289 #define gdImageGd2 php_gd_gdImageGd2 macro
|
/PHP-8.3/ext/gd/ |
H A D | gd.c | 1773 gdImageGd2(im, fp, quality, type); in _php_image_output() 1799 gdImageGd2(im, tmp, quality, type); in _php_image_output()
|
Completed in 39 milliseconds