Home
last modified time | relevance | path

Searched refs:LineList (Results 76 – 100 of 395) sorted by relevance

12345678910>>...16

/dports/astro/kstars/kstars-3.5.6/kstars/skycomponents/
H A Dmilkyway.cpp37 const IndexHash &MilkyWay::getIndexHash(LineList *lineList) in getIndexHash()
43 SkipHashList *MilkyWay::skipList(LineList *lineList) in skipList()
79 std::shared_ptr<LineList> skipList; in loadContours()
H A Dhorizontalcoordinategrid.cpp38 std::shared_ptr<LineList> lineList; in HorizontalCoordinateGrid()
44 lineList.reset(new LineList()); in HorizontalCoordinateGrid()
75 lineList.reset(new LineList()); in HorizontalCoordinateGrid()
H A Dtypedef.h35 class LineList; variable
53 typedef QVector<std::shared_ptr<LineList>> LineListList;
H A Dlinelistlabel.cpp50 void LineListLabel::updateLabelCandidates(qreal x, qreal y, LineList *lineList, int i) in updateLabelCandidates()
99 LineList *list[4]; // LineList of candidate in draw()
174 QPointF LineListLabel::angleAt(const Projector *proj, LineList *list, int i, double *angle) in angleAt()
H A Dlocalmeridiancomponent.cpp29 std::shared_ptr<LineList> lineList; in LocalMeridianComponent()
33 lineList.reset(new LineList()); in LocalMeridianComponent()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/Common/
H A DTargetTxtClassObject.py93 LineList = Line.split(KeySplitCharacter, 1)
94 Key = LineList[0].strip()
95 if len(LineList) == 2:
96 Value = LineList[1].strip()
/dports/print/lout/lout-3.40/doc/design/
H A Ds5_525 " def @LineList"
28 " //1vx @LineList"
35 " @LineList // @Par { 0.2i @Wide {} &0i x &1rt }"
57 simple change to {@Code "@LineList"}:
59 "def @LineList"
62 " //1vx @LineList"
/dports/games/pink-pony/pink-pony-1.4.1/src/
H A DPonyGame.hh28 LineList line_list;
61 LineList* linelist() in linelist()
/dports/games/legesmotus/legesmotus-0.4.0/common/
H A DPolygon.hpp37 typedef std::list<std::pair<Point, Point> > LineList; typedef in LM::Polygon
40 LineList m_lines;
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/lines/
H A Declipticitem.cpp26 QList<std::shared_ptr<LineList>> addedLines; in EclipticItem()
34 std::shared_ptr<LineList> lines = linesList->at(c); in EclipticItem()
85 LineList *lineList = lines->lineList(); in update()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/Common/
H A DTargetTxtClassObject.py93 LineList = Line.split(KeySplitCharacter, 1)
94 Key = LineList[0].strip()
95 if len(LineList) == 2:
96 Value = LineList[1].strip()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/Common/
H A DTargetTxtClassObject.py93 LineList = Line.split(KeySplitCharacter, 1)
94 Key = LineList[0].strip()
95 if len(LineList) == 2:
96 Value = LineList[1].strip()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/Common/
H A DTargetTxtClassObject.py93 LineList = Line.split(KeySplitCharacter, 1)
94 Key = LineList[0].strip()
95 if len(LineList) == 2:
96 Value = LineList[1].strip()
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/Common/
H A DTargetTxtClassObject.py93 LineList = Line.split(KeySplitCharacter, 1)
94 Key = LineList[0].strip()
95 if len(LineList) == 2:
96 Value = LineList[1].strip()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/Common/
H A DTargetTxtClassObject.py93 LineList = Line.split(KeySplitCharacter, 1)
94 Key = LineList[0].strip()
95 if len(LineList) == 2:
96 Value = LineList[1].strip()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/
H A DSphereSegment.cpp445 return LineList(); in computeIntersection()
449 LineList all_lines; in computeIntersection()
931 SphereSegment::LineList _generatedLines;
1153 SphereSegment::LineList lineList; in connectIntersections()
1512 SphereSegment::LineList newLines; in trim()
1529 SphereSegment::LineList newLines; in trim()
1654 SphereSegment::LineList fusedLines; in joinEnds()
1655 SphereSegment::LineList unfusedLines; in joinEnds()
2230 if (!geometry) return SphereSegment::LineList(); in computeIntersection()
2272 SphereSegment::LineList azMinLines; in computeIntersection()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DRenderedString.h185 CEGUI_VECTOR_ALLOC(LineInfo)> LineList; typedef
187 LineList d_lines;
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/HUD/
H A DHUD.hxx60 class LineList class
228 LineList _line_list;
229 LineList _stipple_line_list;
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dhorizonmanager.h20 class LineList; variable
97 std::shared_ptr<LineList> livePreview;
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DElementTextDefault.h116 typedef std::vector< Line > LineList; typedef
117 LineList lines;
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/widgets/
H A DMultiLineEditbox.h163 CEGUI_VECTOR_ALLOC(LineInfo)> LineList; //!< Type for collection of LineInfos. typedef
301 const LineList& getFormattedLines(void) const {return d_lines;} in getFormattedLines()
764 LineList d_lines; //!< Holds the lines for the current formatting.
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcr/
H A Ddocument.h221 LineList* GetLineList () {return &LineDef;} in GetLineList()
529 LineList LineDef;
533 LineList Lines;
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dline-snapper.h42 typedef std::list<std::pair<Geom::Point, Geom::Point> > LineList; typedef
51 virtual LineList _getSnapLines(Geom::Point const &p) const = 0;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/
H A DSphereSegment.cpp1098 return LineList();
1102 LineList all_lines;
1584 SphereSegment::LineList _generatedLines;
1806 SphereSegment::LineList lineList;
2172 SphereSegment::LineList newLines;
2189 SphereSegment::LineList newLines;
2314 SphereSegment::LineList fusedLines;
2315 SphereSegment::LineList unfusedLines;
2890 if (!geometry) return SphereSegment::LineList();
2932 SphereSegment::LineList azMinLines;
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dskyglpainter.h25 void drawSkyPolygon(LineList *list, bool forceClip = true) override;
26 void drawSkyPolyline(LineList *list, SkipHashList *skipList = nullptr,

12345678910>>...16