Searched refs:php_imagettftext_common (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 94 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int, int); 3778 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_BBOX, 1); 3786 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_DRAW, 1); 3795 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_BBOX, 0); 3803 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_DRAW, 0); 3807 /* {{{ php_imagettftext_common 3809 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int extended) function
|
Completed in 9 milliseconds