Gnash
0.8.11dev
|
#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.
|
inline |
References endPoint(), and startPoint().
const point & gnash::UnivocalPath::endPoint | ( | ) | const |
References _fill_type, _path, gnash::Path::ap, FILL_LEFT, and gnash::Path::m_edges.
Referenced by gnash::PathParser::run(), and UnivocalPath().
const point & gnash::UnivocalPath::startPoint | ( | ) | const |
References _fill_type, _path, gnash::Path::ap, FILL_LEFT, and gnash::Path::m_edges.
Referenced by gnash::PathParser::run(), and UnivocalPath().
fill_type gnash::UnivocalPath::_fill_type |
Referenced by endPoint(), gnash::PathParser::run(), and startPoint().
const Path* gnash::UnivocalPath::_path |
Referenced by endPoint(), gnash::PathParser::run(), and startPoint().