Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dgd.c221 static zend_object_handlers php_gd_font_object_handlers; variable
246 zobj->handlers = &php_gd_font_object_handlers; in php_gd_font_object_create()
278 memcpy(&php_gd_font_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in php_gd_font_minit_helper()
279 php_gd_font_object_handlers.clone_obj = NULL; in php_gd_font_minit_helper()
280 php_gd_font_object_handlers.free_obj = php_gd_font_object_free; in php_gd_font_minit_helper()
281 php_gd_font_object_handlers.get_constructor = php_gd_font_object_get_constructor; in php_gd_font_minit_helper()
282 php_gd_font_object_handlers.offset = XtOffsetOf(php_gd_font_object, std); in php_gd_font_minit_helper()

Completed in 16 milliseconds