#include "dsodefs.h"
#include "SWFMatrix.h"
#include "SWFRect.h"
#include "Point2d.h"
#include <vector>
#include <cmath>
Go to the source code of this file.
|
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...
|
|
|
bool | gnash::geometry::pointTest (const std::vector< Path > &paths, const std::vector< LineStyle > &lineStyles, std::int32_t x, std::int32_t y, const SWFMatrix &wm) |
|