Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_compat.h228 #define gdImageChar php_gd_gdImageChar macro
/PHP-7.4/ext/gd/libgd/
H A Dgd.h435 void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
H A Dgd.c1461 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar() function
1523 gdImageChar(im, f, x, y, s[i], color); in gdImageString()
1547 gdImageChar(im, f, x, y, s[i], color); in gdImageString16()
/PHP-7.4/ext/gd/
H A Dgd.c3740 gdImageChar(im, font, x, y, ch, col); in php_imagechar()
3747 gdImageChar(im, font, x, y, (int) ((unsigned char) str[i]), col); in php_imagechar()

Completed in 32 milliseconds