#include "dsodefs.h"
#include "SWFMatrix.h"
#include "SWFRect.h"
#include "Point2d.h"
#include <vector>
#include <cmath>
Go to the source code of this file.
Classes |
| class | gnash::Edge |
| | Defines an edge with a control point and an anchor point. More...
|
| class | gnash::Path |
| | A subset of a shape, a series of edges sharing a single set of styles. More...
|
Namespaces |
| namespace | gnash |
| | Anonymous namespace for callbacks, local functions, event handlers etc.
|
| namespace | gnash::geometry |
Functions |
| bool | gnash::geometry::pointTest (const std::vector< Path > &paths, const std::vector< LineStyle > &lineStyles, boost::int32_t x, boost::int32_t y, const SWFMatrix &wm) |