|
Anti-Grain Geometry - AGG (libagg)
2.5
|
Go to the source code of this file.
Classes | |
| struct | agg::stack_blur_tables< T > |
| class | agg::stack_blur< ColorT, CalculatorT > |
| struct | agg::stack_blur_calc_rgba< T > |
| struct | agg::stack_blur_calc_rgb< T > |
| struct | agg::stack_blur_calc_gray< T > |
| class | agg::recursive_blur< ColorT, CalculatorT > |
| struct | agg::recursive_blur_calc_rgba< T > |
| struct | agg::recursive_blur_calc_rgb< T > |
| struct | agg::recursive_blur_calc_gray< T > |
Namespaces | |
| namespace | agg |
Functions | |
| template<class Img > | |
| void | agg::stack_blur_gray8 (Img &img, unsigned rx, unsigned ry) |
| template<class Img > | |
| void | agg::stack_blur_rgb24 (Img &img, unsigned rx, unsigned ry) |
| template<class Img > | |
| void | agg::stack_blur_rgba32 (Img &img, unsigned rx, unsigned ry) |
1.7.5.1