Lines Matching refs:INTERNAL_FUNCTION_PARAM_PASSTHRU
1699 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GIF, "GIF", gdImageCreateF… in PHP_FUNCTION()
1707 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_JPG, "JPEG", gdImageCreate… in PHP_FUNCTION()
1716 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_PNG, "PNG", gdImageCreateF… in PHP_FUNCTION()
1725 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WEBP, "WEBP", gdImageCreat… in PHP_FUNCTION()
1733 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_XBM, "XBM", gdImageCreateF… in PHP_FUNCTION()
1741 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_XPM, "XPM", gdImageCreateF… in PHP_FUNCTION()
1749 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WBM, "WBMP", gdImageCreate… in PHP_FUNCTION()
1756 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GD, "GD", gdImageCreateFro… in PHP_FUNCTION()
1763 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GD2, "GD2", gdImageCreateF… in PHP_FUNCTION()
1770 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GD2PART, "GD2", gdImageCre… in PHP_FUNCTION()
1778 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_BMP, "BMP", gdImageCreateF… in PHP_FUNCTION()
1787 …_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_TGA, "TGA", gdImageCreateF… in PHP_FUNCTION()
1942 _php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GIF, "GIF", gdImageGifCtx); in PHP_FUNCTION()
1950 …_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_PNG, "PNG", gdImagePngCtxEx… in PHP_FUNCTION()
1959 …_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WEBP, "WEBP", gdImageWebpCt… in PHP_FUNCTION()
1968 …_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_JPG, "JPEG", gdImageJpegCtx… in PHP_FUNCTION()
2020 _php_image_output(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GD, "GD", gdImageGd); in PHP_FUNCTION()
2027 _php_image_output(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GD2, "GD2", gdImageGd2); in PHP_FUNCTION()
2704 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
2711 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, -1); in PHP_FUNCTION()
2718 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
2783 php_imagefontsize(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
2790 php_imagefontsize(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
2890 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
2897 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
2904 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 2); in PHP_FUNCTION()
2911 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 3); in PHP_FUNCTION()
3127 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_BBOX); in PHP_FUNCTION()
3134 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_DRAW); in PHP_FUNCTION()
3467 filters[filtertype](INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()