Searched refs:ShapePrinter (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/kits/print/
H A DPicturePrinter.cpp65 ShapePrinter printer(this);
429 // Implementation of ShapePrinter
430 ShapePrinter::ShapePrinter(PicturePrinter* printer) function in class:ShapePrinter
436 ShapePrinter::~ShapePrinter() {
441 ShapePrinter::IterateBezierTo(int32 bezierCount, BPoint *control)
456 ShapePrinter::IterateClose(void)
463 ShapePrinter::IterateLineTo(int32 lineCount, BPoint *linePoints)
475 ShapePrinter
[all...]
/haiku/headers/private/print/
H A DPicturePrinter.h107 friend class ShapePrinter;
110 class ShapePrinter : public BShapeIterator { class in inherits:BShapeIterator
112 ShapePrinter(PicturePrinter* printer);
113 ~ShapePrinter();

Completed in 44 milliseconds