Searched refs:image_type (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_4/ext/gd/ |
| H A D | gd_ctx.c | 77 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 D | gd.c | 164 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()); 165 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); 2429 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()) argument 2440 if (image_type == PHP_GDIMG_TYPE_GD2PART) { 2463 if (image_type == PHP_GDIMG_TYPE_WEBP) { 2507 if (image_type == PHP_GDIMG_TYPE_GD2PART) { 2528 switch (image_type) { 2670 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) argument 2710 switch (image_type) { [all...] |
| /PHP_5_4/ext/standard/ |
| H A D | php_image.h | 64 PHPAPI char * php_image_type_to_mime_type(int image_type);
|
| H A D | image.c | 1115 * 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) {
|
Completed in 13 milliseconds