Lines Matching refs:to_real

407 	= im_copy_set x (to_real type) 
423 (to_real xoff) (to_real yoff),
450 = im_cache x (to_real tile_width) (to_real tile_height)
451 (to_real max_tiles), is_image x
461 = im_replicate x (to_real across) (to_real down), is_image x
749 x' = to_real x;
750 y' = to_real y;
751 w' = to_real w;
752 h' = to_real h;
769 y' = to_real y;
781 x' = to_real x;
837 = im_insert big small (to_real x) (to_real y),
848 = im_insert_noexpand big small (to_real x) (to_real y),
859 (to_real x) (to_real y) (to_real w) (to_real h)
860 (to_real u) (to_real v),
870 = im_extract_bands obj (to_real b) (to_real n), is_image obj
880 (to_matrix params) (to_real ipol) (to_real wrap), is_image image
893 (to_real max_error) (to_real max_iterations) (to_real order)
894 (to_real ipol) (to_real wrap),
929 = im_clip2fmt image (to_real format), is_image image
938 = im_embed im (to_real type)
939 (to_real x) (to_real y) (to_real w) (to_real h), is_image im
1025 = im_rank image (to_real w) (to_real h) (to_real n), is_image image
1044 ranked = im_rank_image (map get_image l) (to_real n);
1059 = im_histnD image (to_real bins), is_image image
1116 = im_lhisteq im (to_real w) (to_real h), get_bands im == 1
1149 xfac' = to_real xfac;
1150 yfac' = to_real yfac;
1220 = im_sharpen in (to_real radius)
1221 (to_real x1) (to_real y2) (to_real y3)
1222 (to_real m1) (to_real m2), is_image in
1233 (to_real s) (to_real m) (to_real h)
1234 (to_real sa) (to_real ma) (to_real ha), is_image in
1255 (to_real b) (to_real w)
1256 (to_real s) (to_real m) (to_real h)
1257 (to_real sa) (to_real ma) (to_real ha))
1265 (to_real depth) (expand profile) (to_real intent), is_image in
1276 (expand profile) (to_real intent), is_image in
1288 (to_real intent), is_image in
1452 smooth x image = convsep (matrix_gaussian_blur (to_real x * 2)) image;
1466 tile_width' = to_real tile_width;
1467 tile_height' = to_real tile_height;
1468 hoverlap' = to_real hoverlap;
1469 voverlap' = to_real voverlap;