Home
last modified time | relevance | path

Searched refs:im_type_desc (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/vips/vips-8.12.0/libvips/include/vips/
H A Ddispatch.h101 } im_type_desc; typedef
187 extern im_type_desc im__input_int;
188 extern im_type_desc im__input_intvec;
189 extern im_type_desc im__input_imask;
190 extern im_type_desc im__output_int;
192 extern im_type_desc im__output_imask;
194 extern im_type_desc im__input_double;
196 extern im_type_desc im__input_dmask;
199 extern im_type_desc im__output_dmask;
208 extern im_type_desc im__input_image;
[all …]
/dports/graphics/vips/vips-8.12.0/libvips/deprecated/
H A Ddispatch_types.c70 im_type_desc im__input_display = {
80 im_type_desc im__output_display = {
100 im_type_desc im__input_image = {
120 im_type_desc im__output_image = {
140 im_type_desc im__rw_image = {
315 im_type_desc im__output_dmask = {
325 im_type_desc im__input_dmask = {
335 im_type_desc im__output_imask = {
345 im_type_desc im__input_imask = {
579 im_type_desc im__input_int = {
[all …]
H A Dpackage.c994 im_type_desc *type = arg[i].desc; in build_args()
1052 im_type_desc *type = fn->argv[j].desc; in note_dependencies()
1136 im_type_desc *type = fn->argv[i].desc; in dispatch_function()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dcall.c99 call_type_needs_input( im_type_desc *ty ) in call_type_needs_input()
118 call_type_makes_output( im_type_desc *ty ) in call_type_makes_output()
329 im_type_desc *ty = fn->argv[i].desc; in call_is_callable()
364 im_type_desc *ty = fn->argv[i].desc; in call_n_args()
462 im_type_desc *ty = vi->fn->argv[i].desc; in call_fromip()
644 im_type_desc *ty = vi->fn->argv[i].desc; in call_toip()
870 im_type_desc *ty = fn->argv[i].desc; in call_vargv_free()
1047 im_type_desc *ty = vi->fn->argv[i].desc; in call_new()
1105 im_type_desc *ty = vi->fn->argv[i].desc; in call_build_output()
1172 im_type_desc *ty = vi->fn->argv[i].desc; in call_build_inputva()
[all …]
H A Dcache.c86 im_type_desc *ty = vi->fn->argv[i].desc; in cache_hash()
212 im_type_desc *ty = fn->argv[i].desc; in cache_equal()
612 im_type_desc *ty = vi->fn->argv[i].desc; in cache_gather()
668 im_type_desc *ty = vi->fn->argv[i].desc; in cache_tochar_shell()
781 im_type_desc *vips = vi->fn->argv[i].desc; in cache_tochar_trace()
855 im_type_desc *ty = vi->fn->argv[i].desc; in cache_args_vips()
956 im_type_desc *ty = vi->fn->argv[j].desc; in cache_update_hist()
1013 im_type_desc *ty = vi->fn->argv[i].desc; in cache_dispatch()
H A Dcall.h138 gboolean call_type_needs_input( im_type_desc *ty );
139 gboolean call_type_makes_output( im_type_desc *ty );