Searched refs:Interpolator (Results 1 – 9 of 9) sorted by relevance
/haiku/headers/libs/agg/ |
H A D | agg_span_interpolator_adaptor.h | 25 template<class Interpolator, class Distortion> 26 class span_interpolator_adaptor : public Interpolator 29 typedef Interpolator base_type;
|
H A D | agg_span_image_filter_gray.h | 35 template<class Source, class Interpolator> 37 public span_image_filter<Source, Interpolator> 42 typedef Interpolator interpolator_type; 81 template<class Source, class Interpolator> 83 public span_image_filter<Source, Interpolator> 88 typedef Interpolator interpolator_type; 154 template<class Source, class Interpolator> 156 public span_image_filter<Source, Interpolator> 161 typedef Interpolator interpolator_type; 331 template<class Source, class Interpolator> [all …]
|
H A D | agg_span_image_filter.h | 30 template<class Source, class Interpolator> class span_image_filter 34 typedef Interpolator interpolator_type; 179 template<class Source, class Interpolator> 181 public span_image_filter<Source, Interpolator> 185 typedef Interpolator interpolator_type;
|
H A D | agg_span_image_filter_rgb.h | 35 template<class Source, class Interpolator> 37 public span_image_filter<Source, Interpolator> 43 typedef Interpolator interpolator_type; 86 template<class Source, class Interpolator> 88 public span_image_filter<Source, Interpolator> 94 typedef Interpolator interpolator_type; 181 template<class Source, class Interpolator> 183 public span_image_filter<Source, Interpolator> 189 typedef Interpolator interpolator_type; 415 template<class Source, class Interpolator> [all …]
|
H A D | agg_span_image_filter_rgba.h | 35 template<class Source, class Interpolator> 37 public span_image_filter<Source, Interpolator> 43 typedef Interpolator interpolator_type; 86 template<class Source, class Interpolator> 88 public span_image_filter<Source, Interpolator> 94 typedef Interpolator interpolator_type; 187 template<class Source, class Interpolator> 189 public span_image_filter<Source, Interpolator> 195 typedef Interpolator interpolator_type; 426 template<class Source, class Interpolator> [all …]
|
H A D | agg_span_subdiv_adaptor.h | 24 template<class Interpolator, unsigned SubpixelShift = 8> 28 typedef Interpolator interpolator_type;
|
H A D | agg_span_gradient_alpha.h | 25 class Interpolator, 31 typedef Interpolator interpolator_type;
|
H A D | agg_span_gradient.h | 41 class Interpolator, 47 typedef Interpolator interpolator_type;
|
/haiku/src/libs/icon/ |
H A D | IconRenderer.cpp | 306 <StyleTransformer> Interpolator; in _GenerateGradient() typedef 308 Interpolator, in _GenerateGradient() 312 Interpolator interpolator(*transformer); in _GenerateGradient() 320 <StyleTransformer> Interpolator; in _GenerateGradient() typedef 322 Interpolator, in _GenerateGradient() 326 Interpolator interpolator(*transformer); in _GenerateGradient()
|