Gnash
0.8.11dev
|
#include <Renderer_agg_style.h>
Public Member Functions | |
_color (color) | |
virtual | ~AggStyle () |
bool | solid () const |
agg::rgba8 | color () const |
virtual void | generate_span (agg::rgba8 *span, int x, int y, unsigned len)=0 |
Public Attributes | |
__pad0__: _solid(solid) | |
Internal style class that represents a fill style. Roughly speaking, AGG computes the fill areas of a flash composite shape and calls generate_span to generate small horizontal pixel rows. generate_span provides whatever fill pattern for that coordinate.
|
inlinevirtual |
|
inline |
|
inline |
|
pure virtual |
|
inline |
gnash::AggStyle::__pad0__ |