Home
last modified time | relevance | path

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

/PHP-5.4/main/
H A Dphp_compat.h204 #define gdImageChar php_gd_gdImageChar macro
/PHP-5.4/ext/gd/libgd/
H A Dgd.h317 void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
H A Dgd.c1538 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 Dgd.c3674 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