Searched refs:strex (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gdft.c | 50 gdFTStringExtraPtr strex) 773 gdImageStringFTEx (gdImage * im, int *brect, int fg, char *fontlist, double ptsize, double angle, int x, int y, char *string, gdFTStringExtraPtr strex) argument 812 if (strex && ((strex->flags & gdFTEX_LINESPACE) == gdFTEX_LINESPACE)) { 813 linespace = strex->linespacing; 848 if (strex && (strex->flags & gdFTEX_RESOLUTION)) { 849 hdpi = strex->hdpi; 850 vdpi = strex->vdpi; 877 if (strex 48 gdImageStringFTEx(gdImage * im, int *brect, int fg, char *fontlist, double ptsize, double angle, int x, int y, char *string, gdFTStringExtraPtr strex) argument [all...] |
| H A D | gd.h | 495 gdFTStringExtraPtr strex);
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 3819 gdFTStringExtra strex = {0}; local 3859 strex.flags |= gdFTEX_LINESPACE; 3860 strex.linespacing = Z_DVAL_PP(item); 3880 error = gdImageStringFTEx(im, brect, col, fontname, ptsize, angle, x, y, str, &strex);
|
Completed in 13 milliseconds