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

/haiku-fatelf/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-fatelf/src/add-ons/print/drivers/pdf/source/
H A DDrawShape.h73 status_t IterateLineTo(int32 lineCount, BPoint *linePoints);
H A DDrawShape.cpp166 DrawShape::IterateLineTo(int32 lineCount, BPoint *linePoints) function in class:DrawShape
168 REPORT(kDebug, 0, "IterateLineTo %d", (int)lineCount);
/haiku-fatelf/headers/os/interface/
H A DShape.h27 virtual status_t IterateLineTo(int32 lineCount,
/haiku-fatelf/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-fatelf/headers/private/print/
H A DPicturePrinter.h117 status_t IterateLineTo(int32 lineCount, BPoint *linePoints);
/haiku-fatelf/src/tests/servers/app/shape_test/
H A Dmain.cpp69 virtual status_t IterateLineTo(int32 lineCount, BPoint* linePts) function in class:TranslateIterator
/haiku-fatelf/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp52 virtual status_t IterateLineTo(int32 lineCount, BPoint *linePts);
97 ShapeIterator::IterateLineTo(int32 lineCount, BPoint *linePts) function in class:ShapeIterator
/haiku-fatelf/src/kits/interface/
H A DShape.cpp55 IterateLineTo(count, points);
94 BShapeIterator::IterateLineTo(int32 lineCount, BPoint* linePoints) function in class:BShapeIterator
/haiku-fatelf/src/kits/print/
H A DPicturePrinter.cpp462 ShapePrinter::IterateLineTo(int32 lineCount, BPoint *linePoints) function in class:ShapePrinter
/haiku-fatelf/src/servers/app/
H A DServerPicture.cpp53 virtual status_t IterateLineTo(int32 lineCount, BPoint* linePts);
103 ShapePainter::IterateLineTo(int32 lineCount, BPoint* linePts) function in class:ShapePainter

Completed in 218 milliseconds