Searched refs:IterateLineTo (Results 1 - 10 of 10) sorted by relevance

/haiku/src/tests/servers/app/painter/
H A DShapeConverter.h33 virtual status_t IterateLineTo(int32 lineCount, BPoint* linePts);
H A DShapeConverter.cpp48 // IterateLineTo
50 ShapeConverter::IterateLineTo(int32 lineCount, BPoint* linePts) function in class:ShapeConverter
/haiku/headers/os/interface/
H A DShape.h28 virtual status_t IterateLineTo(int32 lineCount,
/haiku/src/tests/kits/interface/picture/
H A DMatrix.h44 virtual status_t IterateLineTo(int32 lineCount, BPoint *linePts);
175 inline status_t BTransformIterator::IterateLineTo(int32 lineCount, BPoint *linePts) function in class:BTransformIterator
/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp69 virtual status_t IterateLineTo(int32 lineCount, BPoint* linePts) function in class:TranslateIterator
/haiku/headers/private/print/
H A DPicturePrinter.h117 status_t IterateLineTo(int32 lineCount, BPoint *linePoints);
/haiku/src/kits/interface/
H A DShape.cpp55 IterateLineTo(count, points);
94 BShapeIterator::IterateLineTo(int32 lineCount, BPoint* linePoints) function in class:BShapeIterator
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp51 virtual status_t IterateLineTo(int32 lineCount, BPoint *linePts);
96 ShapeIterator::IterateLineTo(int32 lineCount, BPoint *linePts) function in class:ShapeIterator
/haiku/src/kits/print/
H A DPicturePrinter.cpp463 ShapePrinter::IterateLineTo(int32 lineCount, BPoint *linePoints) function in class:ShapePrinter
/haiku/src/servers/app/
H A DServerPicture.cpp58 virtual status_t IterateLineTo(int32 lineCount, BPoint* linePts);
110 ShapePainter::IterateLineTo(int32 lineCount, BPoint* linePts) function in class:ShapePainter

Completed in 121 milliseconds