Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/
H A Dgd.c87 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int, int);
3954 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_BBOX, 1); in PHP_FUNCTION()
3962 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_DRAW, 1); in PHP_FUNCTION()
3971 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_BBOX, 0); in PHP_FUNCTION()
3979 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_DRAW, 0); in PHP_FUNCTION()
3985 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int extended) in php_imagettftext_common() function

Completed in 22 milliseconds