Searched defs:image_type (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| 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) {
|
| /PHP_TRUNK/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 | 139 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()); 140 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()); 142 static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type); 2348 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()) argument 2358 if (image_type == PHP_GDIMG_TYPE_GD2PART) { 2379 if (image_type == PHP_GDIMG_TYPE_WEBP) { 2422 if (image_type == PHP_GDIMG_TYPE_GD2PART) { 2438 switch (image_type) { 2568 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) argument 2608 switch (image_type) { [all...] |
Completed in 11 milliseconds