Home
last modified time | relevance | path

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

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

Completed in 36 milliseconds