Searched refs:image_type (Results 1 - 4 of 4) sorted by relevance

/PHP_5_5/ext/standard/
H A Dphp_image.h64 PHPAPI char * php_image_type_to_mime_type(int image_type);
H A Dimage.c1115 * Convert internal image_type to mime type */
1116 PHPAPI char * php_image_type_to_mime_type(int image_type) argument
1118 switch( image_type) {
1172 long image_type; local
1175 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l|b", &image_type, &inc_dot) == FAILURE) {
1179 switch (image_type) {
/PHP_5_5/ext/gd/
H A Dgd_ctx.c77 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) argument
95 if (image_type == PHP_GDIMG_TYPE_XBM) {
156 switch(image_type) {
181 if (image_type == PHP_GDIMG_TYPE_XBM) {
H A Dgd.c131 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)());
132 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)());
134 static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type);
2340 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()) argument
2350 if (image_type == PHP_GDIMG_TYPE_GD2PART) {
2371 if (image_type == PHP_GDIMG_TYPE_WEBP) {
2414 if (image_type == PHP_GDIMG_TYPE_GD2PART) {
2430 switch (image_type) {
2560 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) argument
2600 switch (image_type) {
[all...]

Completed in 10 milliseconds