Home
last modified time | relevance | path

Searched +defs:Line +defs:r (Results 1 – 25 of 745) sorted by relevance

12345678910>>...30

/dports/games/sea-defender/Sea-Defender-d628051/snoutlib/
H A Dbbox.h8 float r; member
12 struct Line struct
15 Line(vec2 _p1,vec2 _p2) : p1(_p1), p2(_p2) {} in Line() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UDTs/Shapes/
H A DLine.cs14 public class Line : INullable, IBinarySerialize class
27 public Line() in Line() method in Line
32 public Line(bool fNull) in Line() method in Line
37 public Line(Point ix, Point iy) in Line() method in Line
53 public void Read(BinaryReader r) in Read()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DOgreMaterial.cpp169 string Line; in LoadMaterial() local
288 string Line; in ReadTechnique() local
313 float r,g,b; in ReadTechnique() local
320 float r,g,b; in ReadTechnique() local
327 float r,g,b; in ReadTechnique() local
334 float r,g,b; in ReadTechnique() local
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/controls/
H A Dctextlabel.h124 struct Line struct
126 CRect r; member
129 using Lines = std::vector<Line>; argument
/dports/games/construo/construo-0.2.3/src/
H A Dgraphic_context.hpp31 struct Line struct in GraphicContext
33 float x1, y1;
34 float x2, y2;
39 float x, y, r; member
/dports/games/kuklomenos/kuklomenos-0.4.5/
H A Dgfx.h21 struct Line struct
27 Line(CartCoord istart, CartCoord iend, Uint32 icolour=0xffffffff) : argument
28 start(istart),end(iend),colour(icolour) {} in start()
37 float r; member
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/controls/
H A Dctextlabel.h132 struct Line struct
134 CRect r; member
137 using Lines = std::vector<Line>; argument
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Deditwidgets.h158 double r; variable
369 inline void RGBColor::setColor (double r, double g, double b) { in setColor()
375 inline void RGBColor::setColor (char r, char g, char b) { in setColor()
398 inline void RGBAColor::setColor (char r, char g, char b, char a) { in setColor()
412 inline void Geometry::setInnerLineColor (char r, char g, char b) { in setInnerLineColor()
490 inline RGBColor::RGBColor (double r, double g, double b) : in RGBColor()
494 inline RGBColor::RGBColor (char r, char g, char b) : in RGBColor()
502 inline RGBAColor::RGBAColor (char r, char g, char b, char a) : in RGBAColor()
519 inline Line::Line () : in Line() function
535 inline Line::Line (const rtengine::Coord& begin, const rtengine::Coord& end) : in Line() function
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/make/initial/
H A Dgeometry.rs29 let r = &roads[id]; in intersection_polygon() localVariable
70 lines: &Vec<(OriginalRoad, Line, PolyLine, PolyLine)>, in generalized_trim_back() argument
203 let r = &roads[&id]; in generalized_trim_back() localVariable
297 lines: &Vec<(OriginalRoad, Line, PolyLine, PolyLine)>, in deadend() argument
309 let r = roads.get_mut(&id).unwrap(); in deadend() localVariable
385 lines: Vec<(OriginalRoad, Line, PolyLine, PolyLine)>, in on_off_ramp() argument
420 let r = &roads[&id]; in on_off_ramp() localVariable
555 let r = &roads[&id]; in on_off_ramp() localVariable
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/geom/src/
H A Dline.rs8 pub struct Line(Pt2D, Pt2D); struct
10 impl Line { implementation
11 pub fn new(pt1: Pt2D, pt2: Pt2D) -> Option<Line> { in new()
18 pub fn must_new(pt1: Pt2D, pt2: Pt2D) -> Line { in must_new()
97 pub fn shift_right(&self, width: Distance) -> Line { in shift_right()
106 pub fn shift_left(&self, width: Distance) -> Line { in shift_left()
115 pub fn shift_either_direction(&self, width: Distance) -> Line { in shift_either_direction()
123 pub fn reverse(&self) -> Line { in reverse()
159 pub fn slice(&self, from: Distance, to: Distance) -> Option<Line> { in slice()
205 impl fmt::Display for Line { implementation
[all …]
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dlex.h22 struct Line { struct
26 Line(int _line, int _fileidx) : line(_line), fileidx(_fileidx) {} in Line() argument
427 string r; in StringVal() local
435 string r; in StringVal() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/util/
H A DFastCharStream.cpp30 int32_t r = input->read(); in readChar() local
104 int32_t FastCharStream::Line() const { in Line() function in FastCharStream
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/util/
H A DFastCharStream.cpp41 int32_t r = input->read(); in readChar() local
106 int32_t FastCharStream::Line() const { in Line() function in FastCharStream
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/datatypes/
H A Dline.cpp43 KPUBLICTRANSPORT_MAKE_PROPERTY(Line, QString, name, setName) in KPUBLICTRANSPORT_MAKE_PROPERTY() argument
168 KPUBLICTRANSPORT_MAKE_PROPERTY(Route, Line, line, setLine) in KPUBLICTRANSPORT_MAKE_PROPERTY() argument
195 Route r(lhs); in merge() local
202 QJsonObject Route::toJson(const Route &r) in toJson()
217 auto r = Json::fromJson<Route>(obj); in fromJson() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dline.h62 Line() in Line() function
68 Line(Point const &origin, Coord angle) in Line() function
81 Line(Point const &a, Point const &b) in Line() function
88 Line(double a, double b, double c) { in Line() function
93 explicit Line(LineSegment const &seg) in Line() function
99 explicit Line(Ray const &r) in Line() function
525 std::optional<LineSegment> clip(Line const &l, Rect const &r) { in clip()
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dline.h62 Line() in Line() function
68 Line(Point const &origin, Coord angle) in Line() function
81 Line(Point const &a, Point const &b) in Line() function
88 Line(double a, double b, double c) { in Line() function
93 explicit Line(LineSegment const &seg) in Line() function
99 explicit Line(Ray const &r) in Line() function
525 std::optional<LineSegment> clip(Line const &l, Rect const &r) { in clip()
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/boxes-0.1.5/Text/PrettyPrint/
H A DBoxes.hs172 emptyBox r c = Box r c Blank function
185 l <> r = hcat top [l,r] function
190 l <+> r = hcat top [l, emptyBox 0 1, r] function
287 data Line = Line { lLen :: Int, getWords :: [Word] } type
400 renderBox (Box r c Blank) = resizeBox r c [""] function
401 renderBox (Box r c (Text t)) = resizeBox r c [t] function
402 renderBox (Box r c (Row bs)) = resizeBox r c function
408 renderBox (Box r c (Col bs)) = resizeBox r c function
412 renderBox (Box r c (SubBox ha va b)) = resizeBoxAligned r c ha va function
418 renderBoxWithRows r b = renderBox (b{rows = r}) function
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/boxes-0.1.5/Text/PrettyPrint/
H A DBoxes.hs172 emptyBox r c = Box r c Blank function
185 l <> r = hcat top [l,r] function
190 l <+> r = hcat top [l, emptyBox 0 1, r] function
287 data Line = Line { lLen :: Int, getWords :: [Word] } type
400 renderBox (Box r c Blank) = resizeBox r c [""] function
401 renderBox (Box r c (Text t)) = resizeBox r c [t] function
402 renderBox (Box r c (Row bs)) = resizeBox r c function
408 renderBox (Box r c (Col bs)) = resizeBox r c function
412 renderBox (Box r c (SubBox ha va b)) = resizeBoxAligned r c ha va function
418 renderBoxWithRows r b = renderBox (b{rows = r}) function
[all …]
/dports/x11-toolkits/vdk/vdk-2.5.1/include/vdk/
H A Dvdktextview.h75 VDKReadWriteValueProp<VDKTextBuffer,int> Line; variable
268 VDKReadWriteValueProp<VDKTextView,int> Line; variable
391 void SetLine(int r) { buffer->SetLine(r); } in SetLine()
393 void SetColumn(int r) { buffer->SetColumn(r); } in SetColumn()
/dports/security/kleopatra/kleopatra-21.12.3/src/dialogs/
H A Dadduseriddialog.cpp36 struct Line { struct
37 QString attr;
38 QString label;
39 QString regex;
40 QLineEdit *edit = nullptr;
81 int r, c, rs, cs; in row_index_of() local
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcr/
H A Dline.cc48 Line::Line () in Line() function in gcr::Line
63 Line::Line (LineType Type, double X1, double Y1, double Z1, double X2, double Y2, double Z2, double… in Line() function in gcr::Line
72 Line::Line (Line& clLine) in Line() function in gcr::Line
177 void Line::SetRadius (double r) in SetRadius()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/ui/
H A DPrintSchedule.java54 IntVar[] t, r; field in PrintSchedule
64 public PrintSchedule(String[] name, IntVar[] t, int[] d, IntVar[] r) { in PrintSchedule()
86 public PrintSchedule(String[] name, IntVar[] t, IntVar[] d, IntVar[] r) { in PrintSchedule()
109 …tSchedule(List<String> name, List<? extends IntVar> t, List<Integer> d, List<? extends IntVar> r) { in PrintSchedule()
130 …lic PrintSchedule(List<String> name, List<? extends IntVar> t, int[] d, List<? extends IntVar> r) { in PrintSchedule()
154 public PrintSchedule(List<String> name, IntVar[] t, int[] d, IntVar[] r) { in PrintSchedule()
175 public PrintSchedule(List<String> name, IntVar[] t, IntVar[] d, IntVar[] r) { in PrintSchedule()
268 List<List<Integer>> Line = new ArrayList<List<Integer>>(resSize); in toString() local
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/QueryParser/
H A DFastCharStream.cs44 public FastCharStream(System.IO.TextReader r) in FastCharStream()
134 public int Line property in Lucene.Net.QueryParsers.FastCharStream
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dedit.h259 double r; variable
676 inline void RGBColor::setColor (double r, double g, double b) { in setColor()
682 inline void RGBColor::setColor (char r, char g, char b) { in setColor()
705 inline void RGBAColor::setColor (char r, char g, char b, char a) { in setColor()
719 inline void Geometry::setInnerLineColor (char r, char g, char b) { in setInnerLineColor()
899 inline RGBColor::RGBColor (double r, double g, double b) : in RGBColor()
903 inline RGBColor::RGBColor (char r, char g, char b) : in RGBColor()
911 inline RGBAColor::RGBAColor (char r, char g, char b, char a) : in RGBAColor()
931 inline Line::Line () : in Line() function
947 inline Line::Line (rtengine::Coord& begin, rtengine::Coord& end) : in Line() function
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/acme/
H A Daddr.c25 Line enumerator
29 isaddrc(int r) in isaddrc()
41 isregexc(int r) in isregexc()
74 number(uint showerr, Text *t, Range r, int line, int dir, int size, int *evalp) in number()
143 regexp(uint showerr, Text *t, Range lim, Range r, Rune *pat, int dir, int *foundp) in regexp()
181 Range r, nr; in address() local

12345678910>>...30