Home
last modified time | relevance | path

Searched refs:bezierPoints (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/os/interface/
H A DShape.h31 BPoint* bezierPoints);
/haiku/headers/private/print/
H A DPicturePrinter.h115 status_t IterateBezierTo(int32 bezierCount, BPoint *bezierPoints);
/haiku/docs/user/interface/
H A DShape.dox110 BPoint* bezierPoints)
112 comprised of the points specified by \a bezierPoints.
116 \param bezierCount The number of points in \a bezierPoints.
117 \param bezierPoints The list of Bézier curve points to act on.
/haiku/src/kits/interface/
H A DShape.cpp101 BShapeIterator::IterateBezierTo(int32 bezierCount, BPoint* bezierPoints) in IterateBezierTo() argument