Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dgd.c220 static zend_class_entry *gd_font_ce = NULL; variable
274 gd_font_ce = register_class_GdFont(); in php_gd_font_minit_helper()
275 gd_font_ce->create_object = php_gd_font_object_create; in php_gd_font_minit_helper()
632 object_init_ex(return_value, gd_font_ce); in PHP_FUNCTION()
2685 Z_PARAM_OBJ_OF_CLASS_OR_LONG(font_obj, gd_font_ce, font_int) in php_imagefontsize()
2753 Z_PARAM_OBJ_OF_CLASS_OR_LONG(font_obj, gd_font_ce, font_int) in php_imagechar()

Completed in 16 milliseconds