Searched refs:le_ps_font (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/gd/ |
H A D | gd.c | 65 static int le_ps_font, le_ps_enc; variable 1157 …le_ps_font = zend_register_list_destructors_ex(php_free_ps_font, NULL, "gd PS font", module_number… in PHP_MINIT_FUNCTION() 4099 ZEND_REGISTER_RESOURCE(return_value, font, le_ps_font); in PHP_FUNCTION() 4167 ZEND_FETCH_RESOURCE(f_ind, int *, &fnt, -1, "Type 1 font", le_ps_font); in PHP_FUNCTION() 4185 ZEND_FETCH_RESOURCE(f_ind, int *, &fnt, -1, "Type 1 font", le_ps_font); in PHP_FUNCTION() 4217 ZEND_FETCH_RESOURCE(f_ind, int *, &fnt, -1, "Type 1 font", le_ps_font); in PHP_FUNCTION() 4246 ZEND_FETCH_RESOURCE(f_ind, int *, &fnt, -1, "Type 1 font", le_ps_font); in PHP_FUNCTION() 4288 ZEND_FETCH_RESOURCE(f_ind, int *, &fnt, -1, "Type 1 font", le_ps_font); in PHP_FUNCTION() 4428 ZEND_FETCH_RESOURCE(f_ind, int *, &fnt, -1, "Type 1 font", le_ps_font); in PHP_FUNCTION()
|
Completed in 16 milliseconds