Home
last modified time | relevance | path

Searched refs:gdImageCharUp (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/main/
H A Dphp_compat.h229 #define gdImageCharUp php_gd_gdImageCharUp macro
/PHP-7.4/ext/gd/libgd/
H A Dgd.h436 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
H A Dgd.c1489 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp() function
1534 gdImageCharUp(im, f, x, y, s[i], color); in gdImageStringUp()
1558 gdImageCharUp(im, f, x, y, s[i], color); in gdImageStringUp16()
/PHP-7.4/ext/gd/
H A Dgd.c3754 gdImageCharUp(im, font, x, y, (int) str[i], col); in php_imagechar()

Completed in 31 milliseconds