Home
last modified time | relevance | path

Searched defs:Bezier (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/bezier/
H A DbezierP.h32 struct Bezier { struct
46 extern Bezier *BezierCreate( Bezier *exist, GeomClass *, va_list *attrlist ); argument
/dports/graphics/bmeps/dktools-4.31.1/doc/tex/wxdkdraw/
H A Dtd-splines-de.tex1 \subsubsection{Kurven}
16 \subsubsection{Kubische Bezier-Splines}\label{sec:kubische-bezier-splines}
17 \paragraph{Formel}~\\
47 \subsubsection{Bounding"=Box von Bezier"=Splines}
77 \subsubsection{X-Splines}
196 \subsubsection{Annäherung von X-Splines durch Bezier-Splines}
228 \subsubsection{Längenberechnung an Splines}
247 \subsubsection{Längenkorrektur für Pfeilspitzen an Splines}
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/
H A Dbezier.rs16 pub struct Bezier { struct
25 impl Bezier { argument
34 pub fn new(x1: CSSFloat, y1: CSSFloat, x2: CSSFloat, y2: CSSFloat) -> Bezier { in new()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Dbezier.rs16 pub struct Bezier { struct
25 impl Bezier { argument
34 pub fn new(x1: CSSFloat, y1: CSSFloat, x2: CSSFloat, y2: CSSFloat) -> Bezier { in new()
/dports/www/firefox/firefox-99.0/servo/components/style/
H A Dbezier.rs16 pub struct Bezier { struct
25 impl Bezier { implementation
34 pub fn new(x1: CSSFloat, y1: CSSFloat, x2: CSSFloat, y2: CSSFloat) -> Bezier { in new()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/
H A Dbezier.rs16 pub struct Bezier { struct
25 impl Bezier { implementation
34 pub fn new(x1: CSSFloat, y1: CSSFloat, x2: CSSFloat, y2: CSSFloat) -> Bezier { in new()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/
H A Dbezier.rs16 pub struct Bezier { struct
25 impl Bezier { argument
34 pub fn new(x1: CSSFloat, y1: CSSFloat, x2: CSSFloat, y2: CSSFloat) -> Bezier { in new()
/dports/emulators/xbraitenberg/xbraitenberg-0.9/
H A Dbezier.hh6 class Bezier { class
12 Bezier() { } in Bezier() function in Bezier
27 Bezier::Bezier(Point p[4]) in Bezier() function in Bezier
36 Bezier::Bezier(const Point &p0, const Point &p1, const Point &p2, const Point &p3) in Bezier() function in Bezier
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dbezier.h141 Bezier(Coord const c[], unsigned ord) in Bezier() function
150 Bezier() {} in Bezier() function
151 Bezier(const Bezier& b) :c_(b.c_) {} in Bezier() function
168 Bezier(Order ord) : c_(0., ord.order+1) { in Bezier() function
174 explicit Bezier(Coord c0) : c_(0., 1) { in Bezier() function
177 Bezier(Coord c0, Coord c1) : c_(0., 2) { in Bezier() function
180 Bezier(Coord c0, Coord c1, Coord c2) : c_(0., 3) { in Bezier() function
189 Bezier(Coord c0, Coord c1, Coord c2, Coord c3, Coord c4, in Bezier() function
194 Bezier(Coord c0, Coord c1, Coord c2, Coord c3, Coord c4, in Bezier() function
216 Bezier(Iter first, Iter last) { in Bezier() function
[all …]
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dbezier.h141 Bezier(Coord const c[], unsigned ord) in Bezier() function
150 Bezier() {} in Bezier() function
151 Bezier(const Bezier& b) :c_(b.c_) {} in Bezier() function
168 Bezier(Order ord) : c_(0., ord.order+1) { in Bezier() function
174 explicit Bezier(Coord c0) : c_(0., 1) { in Bezier() function
177 Bezier(Coord c0, Coord c1) : c_(0., 2) { in Bezier() function
180 Bezier(Coord c0, Coord c1, Coord c2) : c_(0., 3) { in Bezier() function
189 Bezier(Coord c0, Coord c1, Coord c2, Coord c3, Coord c4, in Bezier() function
194 Bezier(Coord c0, Coord c1, Coord c2, Coord c3, Coord c4, in Bezier() function
216 Bezier(Iter first, Iter last) { in Bezier() function
[all …]
/dports/graphics/libfpx/libfpx-1.3.1-10/basics/
H A Dgeometry.h290 struct Bezier { struct
292 Bezier() {suivant = NULL;} in Bezier() argument
310 ptr_Bezier suivant; // Next Bezier segment argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/workbench/
H A Dbezierclip.hxx33 struct Bezier struct
35 Point2D p0;
36 Point2D p1;
37 Point2D p2;
38 Point2D p3;
40 Point2D& operator[]( int i ) { return reinterpret_cast<Point2D*>(this)[i]; } in operator []()
41 const Point2D& operator[]( int i ) const { return reinterpret_cast<const Point2D*>(this)[i]; } in operator []()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/workbench/
H A Dbezierclip.hxx34 struct Bezier struct
36 Point2D p0;
37 Point2D p1;
38 Point2D p2;
39 Point2D p3;
41 Point2D& operator[]( int i ) { return reinterpret_cast<Point2D*>(this)[i]; } in operator []()
42 const Point2D& operator[]( int i ) const { return reinterpret_cast<const Point2D*>(this)[i]; } in operator []()
/dports/print/typetools/lcdf-typetools-2.108/include/lcdf/
H A Dbezier.hh8 class Bezier { public: class
10 Bezier() : _bb(-1) { } in Bezier() function in Bezier
55 Bezier::Bezier(Point p[4]) noexcept in Bezier() function in Bezier
62 Bezier::Bezier(const Point &p0, const Point &p1, const Point &p2, const Point &p3) noexcept in Bezier() function in Bezier
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/include/lcdf/
H A Dbezier.hh8 class Bezier { public: class
10 Bezier() : _bb(-1) { } in Bezier() function in Bezier
55 Bezier::Bezier(Point p[4]) throw () in Bezier() function in Bezier
62 Bezier::Bezier(const Point &p0, const Point &p1, const Point &p2, const Point &p3) throw () in Bezier() function in Bezier
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/include/lcdf/
H A Dbezier.hh8 class Bezier { public: class
10 Bezier() : _bb(-1) { } in Bezier() function in Bezier
55 Bezier::Bezier(Point p[4]) throw () in Bezier() function in Bezier
62 Bezier::Bezier(const Point &p0, const Point &p1, const Point &p2, const Point &p3) throw () in Bezier() function in Bezier
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DBezierUtils.h33 struct Bezier { struct
38 // aBezier and parameter t. argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DBezierUtils.h33 struct Bezier { struct
38 // aBezier and parameter t. argument
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DBezierUtils.h33 struct Bezier { struct
38 // aBezier and parameter t. argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DBezierUtils.h33 struct Bezier { struct
38 // aBezier and parameter t. argument
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DBezierUtils.h33 struct Bezier { struct
38 // aBezier and parameter t. argument
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DBezierUtils.h32 struct Bezier { struct
37 // aBezier and parameter t. argument
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/lib2geom/
H A Dbezier.h83 Bezier(Coord const c[], unsigned ord) : c_(c,c+ord+1){ in Bezier() function
91 Bezier() :c_(32) {} in Bezier() function
92 Bezier(const Bezier& b) :c_(b.c_) {} in Bezier() function
109 Bezier(Order ord) : c_(ord.order+1) { in Bezier() function
113 explicit Bezier(Coord c0) : c_(1) { in Bezier() function
118 Bezier(Coord c0, Coord c1) : c_(2) { in Bezier() function
123 Bezier(Coord c0, Coord c1, Coord c2) : c_(3) { in Bezier() function
128 Bezier(Coord c0, Coord c1, Coord c2, Coord c3) : c_(4) { in Bezier() function
/dports/games/zaz/zaz-1.0.1/src/
H A Dbezier.h59 struct Bezier struct
61 std::vector<BezierPoint> points; argument
63 Bezier() {}; in Bezier() argument
/dports/java/jgraph/jgraph-java-5.13.0.4/src/org/jgraph/util/
H A DBezier.java32 public class Bezier { class
41 public Bezier(Point2D[] points) { in Bezier() method in Bezier

1234567