Home
last modified time | relevance | path

Searched refs:gdImageSetResolution (Results 1 – 3 of 3) sorted by relevance

/PHP-8.4/ext/gd/libgd/
H A Dgd.h438 void gdImageSetResolution(gdImagePtr im, const unsigned int res_x, const unsigned int res_y);
H A Dgd.c3140 void gdImageSetResolution(gdImagePtr im, const unsigned int res_x, const unsigned int res_y) in gdImageSetResolution() function
/PHP-8.4/ext/gd/
H A Dgd.c4333 gdImageSetResolution(im, res_x, res_y); in PHP_FUNCTION()
4340 gdImageSetResolution(im, res_x, res_x); in PHP_FUNCTION()
4347 gdImageSetResolution(im, res_y, res_y); in PHP_FUNCTION()

Completed in 39 milliseconds