Searched refs:gdImageSetResolution (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gd.h | 438 void gdImageSetResolution(gdImagePtr im, const unsigned int res_x, const unsigned int res_y);
|
H A D | gd.c | 3086 void gdImageSetResolution(gdImagePtr im, const unsigned int res_x, const unsigned int res_y) in gdImageSetResolution() function
|
/PHP-8.2/ext/gd/ |
H A D | gd.c | 3962 gdImageSetResolution(im, res_x, res_y); in PHP_FUNCTION() 3965 gdImageSetResolution(im, res_x, res_x); in PHP_FUNCTION() 3968 gdImageSetResolution(im, res_y, res_y); in PHP_FUNCTION()
|
Completed in 25 milliseconds