Home
last modified time | relevance | path

Searched refs:BezierTo (Results 1 – 13 of 13) sorted by relevance

/haiku/src/preferences/input/
H A DMouseView.cpp226 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()
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.cpp12 virtual void BezierTo(BPoint* p);
35 void ShapeLPB::BezierTo(BPoint p[3]) in BezierTo() function in ShapeLPB
37 fShape.BezierTo(p); in BezierTo()
/haiku/headers/os/interface/
H A DShape.h80 status_t BezierTo(BPoint controlPoints[3]);
81 status_t BezierTo(const BPoint& control1,
/haiku/src/tests/kits/interface/
H A DSetDiskModeTest.cpp32 shape.BezierTo(bezier); in DrawStuff()
/haiku/docs/user/interface/
H A DShape.dox32 BShape::BezierTo(), BShape::Close() and BShape::ArcTo() respectively.
346 The next LineTo() or BezierTo() will begin at \a point allowing you to
349 \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,
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp24 shape.BezierTo(bezier); in Draw()
/haiku/src/kits/interface/
H A DShape.cpp440 BShape::BezierTo(BPoint controlPoints[3]) in BezierTo() function in BShape
442 return BezierTo(controlPoints[0], controlPoints[1], controlPoints[2]); in BezierTo()
447 BShape::BezierTo(const BPoint& control1, const BPoint& control2, in BezierTo() function in BShape
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp805 shape->BezierTo( in add_bow()
811 shape->BezierTo( in add_bow()
817 shape->BezierTo( in add_bow()
823 shape->BezierTo( in add_bow()
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp54 shape.BezierTo(bezier); in DrawStuff()
H A DSVGViewView.cpp587 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()
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp248 leafShape.BezierTo(control); in Draw()
/haiku/src/preferences/printers/
H A DTestPageView.cpp101 leafShape.BezierTo(controlPoints); in Draw()
/haiku/src/servers/app/
H A DServerFont.cpp80 ((BShape *)user)->BezierTo(controls); in ConicToFunc()
94 ((BShape *)user)->BezierTo(controls); in CubicToFunc()