|
Gnash
0.8.11dev
|
#include "FillStyle.h"#include <ostream>#include <boost/variant.hpp>#include "CachedBitmap.h"#include "movie_definition.h"#include "SWF.h"#include "GnashNumeric.h"#include "RunResources.h"#include "GnashImage.h"Namespaces | |
| gnash | |
| Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
| SWFMatrix | gnash::gradientMatrix (GradientFill::Type t, const SWFMatrix &m) |
| void | gnash::setLerp (FillStyle &f, const FillStyle &a, const FillStyle &b, double t) |
| Set the FillStyle to a lerp of a and b. More... | |
| std::ostream & | gnash::operator<< (std::ostream &os, const BitmapFill::SmoothingPolicy &p) |
| Output operator for bitmap smoothing policy. More... | |
| std::ostream & | gnash::operator<< (std::ostream &o, GradientFill::Type t) |
| Output operator for GradientFill type. More... | |
| std::ostream & | gnash::operator<< (std::ostream &o, GradientFill::SpreadMode t) |
| Output operator for GradientFill spread mode. More... | |
| std::ostream & | gnash::operator<< (std::ostream &o, GradientFill::InterpolationMode t) |
| Output operator for GradientFill interpolation mode. More... | |
| std::ostream & | gnash::operator<< (std::ostream &os, const FillStyle &fs) |
| Output operator for FillStyles. More... | |
1.8.12