Searched refs:arc (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_arc.h29 //=====================================================================arc
33 class arc class in namespace:agg
36 arc() : m_scale(1.0), m_initialized(false) {} function in class:agg::arc
37 arc(double x, double y,
H A Dagg_rounded_rect.h66 arc m_arc;
/haiku/src/libs/agg/src/
H A Dagg_arc.cpp27 arc::arc(double x, double y, function in class:agg::arc
37 void arc::init(double x, double y,
48 void arc::approximation_scale(double s)
58 void arc::rewind(unsigned)
65 unsigned arc::vertex(double* x, double* y)
87 void arc::normalize(double a1, double a2, bool ccw)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.h42 struct ath_ratectrl arc; /* base state */ member in struct:onoe_softc
H A Donoe.c436 osc->arc.arc_space = sizeof(struct onoe_node);
439 return &osc->arc;
443 ath_rate_detach(struct ath_ratectrl *arc) argument
445 struct onoe_softc *osc = (struct onoe_softc *) arc;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/amrr/
H A Damrr.h47 struct ath_ratectrl arc; /* base state */ member in struct:amrr_softc
H A Damrr.c465 asc->arc.arc_space = sizeof(struct amrr_node);
468 return &asc->arc;
472 ath_rate_detach(struct ath_ratectrl *arc) argument
474 struct amrr_softc *asc = (struct amrr_softc *) arc;
/haiku/headers/cpp/
H A DPlotFile.h69 PlotFile& arc(const int xi, const int yi,
/haiku/src/libs/stdc++/legacy/
H A DPlotFile.cc87 PlotFile& PlotFile:: arc(const int xi, const int yi, function in class:PlotFile
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h49 struct ath_ratectrl arc; /* base class */ member in struct:sample_softc
H A Dsample.c1637 ssc->arc.arc_space = sizeof(struct sample_node);
1645 return &ssc->arc;
1649 ath_rate_detach(struct ath_ratectrl *arc) argument
1651 struct sample_softc *ssc = (struct sample_softc *) arc;
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp697 agg::bezier_arc arc(center.x, center.y, xRadius, yRadius,
700 agg::conv_curve<agg::bezier_arc> path(arc);
716 agg::bezier_arc arc(center.x, center.y, xRadius, yRadius,
719 agg::conv_curve<agg::bezier_arc> segmentedArc(arc);
724 // then traversing the arc, then going back to the center
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1263 agg::bezier_arc arc(center.x, center.y, xRadius, yRadius, -angleRad,
1266 agg::conv_curve<agg::bezier_arc> path(arc);
1284 agg::bezier_arc arc(center.x, center.y, xRadius, yRadius, -angleRad,
1287 agg::conv_curve<agg::bezier_arc> segmentedArc(arc);
1292 // then traversing the arc, then going back to the center
1321 agg::bezier_arc arc(center.x, center.y, xRadius, yRadius, -angleRad,
1324 agg::conv_curve<agg::bezier_arc> segmentedArc(arc);
1329 // then traversing the arc, then going back to the center
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js939 console.warn('shape op arc to not implemented');
1412 context.arc(centerX, centerY, radius, invertStart,

Completed in 121 milliseconds