Home
last modified time | relevance | path

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

/PHP-5.4/ext/gd/
H A Dgd_ctx.c77 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*fu… in _php_image_output_ctx() argument
95 if (image_type == PHP_GDIMG_TYPE_XBM) { in _php_image_output_ctx()
161 switch(image_type) { in _php_image_output_ctx()
186 if (image_type == PHP_GDIMG_TYPE_XBM) { in _php_image_output_ctx()
H A Dgd.c165 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p…
167 static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type);
2440 if (image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from()
2463 if (image_type == PHP_GDIMG_TYPE_WEBP) { in _php_image_create_from()
2507 if (image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from()
2528 switch (image_type) { in _php_image_create_from()
2670 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p… in _php_image_output() argument
2710 switch (image_type) { in _php_image_output()
2766 switch (image_type) { in _php_image_output()
4583 static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type ) in _php_image_convert() argument
[all …]
/PHP-5.4/ext/standard/tests/image/
H A Dimage_type_to_mime_type_basic.phpt37 foreach($image_types as $image_type) {
38 var_dump(image_type_to_mime_type($image_type));
/PHP-5.4/ext/standard/
H A Dphp_image.h64 PHPAPI char * php_image_type_to_mime_type(int image_type);
H A Dimage.c1120 PHPAPI char * php_image_type_to_mime_type(int image_type) in php_image_type_to_mime_type() argument
1122 switch( image_type) { in php_image_type_to_mime_type()
1176 long image_type; in PHP_FUNCTION() local
1179 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l|b", &image_type, &inc_dot) == FAILURE) { in PHP_FUNCTION()
1183 switch (image_type) { in PHP_FUNCTION()

Completed in 23 milliseconds