Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/
H A Dgd.c89 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int, int);
3957 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_BBOX, 1); in PHP_FUNCTION()
3965 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_DRAW, 1); in PHP_FUNCTION()
3974 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_BBOX, 0); in PHP_FUNCTION()
3982 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_DRAW, 0); in PHP_FUNCTION()
3988 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int extended) in php_imagettftext_common() function

Completed in 13 milliseconds