Searched refs:BezierTo (Results 1 – 13 of 13) sorted by relevance
226 mouseShape.BezierTo(control); in Draw()229 mouseShape.BezierTo(control2); in Draw()232 mouseShape.BezierTo(control3); in Draw()259 buttonsOutline.BezierTo(control4); in Draw()367 mouseShape.BezierTo(control3); in _CreateButtonsPicture()370 mouseShape.BezierTo(control); in _CreateButtonsPicture()373 mouseShape.BezierTo(control4); in _CreateButtonsPicture()376 mouseShape.BezierTo(control2); in _CreateButtonsPicture()
12 virtual void BezierTo(BPoint* p);35 void ShapeLPB::BezierTo(BPoint p[3]) in BezierTo() function in ShapeLPB37 fShape.BezierTo(p); in BezierTo()
80 status_t BezierTo(BPoint controlPoints[3]);81 status_t BezierTo(const BPoint& control1,
32 shape.BezierTo(bezier); in DrawStuff()
32 BShape::BezierTo(), BShape::Close() and BShape::ArcTo() respectively.346 The next LineTo() or BezierTo() will begin at \a point allowing you to349 \param point The point to start the next LineTo() or BezierTo() at.378 \fn status_t BShape::BezierTo(BPoint controlPoints[3])396 \fn status_t BShape::BezierTo(const BPoint& control1,
24 shape.BezierTo(bezier); in Draw()
440 BShape::BezierTo(BPoint controlPoints[3]) in BezierTo() function in BShape442 return BezierTo(controlPoints[0], controlPoints[1], controlPoints[2]); in BezierTo()447 BShape::BezierTo(const BPoint& control1, const BPoint& control2, in BezierTo() function in BShape
805 shape->BezierTo( in add_bow()811 shape->BezierTo( in add_bow()817 shape->BezierTo( in add_bow()823 shape->BezierTo( in add_bow()
54 shape.BezierTo(bezier); in DrawStuff()
587 shape.BezierTo(controlPoints); in GetShapeAttribute()622 shape.BezierTo(controlPoints); in GetShapeAttribute()740 shape.BezierTo(controlPoints); in GetShapeAttribute()826 shape.BezierTo(controlPoints); in GetShapeAttribute()865 shape.BezierTo(controlPoints); in GetShapeAttribute()
248 leafShape.BezierTo(control); in Draw()
101 leafShape.BezierTo(controlPoints); in Draw()
80 ((BShape *)user)->BezierTo(controls); in ConicToFunc()94 ((BShape *)user)->BezierTo(controls); in CubicToFunc()