Searched refs:ShapeIterator (Results 1 - 1 of 1) sorted by path

/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp45 class ShapeIterator : public BShapeIterator { class in inherits:BShapeIterator
47 ShapeIterator(Icon *icon, PathSourceShape *to, BPoint offset, const char *name);
48 ~ShapeIterator() {};
68 ShapeIterator::ShapeIterator(Icon *icon, PathSourceShape *to, BPoint offset, function in class:ShapeIterator
82 ShapeIterator::IterateMoveTo(BPoint *point)
96 ShapeIterator::IterateLineTo(int32 lineCount, BPoint *linePts)
111 ShapeIterator::IterateBezierTo(int32 bezierCount, BPoint *bezierPts)
148 ShapeIterator::IterateClose()
160 ShapeIterator
[all...]

Completed in 51 milliseconds