Home
last modified time | relevance | path

Searched refs:bezier (Results 1 – 7 of 7) sorted by relevance

/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp23 BPoint bezier[3] = { fPath.PointAt(i), fPath.PointAt(i+1), fPath.PointAt(i+2) }; in Draw() local
24 shape.BezierTo(bezier); in Draw()
35 …BPoint bezier[4] = { fPath.PointAt(i), fPath.PointAt(i+1), fPath.PointAt(i+2), fPath.PointAt(i+3) … in Draw() local
36 BRect r = BezierBounds(bezier, 4); in Draw()
39 r = BezierBounds(bezier, 4, fWidth, LineCapMode(), LineJoinMode(), LineMiterLimit()); in Draw()
H A DBezierBounds.txt9 Description: Test application that displays the bounds of a bezier curve.
10 Use right mouse button to add points to bezier curve and
/haiku/src/tests/kits/interface/
H A DSetDiskModeTest.cpp29 BPoint bezier[3] = {BPoint(100,0), BPoint(100, 100), BPoint(25, 50)}; in DrawStuff() local
32 shape.BezierTo(bezier); in DrawStuff()
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp51 BPoint bezier[3] = {BPoint(100,0), BPoint(100, 100), BPoint(25, 50)}; in DrawStuff() local
54 shape.BezierTo(bezier); in DrawStuff()
/haiku/src/libs/agg/src/
H A Dagg_curves.cpp136 bezier(x1, y1, x2, y2, x3, y3); in init()
230 void curve3_div::bezier(double x1, double y1, in bezier() function in agg::curve3_div
385 bezier(x1, y1, x2, y2, x3, y3, x4, y4); in init()
602 void curve4_div::bezier(double x1, double y1, in bezier() function in agg::curve4_div
/haiku/headers/libs/agg/
H A Dagg_curves.h146 void bezier(double x1, double y1,
455 void bezier(double x1, double y1,
/haiku/docs/user/interface/
H A DView.dox3373 \brief Stroke a bezier curve.
3375 \param controlPoints The list of points that form the bezier curve.
3387 \brief Fill a bezier curve.
3389 \param controlPoints The list of points that form the bezier curve.
3402 \brief Fill a bezier curve.
3404 \param controlPoints The list of points that form the bezier curve.
3405 \param gradient The gradient pattern to fill the bezier curve with.