Lines Matching refs:source_type

40         typedef Source source_type;
41 typedef typename source_type::color_type color_type;
42 typedef typename source_type::order_type order_type;
44 typedef span_image_filter<source_type, interpolator_type> base_type;
55 span_image_filter_rgb_nn(source_type& src,
91 typedef Source source_type;
92 typedef typename source_type::color_type color_type;
93 typedef typename source_type::order_type order_type;
95 typedef span_image_filter<source_type, interpolator_type> base_type;
106 span_image_filter_rgb_bilinear(source_type& src,
186 typedef Source source_type;
187 typedef typename source_type::color_type color_type;
188 typedef typename source_type::order_type order_type;
190 typedef span_image_filter<source_type, interpolator_type> base_type;
201 span_image_filter_rgb_bilinear_clip(source_type& src,
420 typedef Source source_type;
421 typedef typename source_type::color_type color_type;
422 typedef typename source_type::order_type order_type;
424 typedef span_image_filter<source_type, interpolator_type> base_type;
435 span_image_filter_rgb_2x2(source_type& src,
537 typedef Source source_type;
538 typedef typename source_type::color_type color_type;
539 typedef typename source_type::order_type order_type;
541 typedef span_image_filter<source_type, interpolator_type> base_type;
552 span_image_filter_rgb(source_type& src,
653 typedef Source source_type;
654 typedef typename source_type::color_type color_type;
655 typedef typename source_type::order_type order_type;
656 typedef span_image_resample_affine<source_type> base_type;
669 span_image_resample_rgb_affine(source_type& src,
770 typedef Source source_type;
771 typedef typename source_type::color_type color_type;
772 typedef typename source_type::order_type order_type;
774 typedef span_image_resample<source_type, interpolator_type> base_type;
786 span_image_resample_rgb(source_type& src,