Searched refs:f_ind (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 3930 int file_len, f_ind, *font; local 3946 f_ind = T1_AddFont(file); 3948 if (f_ind < 0) { 3949 php_error_docref(NULL TSRMLS_CC, E_WARNING, "T1Lib Error (%i): %s", f_ind, T1_StrError(f_ind)); 3953 if (T1_LoadFont(f_ind)) { 3959 *font = f_ind; 4022 int *f_ind; local 4028 ZEND_FETCH_RESOURCE(f_ind, int *, &fnt, -1, "Type 1 font", le_ps_font); 4040 int enc_len, *f_ind; local 4072 int *f_ind; local 4101 int *f_ind; local 4124 int *f_ind; local 4266 int *f_ind; local [all...] |
Completed in 8 milliseconds