Searched refs:func_p (Results 1 - 2 of 2) sorted by relevance
| /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 162 (*func_p)(im, ctx, q); 168 (*func_p)(im, ctx, q); 171 (*func_p)(im, ctx, q, f); 182 (*func_p)(im, file, q, ctx); 184 (*func_p)(im, q, ctx); 188 (*func_p)(im, ctx);
|
| 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)()); 2348 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()) argument 2440 im = (*func_p)(fp, srcx, srcy, width, height); 2456 im = (*func_p)(fp); 2568 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) argument 2619 (*func_p)(im, fp, q); 2625 (*func_p)(im, i, fp); 2631 (*func_p)(im, fp); 2637 (*func_p)(i [all...] |
Completed in 7 milliseconds