Searched refs:gdImageCharUp (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/main/ |
H A D | php_compat.h | 227 #define gdImageCharUp php_gd_gdImageCharUp macro
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd.h | 440 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
|
H A D | gd.c | 1489 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-8.2/ext/gd/ |
H A D | gd.c | 2801 gdImageCharUp(im, font, x, y, (int) str[i], col); in php_imagechar()
|
Completed in 54 milliseconds