Gnash
0.8.10
|
#include <PathParser.h>
Public Types | |
enum | fill_type { FILL_RIGHT, FILL_LEFT } |
Public Member Functions | |
UnivocalPath () | |
UnivocalPath (const Path *path, fill_type filltype) | |
const point & | startPoint () const |
const point & | endPoint () const |
Public Attributes | |
const Path * | _path |
fill_type | _fill_type |
Wraps a path, indicating whether we consider the left or the right of the fill.
gnash::UnivocalPath::UnivocalPath | ( | ) | [inline] |
const point & gnash::UnivocalPath::endPoint | ( | ) | const |
References _fill_type, FILL_LEFT, _path, gnash::Path::m_edges, and gnash::Path::ap.
const point & gnash::UnivocalPath::startPoint | ( | ) | const |
References _fill_type, FILL_LEFT, _path, gnash::Path::ap, and gnash::Path::m_edges.
Referenced by startPoint(), and endPoint().
const Path* gnash::UnivocalPath::_path |
Referenced by startPoint(), and endPoint().