Searched refs:for_each_pixel (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_pixfmt_gray.h551 template<class Function> void for_each_pixel(Function f) function in class:agg::pixfmt_alpha_blend_gray
577 for_each_pixel(apply_gamma_dir_gray<color_type, GammaLut>(g));
583 for_each_pixel(apply_gamma_inv_gray<color_type, GammaLut>(g));
H A Dagg_pixfmt_rgb.h613 template<class Function> void for_each_pixel(Function f) function in class:agg::pixfmt_alpha_blend_rgb
637 for_each_pixel(apply_gamma_dir_rgb<color_type, order_type, GammaLut>(g));
643 for_each_pixel(apply_gamma_inv_rgb<color_type, order_type, GammaLut>(g));
H A Dagg_pixfmt_rgba.h2213 template<class Function> void for_each_pixel(Function f) function in class:agg::pixfmt_alpha_blend_rgba
2237 for_each_pixel(multiplier_rgba<color_type, order_type>::premultiply);
2243 for_each_pixel(multiplier_rgba<color_type, order_type>::demultiply);
2249 for_each_pixel(apply_gamma_dir_rgba<color_type, order_type, GammaLut>(g));
2255 for_each_pixel(apply_gamma_inv_rgba<color_type, order_type, GammaLut>(g));
2609 template<class Function> void for_each_pixel(Function f) function in class:agg::pixfmt_custom_blend_rgba
2633 for_each_pixel(multiplier_rgba<color_type, order_type>::premultiply);
2639 for_each_pixel(multiplier_rgba<color_type, order_type>::demultiply);
2645 for_each_pixel(apply_gamma_dir_rgba<color_type, order_type, GammaLut>(g));
2651 for_each_pixel(apply_gamma_inv_rgb
[all...]

Completed in 90 milliseconds