Home
last modified time | relevance | path

Searched refs:Line2D (Results 1 – 25 of 1118) sorted by relevance

12345678910>>...45

/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dline_2d.cpp41 Line2D::Line2D() { in VARIANT_ENUM_CAST()
97 float Line2D::get_width() const { in get_width()
139 void Line2D::clear_points() { in clear_points()
156 void Line2D::remove_point(int i) { in remove_point()
205 Line2D::LineTextureMode Line2D::get_texture_mode() const { in get_texture_mode()
214 Line2D::LineJointMode Line2D::get_joint_mode() const { in get_joint_mode()
223 Line2D::LineCapMode Line2D::get_begin_cap_mode() const { in get_begin_cap_mode()
232 Line2D::LineCapMode Line2D::get_end_cap_mode() const { in get_end_cap_mode()
275 void Line2D::_draw() { in _draw()
348 void Line2D::_curve_changed() { in _curve_changed()
[all …]
H A Dline_builder.cpp96 joint_mode = Line2D::LINE_JOINT_SHARP; in LineBuilder()
103 begin_cap_mode = Line2D::LINE_CAP_NONE; in LineBuilder()
104 end_cap_mode = Line2D::LINE_CAP_NONE; in LineBuilder()
160 if (begin_cap_mode == Line2D::LINE_CAP_BOX || begin_cap_mode == Line2D::LINE_CAP_ROUND) { in build()
166 if (end_cap_mode == Line2D::LINE_CAP_BOX || end_cap_mode == Line2D::LINE_CAP_ROUND) { in build()
188 if (begin_cap_mode == Line2D::LINE_CAP_BOX) { in build()
196 if (texture_mode == Line2D::LINE_TEXTURE_TILE) { in build()
412 if (end_cap_mode == Line2D::LINE_CAP_BOX) { in build()
417 if (texture_mode == Line2D::LINE_TEXTURE_TILE) { in build()
426 if (end_cap_mode == Line2D::LINE_CAP_ROUND) { in build()
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dline_2d.cpp41 Line2D::Line2D() { in VARIANT_ENUM_CAST()
97 float Line2D::get_width() const { in get_width()
139 void Line2D::clear_points() { in clear_points()
156 void Line2D::remove_point(int i) { in remove_point()
205 Line2D::LineTextureMode Line2D::get_texture_mode() const { in get_texture_mode()
214 Line2D::LineJointMode Line2D::get_joint_mode() const { in get_joint_mode()
223 Line2D::LineCapMode Line2D::get_begin_cap_mode() const { in get_begin_cap_mode()
232 Line2D::LineCapMode Line2D::get_end_cap_mode() const { in get_end_cap_mode()
275 void Line2D::_draw() { in _draw()
348 void Line2D::_curve_changed() { in _curve_changed()
[all …]
H A Dline_builder.cpp96 joint_mode = Line2D::LINE_JOINT_SHARP; in LineBuilder()
103 begin_cap_mode = Line2D::LINE_CAP_NONE; in LineBuilder()
104 end_cap_mode = Line2D::LINE_CAP_NONE; in LineBuilder()
160 if (begin_cap_mode == Line2D::LINE_CAP_BOX || begin_cap_mode == Line2D::LINE_CAP_ROUND) { in build()
166 if (end_cap_mode == Line2D::LINE_CAP_BOX || end_cap_mode == Line2D::LINE_CAP_ROUND) { in build()
188 if (begin_cap_mode == Line2D::LINE_CAP_BOX) { in build()
196 if (texture_mode == Line2D::LINE_TEXTURE_TILE) { in build()
412 if (end_cap_mode == Line2D::LINE_CAP_BOX) { in build()
417 if (texture_mode == Line2D::LINE_TEXTURE_TILE) { in build()
426 if (end_cap_mode == Line2D::LINE_CAP_ROUND) { in build()
[all …]
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/treelayouts/
H A DTreeLayoutCache.java26 import java.awt.geom.Line2D;
86 public Line2D getTipLabelPath(Node node) { in getTipLabelPath()
90 public Map<Node, Line2D> getTipLabelPathMap() { in getTipLabelPathMap()
94 public Line2D getBranchLabelPath(Node node) { in getBranchLabelPath()
102 public Line2D getNodeLabelPath(Node node) { in getNodeLabelPath()
106 public Map<Node, Line2D> getNodeLabelPathMap() { in getNodeLabelPathMap()
110 public Line2D getNodeShapePath(Node node) { in getNodeShapePath()
146 protected Map<Node, Line2D> tipLabelPaths = new HashMap<Node, Line2D>();
147 protected Map<Node, Line2D> branchLabelPaths = new HashMap<Node, Line2D>();
148 protected Map<Node, Line2D> nodeLabelPaths = new HashMap<Node, Line2D>();
[all …]
H A DRectilinearTreeLayout.java163 Line2D line = new Line2D.Double(0.0, ty, rootPoint.getX(), ty); in layout()
279 Line2D branchLabelPath = new Line2D.Double( in constructNode()
286 Line2D nodeLabelPath = new Line2D.Double( in constructNode()
292 Line2D nodeShapePath = new Line2D.Double( in constructNode()
310 Line2D calloutPath = new Line2D.Double( in constructNode()
325 Line2D nodeShapePath = new Line2D.Double( in constructNode()
481 Line2D nodeLabelPath = new Line2D.Double( in constructCartoonNode()
487 Line2D nodeBarPath = new Line2D.Double( in constructCartoonNode()
520 Line2D calloutPath = new Line2D.Double(x0, y0, maxXPosition, y0); in constructCartoonTipLabelPaths()
579 Line2D nodeBarPath = new Line2D.Double(xPosition, ty, xPosition - 1.0, ty); in constructCollapsedNode()
[all …]
H A DPolarTreeLayout.java185 Line2D line = new Line2D.Double(transform(0.0, y), transform(rootPoint.getX(), y)); in layout()
343 Line2D branchLabelPath = new Line2D.Double( in constructNode()
361 Line2D nodeLabelPath = new Line2D.Double( in constructNode()
366 Line2D nodeShapePath = new Line2D.Double( in constructNode()
379 Line2D tipLabelPath; in constructNode()
404 Line2D nodeShapePath = new Line2D.Double( in constructNode()
514 Line2D nodeLabelPath = new Line2D.Double( in constructCartoonNode()
520 Line2D nodeBarPath = new Line2D.Double( in constructCartoonNode()
614 Line2D nodeLabelPath = new Line2D.Double( in constructCollapsedNode()
620 Line2D nodeBarPath = new Line2D.Double( in constructCollapsedNode()
[all …]
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/gui/images/
H A DNormalizationImageIcon.java27 import java.awt.geom.Line2D;
49 Line2D l1 = new Line2D.Float(2, 9, 6, 9); in createIcon()
50 Line2D l2 = new Line2D.Float(6, 9, 8, 3); in createIcon()
51 Line2D l3 = new Line2D.Float(8, 3, 11, 14); in createIcon()
52 Line2D l4 = new Line2D.Float(11, 14, 13, 9); in createIcon()
53 Line2D l5 = new Line2D.Float(13, 9, 16, 9); in createIcon()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/crop/
H A DUnderlayConstraints.java10 import java.awt.geom.Line2D;
448 LinkedList<Line2D> lines = new LinkedList<Line2D>(); in adjustNorthWithConstraint()
499 LinkedList<Line2D> lines = new LinkedList<Line2D>(); in adjustSouthWithConstraint()
550 LinkedList<Line2D> lines = new LinkedList<Line2D>(); in adjustEastWithConstraint()
601 LinkedList<Line2D> lines = new LinkedList<Line2D>(); in adjustWestWithConstraint()
644 Line2D diagonal = new Line2D.Double(sw, ne); in adjustNorthEastToUnderlay()
701 Line2D diagonal = new Line2D.Double(se, nw); in adjustNorthWestToUnderlay()
758 Line2D diagonal = new Line2D.Double(se, nw); in adjustSouthEastToUnderlay()
815 Line2D diagonal = new Line2D.Double(sw, ne); in adjustSouthWestToUnderlay()
954 private static Point2D getIntersection(Line2D line1, Line2D line2) { in getIntersection()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/
H A DLegendItemTest.java53 import java.awt.geom.Line2D;
82 new Line2D.Double(1.0, 2.0, 3.0, 4.0), in testEquals()
174 true, new Line2D.Double(1.0, 2.0, 3.0, 4.0), in testEquals()
213 false, new Line2D.Double(1.0, 2.0, 3.0, 4.0), in testEquals()
219 false, new Line2D.Double(1.0, 2.0, 3.0, 4.0), in testEquals()
226 false, new Line2D.Double(4.0, 3.0, 2.0, 1.0), in testEquals()
232 false, new Line2D.Double(4.0, 3.0, 2.0, 1.0), in testEquals()
239 false, new Line2D.Double(4.0, 3.0, 2.0, 1.0), in testEquals()
245 false, new Line2D.Double(4.0, 3.0, 2.0, 1.0), in testEquals()
252 new Line2D.Double(4.0, 3.0, 2.0, 1.0), new BasicStroke(3.3f), in testEquals()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/renderer/xy/
H A DXYErrorRenderer.java49 import java.awt.geom.Line2D;
323 Line2D line; in drawItem()
324 Line2D cap1; in drawItem()
325 Line2D cap2; in drawItem()
328 line = new Line2D.Double(xx0, yy, xx1, yy); in drawItem()
333 line = new Line2D.Double(yy, xx0, yy, xx1); in drawItem()
363 Line2D line; in drawItem()
364 Line2D cap1; in drawItem()
365 Line2D cap2; in drawItem()
368 line = new Line2D.Double(xx, yy0, xx, yy1); in drawItem()
[all …]
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/xml/factory/objects/
H A DLine2DObjectDescription.java46 import java.awt.geom.Line2D;
59 super(Line2D.class); in Line2DObjectDescription()
72 final Line2D line = new Line2D.Float(); in createObject()
105 if (!(o instanceof Line2D)) { in setParameterFromObject()
108 final Line2D line = (Line2D) o; in setParameterFromObject()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/rotate/
H A DInfiniteLine.java5 import java.awt.geom.Line2D;
31 Line2D getSegment(Rectangle2D rect) { in getSegment()
35 Line2D line = getHorizontalSegment(x1, x2); in getSegment()
43 Line2D line = getVerticalSegment(y1, y2); in getSegment()
55 private Line2D getHorizontalSegment(double x1, double x2) { in getHorizontalSegment()
58 return new Line2D.Double(x1, y1, x2, y2); in getHorizontalSegment()
61 private Line2D getVerticalSegment(double y1, double y2) { in getVerticalSegment()
64 return new Line2D.Double(x1, y1, x2, y2); in getVerticalSegment()
/dports/math/g2o/g2o-20201223_git/g2o/types/slam2d_addons/
H A Dline_2d.h38 struct Line2D : public Vector2 { struct
40 Line2D() { setZero(); } in Line2D() argument
41 Line2D(const Vector2& v) { in Line2D() argument
47 inline Line2D operator*(const SE2& t, const Line2D& l) {
48 Line2D est = l;
/dports/lang/gcc48/gcc-4.8.5/libjava/java/awt/geom/
H A DLine2D$Double.h18 class Line2D$Double;
26 class java::awt::geom::Line2D$Double : public ::java::awt::geom::Line2D
30 Line2D$Double();
31 Line2D$Double(jdouble, jdouble, jdouble, jdouble);
32 Line2D$Double(::java::awt::geom::Point2D *, ::java::awt::geom::Point2D *);
41 jdouble __attribute__((aligned(__alignof__( ::java::awt::geom::Line2D)))) x1;
H A DLine2D$Float.h18 class Line2D$Float;
26 class java::awt::geom::Line2D$Float : public ::java::awt::geom::Line2D
30 Line2D$Float();
31 Line2D$Float(jfloat, jfloat, jfloat, jfloat);
32 Line2D$Float(::java::awt::geom::Point2D *, ::java::awt::geom::Point2D *);
42 jfloat __attribute__((aligned(__alignof__( ::java::awt::geom::Line2D)))) x1;
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/text_labels_and_annotations/
H A Dcustom_legends.py43 from matplotlib.lines import Line2D
44 custom_lines = [Line2D([0], [0], color=cmap(0.), lw=4),
45 Line2D([0], [0], color=cmap(.5), lw=4),
46 Line2D([0], [0], color=cmap(1.), lw=4)]
58 from matplotlib.lines import Line2D
60 legend_elements = [Line2D([0], [0], color='b', lw=4, label='Line'),
61 Line2D([0], [0], marker='o', color='w', label='Scatter',
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/awt/geom/
H A DLine2D$Double.h18 class Line2D$Double;
26 class java::awt::geom::Line2D$Double : public ::java::awt::geom::Line2D
30 Line2D$Double();
31 Line2D$Double(jdouble, jdouble, jdouble, jdouble);
32 Line2D$Double(::java::awt::geom::Point2D *, ::java::awt::geom::Point2D *);
41 jdouble __attribute__((aligned(__alignof__( ::java::awt::geom::Line2D)))) x1;
H A DLine2D$Float.h18 class Line2D$Float;
26 class java::awt::geom::Line2D$Float : public ::java::awt::geom::Line2D
30 Line2D$Float();
31 Line2D$Float(jfloat, jfloat, jfloat, jfloat);
32 Line2D$Float(::java::awt::geom::Point2D *, ::java::awt::geom::Point2D *);
42 jfloat __attribute__((aligned(__alignof__( ::java::awt::geom::Line2D)))) x1;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/awt/geom/
H A DLine2D$Double.h18 class Line2D$Double;
26 class java::awt::geom::Line2D$Double : public ::java::awt::geom::Line2D
30 Line2D$Double();
31 Line2D$Double(jdouble, jdouble, jdouble, jdouble);
32 Line2D$Double(::java::awt::geom::Point2D *, ::java::awt::geom::Point2D *);
41 jdouble __attribute__((aligned(__alignof__( ::java::awt::geom::Line2D)))) x1;
H A DLine2D$Float.h18 class Line2D$Float;
26 class java::awt::geom::Line2D$Float : public ::java::awt::geom::Line2D
30 Line2D$Float();
31 Line2D$Float(jfloat, jfloat, jfloat, jfloat);
32 Line2D$Float(::java::awt::geom::Point2D *, ::java::awt::geom::Point2D *);
42 jfloat __attribute__((aligned(__alignof__( ::java::awt::geom::Line2D)))) x1;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/awt/geom/
H A DLine2D$Double.h18 class Line2D$Double;
26 class java::awt::geom::Line2D$Double : public ::java::awt::geom::Line2D
30 Line2D$Double();
31 Line2D$Double(jdouble, jdouble, jdouble, jdouble);
32 Line2D$Double(::java::awt::geom::Point2D *, ::java::awt::geom::Point2D *);
41 jdouble __attribute__((aligned(__alignof__( ::java::awt::geom::Line2D)))) x1;
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/awt/geom/
H A DLine2D$Double.h18 class Line2D$Double;
26 class java::awt::geom::Line2D$Double : public ::java::awt::geom::Line2D
30 Line2D$Double();
31 Line2D$Double(jdouble, jdouble, jdouble, jdouble);
32 Line2D$Double(::java::awt::geom::Point2D *, ::java::awt::geom::Point2D *);
41 jdouble __attribute__((aligned(__alignof__( ::java::awt::geom::Line2D)))) x1;
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/text_labels_and_annotations/
H A Dcustom_legends.py44 from matplotlib.lines import Line2D
45 custom_lines = [Line2D([0], [0], color=cmap(0.), lw=4),
46 Line2D([0], [0], color=cmap(.5), lw=4),
47 Line2D([0], [0], color=cmap(1.), lw=4)]
59 from matplotlib.lines import Line2D
61 legend_elements = [Line2D([0], [0], color='b', lw=4, label='Line'),
62 Line2D([0], [0], marker='o', color='w', label='Scatter',
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/text_labels_and_annotations/
H A Dcustom_legends.py44 from matplotlib.lines import Line2D
45 custom_lines = [Line2D([0], [0], color=cmap(0.), lw=4),
46 Line2D([0], [0], color=cmap(.5), lw=4),
47 Line2D([0], [0], color=cmap(1.), lw=4)]
59 from matplotlib.lines import Line2D
61 legend_elements = [Line2D([0], [0], color='b', lw=4, label='Line'),
62 Line2D([0], [0], marker='o', color='w', label='Scatter',

12345678910>>...45