Searched defs:image_type (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/gd/ |
| H A D | gd_ctx.c | 50 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) argument 68 if (image_type == PHP_GDIMG_TYPE_XBM) { 123 switch(image_type) { 142 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); 2409 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()) argument 2420 if (image_type == PHP_GDIMG_TYPE_GD2PART) { 2470 if (image_type == PHP_GDIMG_TYPE_GD2PART) { 2491 switch (image_type) { 2622 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) argument 2665 switch (image_type) { 2721 switch (image_type) { [all...] |
| /PHP_5_3/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) {
|
Completed in 11 milliseconds