Searched refs:gdImageChar (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/main/ |
H A D | php_compat.h | 204 #define gdImageChar php_gd_gdImageChar macro
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gd.h | 317 void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
|
H A D | gd.c | 1538 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar() function 1596 gdImageChar(im, f, x, y, s[i], color); in gdImageString() 1620 gdImageChar(im, f, x, y, s[i], color); in gdImageString16()
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 3674 gdImageChar(im, font, x, y, ch, col); in php_imagechar() 3681 gdImageChar(im, font, x, y, (int) ((unsigned char) str[i]), col); in php_imagechar()
|
Completed in 24 milliseconds