#include <render_handler_agg_style.h>

Public Member Functions | |
| agg_style_gradient (const gnash::fill_style &fs, gnash::matrix mat, gnash::cxform cx, int norm_size) | |
| virtual | ~agg_style_gradient () |
| void | generate_span (color_type *span, int x, int y, unsigned len) |
| gradient_adaptor_type & | get_gradient_adaptor () |
Protected Attributes | |
| gnash::cxform | m_cx |
| span_allocator_type | m_sa |
| agg::trans_affine | m_tr |
| interpolator_type | m_span_interpolator |
| gradient_func_type | m_gradient_func |
| gradient_adaptor_type | m_gradient_adaptor |
| color_func_type | m_gradient_lut |
| sg_type | m_sg |
| gnash::agg_style_gradient< color_type, span_allocator_type, interpolator_type, gradient_func_type, gradient_adaptor_type, color_func_type, sg_type >::agg_style_gradient | ( | const gnash::fill_style & | fs, | |
| gnash::matrix | mat, | |||
| gnash::cxform | cx, | |||
| int | norm_size | |||
| ) | [inline] |
| virtual gnash::agg_style_gradient< color_type, span_allocator_type, interpolator_type, gradient_func_type, gradient_adaptor_type, color_func_type, sg_type >::~agg_style_gradient | ( | ) | [inline, virtual] |
| void gnash::agg_style_gradient< color_type, span_allocator_type, interpolator_type, gradient_func_type, gradient_adaptor_type, color_func_type, sg_type >::generate_span | ( | color_type * | span, | |
| int | x, | |||
| int | y, | |||
| unsigned | len | |||
| ) | [inline] |
| gradient_adaptor_type& gnash::agg_style_gradient< color_type, span_allocator_type, interpolator_type, gradient_func_type, gradient_adaptor_type, color_func_type, sg_type >::get_gradient_adaptor | ( | ) | [inline] |
gnash::cxform gnash::agg_style_gradient< color_type, span_allocator_type, interpolator_type, gradient_func_type, gradient_adaptor_type, color_func_type, sg_type >::m_cx [protected] |
span_allocator_type gnash::agg_style_gradient< color_type, span_allocator_type, interpolator_type, gradient_func_type, gradient_adaptor_type, color_func_type, sg_type >::m_sa [protected] |
agg::trans_affine gnash::agg_style_gradient< color_type, span_allocator_type, interpolator_type, gradient_func_type, gradient_adaptor_type, color_func_type, sg_type >::m_tr [protected] |
interpolator_type gnash::agg_style_gradient< color_type, span_allocator_type, interpolator_type, gradient_func_type, gradient_adaptor_type, color_func_type, sg_type >::m_span_interpolator [protected] |
gradient_func_type gnash::agg_style_gradient< color_type, span_allocator_type, interpolator_type, gradient_func_type, gradient_adaptor_type, color_func_type, sg_type >::m_gradient_func [protected] |
gradient_adaptor_type gnash::agg_style_gradient< color_type, span_allocator_type, interpolator_type, gradient_func_type, gradient_adaptor_type, color_func_type, sg_type >::m_gradient_adaptor [protected] |
color_func_type gnash::agg_style_gradient< color_type, span_allocator_type, interpolator_type, gradient_func_type, gradient_adaptor_type, color_func_type, sg_type >::m_gradient_lut [protected] |
sg_type gnash::agg_style_gradient< color_type, span_allocator_type, interpolator_type, gradient_func_type, gradient_adaptor_type, color_func_type, sg_type >::m_sg [protected] |
1.5.4