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

/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPDFLinePathBuilder.h47 void BezierTo(BPoint p[3]);
H A DPDFLinePathBuilder.cpp51 PDFLinePathBuilder::BezierTo(BPoint p[3]) function in class:PDFLinePathBuilder
H A DLinePathBuilder.h71 virtual void BezierTo(BPoint p[3]) = 0;
H A DLinePathBuilder.cpp106 BezierTo(bezier);
115 BezierTo(bezier);
172 BezierTo(bezier);
H A DPDFWriter.cpp1750 shape.BezierTo(a);
1759 shape.BezierTo(b);
1768 shape.BezierTo(c);
1777 shape.BezierTo(d);
1814 shape.BezierTo(&control[1]);
1901 shape.BezierTo(a);
1907 shape.BezierTo(b);
1913 shape.BezierTo(c);
1919 shape.BezierTo(d);
/haiku-fatelf/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-fatelf/headers/os/interface/
H A DShape.h72 status_t BezierTo(BPoint controlPoints[3]);
73 status_t BezierTo(const BPoint& control1,
/haiku-fatelf/src/tests/kits/interface/
H A DSetDiskModeTest.cpp32 shape.BezierTo(bezier);
/haiku-fatelf/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp24 shape.BezierTo(bezier);
/haiku-fatelf/src/tests/kits/interface/picture/
H A DPictureTest.cpp54 shape.BezierTo(bezier);
H A DSVGViewView.cpp586 shape.BezierTo(controlPoints);
621 shape.BezierTo(controlPoints);
739 shape.BezierTo(controlPoints);
825 shape.BezierTo(controlPoints);
864 shape.BezierTo(controlPoints);
/haiku-fatelf/src/kits/interface/
H A DShape.cpp416 BShape::BezierTo(BPoint controlPoints[3]) function in class:BShape
418 return BezierTo(controlPoints[0], controlPoints[1], controlPoints[2]);
423 BShape::BezierTo(const BPoint& control1, const BPoint& control2, function in class:BShape
432 // If the last op is BezierTo increase the count
/haiku-fatelf/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp233 leafShape.BezierTo(control);
/haiku-fatelf/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp790 shape->BezierTo(
796 shape->BezierTo(
802 shape->BezierTo(
808 shape->BezierTo(
/haiku-fatelf/src/servers/app/
H A DServerFont.cpp70 ((BShape *)user)->BezierTo(controls);
84 ((BShape *)user)->BezierTo(controls);
/haiku-fatelf/src/preferences/printers/
H A DTestPageView.cpp101 leafShape.BezierTo(controlPoints);

Completed in 186 milliseconds