Searched refs:BezierTo (Results 1 - 12 of 12) sorted by relevance

/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.cpp12 virtual void BezierTo(BPoint* p);
35 void ShapeLPB::BezierTo(BPoint p[3]) function in class:ShapeLPB
37 fShape.BezierTo(p);
/haiku/src/preferences/input/
H A DMouseView.cpp226 mouseShape.BezierTo(control);
229 mouseShape.BezierTo(control2);
232 mouseShape.BezierTo(control3);
259 buttonsOutline.BezierTo(control4);
367 mouseShape.BezierTo(control3);
370 mouseShape.BezierTo(control);
373 mouseShape.BezierTo(control4);
376 mouseShape.BezierTo(control2);
/haiku/headers/os/interface/
H A DShape.h73 status_t BezierTo(BPoint controlPoints[3]);
74 status_t BezierTo(const BPoint& control1,
/haiku/src/tests/kits/interface/
H A DSetDiskModeTest.cpp32 shape.BezierTo(bezier);
/haiku/src/kits/interface/
H A DShape.cpp406 BShape::BezierTo(BPoint controlPoints[3]) function in class:BShape
408 return BezierTo(controlPoints[0], controlPoints[1], controlPoints[2]);
413 BShape::BezierTo(const BPoint& control1, const BPoint& control2, function in class:BShape
422 // If the last op is BezierTo increase the count
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp24 shape.BezierTo(bezier);
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp54 shape.BezierTo(bezier);
H A DSVGViewView.cpp587 shape.BezierTo(controlPoints);
622 shape.BezierTo(controlPoints);
740 shape.BezierTo(controlPoints);
826 shape.BezierTo(controlPoints);
865 shape.BezierTo(controlPoints);
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp248 leafShape.BezierTo(control);
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp805 shape->BezierTo(
811 shape->BezierTo(
817 shape->BezierTo(
823 shape->BezierTo(
/haiku/src/preferences/printers/
H A DTestPageView.cpp101 leafShape.BezierTo(controlPoints);
/haiku/src/servers/app/
H A DServerFont.cpp80 ((BShape *)user)->BezierTo(controls);
94 ((BShape *)user)->BezierTo(controls);

Completed in 87 milliseconds