Lines Matching refs:INTERNAL_FUNCTION_PARAM_PASSTHRU

2440 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GIF, "GIF", gdImageCreateF…  in PHP_FUNCTION()
2449 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_JPG, "JPEG", gdImageCreate… in PHP_FUNCTION()
2459 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_PNG, "PNG", gdImageCreateF… in PHP_FUNCTION()
2469 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WEBP, "WEBP", gdImageCreat… in PHP_FUNCTION()
2478 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_XBM, "XBM", gdImageCreateF… in PHP_FUNCTION()
2487 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_XPM, "XPM", gdImageCreateF… in PHP_FUNCTION()
2496 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WBM, "WBMP", gdImageCreate… in PHP_FUNCTION()
2504 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GD, "GD", gdImageCreateFro… in PHP_FUNCTION()
2512 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GD2, "GD2", gdImageCreateF… in PHP_FUNCTION()
2520 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GD2PART, "GD2", gdImageCre… in PHP_FUNCTION()
2683 _php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_XBM, "XBM", gdImageXbmCtx); in PHP_FUNCTION()
2691 _php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GIF, "GIF", gdImageGifCtx); in PHP_FUNCTION()
2700 …_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_PNG, "PNG", gdImagePngCtxEx… in PHP_FUNCTION()
2711 …_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WEBP, "WEBP", gdImageWebpCt… in PHP_FUNCTION()
2722 …_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_JPG, "JPEG", gdImageJpegCtx… in PHP_FUNCTION()
2731 …_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WBM, "WBMP", gdImageWBMPCtx… in PHP_FUNCTION()
2739 _php_image_output(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GD, "GD", gdImageGd); in PHP_FUNCTION()
2747 _php_image_output(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GD2, "GD2", gdImageGd2); in PHP_FUNCTION()
3422 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
3430 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
3497 php_imagefontsize(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
3505 php_imagefontsize(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
3608 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
3616 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
3624 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 2); in PHP_FUNCTION()
3632 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 3); in PHP_FUNCTION()
3827 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_BBOX, 1); in PHP_FUNCTION()
3835 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_DRAW, 1); in PHP_FUNCTION()
3844 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_BBOX, 0); in PHP_FUNCTION()
3852 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_DRAW, 0); in PHP_FUNCTION()
3947 …_php_image_output(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_CONVERT_WBM, "WBMP", _php_image_bw_c… in PHP_FUNCTION()
3956 _php_image_convert(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_JPG); in PHP_FUNCTION()
3966 _php_image_convert(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_PNG); in PHP_FUNCTION()
4467 filters[filtertype](INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()