|
TouchVG framework
|
The callback class for trimStart() 更多...

Public 成员函数 | |
| MgPathTrimCallback (MgPathImpl *p, float dist, const Point2d &pt) | |
| virtual bool | processLine (int startIndex, int &endIndex, const Point2d &startpt, const Point2d &endpt) |
| virtual bool | processBezier (int startIndex, int &endIndex, const Point2d *pts) |
Public 成员函数 继承自 MgPath::MgSegmentCallback | |
| virtual | ~MgSegmentCallback () |
| virtual void | beginSubPath () |
| virtual void | endSubPath (bool closed) |
Public 属性 | |
| MgPathImpl * | p |
| float | dist |
| Point2d | pt |
The callback class for trimStart()