Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/libgd/
H A Dgd.h438 void gdImageSetResolution(gdImagePtr im, const unsigned int res_x, const unsigned int res_y);
H A Dgd.c3086 void gdImageSetResolution(gdImagePtr im, const unsigned int res_x, const unsigned int res_y) in gdImageSetResolution() function
/PHP-8.2/ext/gd/
H A Dgd.c3945 gdImageSetResolution(im, res_x, res_y); in PHP_FUNCTION()
3948 gdImageSetResolution(im, res_x, res_x); in PHP_FUNCTION()
3951 gdImageSetResolution(im, res_y, res_y); in PHP_FUNCTION()

Completed in 36 milliseconds