Home
last modified time | relevance | path

Searched refs:linePoints (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/os/interface/
H A DShape.h29 BPoint* linePoints);
/haiku/headers/private/print/
H A DPicturePrinter.h117 status_t IterateLineTo(int32 lineCount, BPoint *linePoints);
/haiku/docs/user/interface/
H A DShape.dox92 BPoint* linePoints)
94 points specified by \a linePoints.
98 \param lineCount The number of points in \a linePoints.
99 \param linePoints The list of points of lines to act on.
/haiku/src/kits/print/
H A DPicturePrinter.cpp463 ShapePrinter::IterateLineTo(int32 lineCount, BPoint *linePoints) in IterateLineTo() argument
466 BPoint *p = linePoints; in IterateLineTo()
/haiku/src/kits/interface/
H A DShape.cpp94 BShapeIterator::IterateLineTo(int32 lineCount, BPoint* linePoints) in IterateLineTo() argument