Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_compat.h204 #define gdImageChar php_gd_gdImageChar macro
/PHP-5.5/ext/gd/libgd/
H A Dgd.h436 void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);
H A Dgd.c1549 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar() function
1607 gdImageChar(im, f, x, y, s[i], color); in gdImageString()
1631 gdImageChar(im, f, x, y, s[i], color); in gdImageString16()
/PHP-5.5/ext/gd/
H A Dgd.c3545 gdImageChar(im, font, x, y, ch, col); in php_imagechar()
3552 gdImageChar(im, font, x, y, (int) ((unsigned char) str[i]), col); in php_imagechar()

Completed in 63 milliseconds