Home
last modified time | relevance | path

Searched refs:MyLine (Results 1 – 23 of 23) sorted by relevance

/dports/editors/lazarus-devel/examples/canvas_test/
H A Dpentest.pas34 MyLine: array[0..2] of TPoint;
165 MyLine[0] := Point(200, 275);
166 MyLine[1] := Point(250, 275);
167 MyLine[2] := Point(250, 325);
168 MyBitmap.Canvas.Polyline(MyLine);
172 MyLine[0] := Point(300, 275);
173 MyLine[1] := Point(350, 275);
174 MyLine[2] := Point(350, 325);
179 MyLine[0] := Point(400, 275);
180 MyLine[1] := Point(450, 275);
[all …]
/dports/editors/lazarus/examples/canvas_test/
H A Dpentest.pas34 MyLine: array[0..2] of TPoint;
165 MyLine[0] := Point(200, 275);
166 MyLine[1] := Point(250, 275);
167 MyLine[2] := Point(250, 325);
168 MyBitmap.Canvas.Polyline(MyLine);
172 MyLine[0] := Point(300, 275);
173 MyLine[1] := Point(350, 275);
174 MyLine[2] := Point(350, 325);
179 MyLine[0] := Point(400, 275);
180 MyLine[1] := Point(450, 275);
[all …]
/dports/editors/lazarus-qt5/examples/canvas_test/
H A Dpentest.pas34 MyLine: array[0..2] of TPoint;
165 MyLine[0] := Point(200, 275);
166 MyLine[1] := Point(250, 275);
167 MyLine[2] := Point(250, 325);
168 MyBitmap.Canvas.Polyline(MyLine);
172 MyLine[0] := Point(300, 275);
173 MyLine[1] := Point(350, 275);
174 MyLine[2] := Point(350, 325);
179 MyLine[0] := Point(400, 275);
180 MyLine[1] := Point(450, 275);
[all …]
/dports/editors/lazarus-qt5-devel/examples/canvas_test/
H A Dpentest.pas34 MyLine: array[0..2] of TPoint;
165 MyLine[0] := Point(200, 275);
166 MyLine[1] := Point(250, 275);
167 MyLine[2] := Point(250, 325);
168 MyBitmap.Canvas.Polyline(MyLine);
172 MyLine[0] := Point(300, 275);
173 MyLine[1] := Point(350, 275);
174 MyLine[2] := Point(350, 325);
179 MyLine[0] := Point(400, 275);
180 MyLine[1] := Point(450, 275);
[all …]
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/ImgProc/basic_drawing/
H A DDrawing_1.cpp18 void MyLine( Mat img, Point start, Point end );
68 MyLine( rook_image, Point( 0, 15*w/16 ), Point( w, 15*w/16 ) ); in main()
69 MyLine( rook_image, Point( w/4, 7*w/8 ), Point( w/4, w ) ); in main()
70 MyLine( rook_image, Point( w/2, 7*w/8 ), Point( w/2, w ) ); in main()
71 MyLine( rook_image, Point( 3*w/4, 7*w/8 ), Point( 3*w/4, w ) ); in main()
173 void MyLine( Mat img, Point start, Point end ) in MyLine() function
/dports/graphics/opencv/opencv-4.5.3/samples/java/tutorial_code/ImgProc/BasicGeometricDrawing/
H A DBasicGeometricDrawing.java54 MyLine( rook_image, new Point( 0, 15*W/16 ), new Point( W, 15*W/16 ) ); in run()
55 MyLine( rook_image, new Point( W/4, 7*W/8 ), new Point( W/4, W ) ); in run()
56 MyLine( rook_image, new Point( W/2, 7*W/8 ), new Point( W/2, W ) ); in run()
57 MyLine( rook_image, new Point( 3*W/4, 7*W/8 ), new Point( 3*W/4, W ) ); in run()
164 private void MyLine( Mat img, Point start, Point end ) { in MyLine() method in GeometricDrawingRun
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/text_labels_and_annotations/
H A Dline_with_text.py16 class MyLine(lines.Line2D): class
57 line = MyLine(x, y, mfc='red', ms=12, label='line label')
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/api/
H A Dline_with_text.py16 class MyLine(lines.Line2D): class
57 line = MyLine(x, y, mfc='red', ms=12, label='line label')
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/api/
H A Dline_with_text.py16 class MyLine(lines.Line2D): class
57 line = MyLine(x, y, mfc='red', ms=12, label='line label')
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/floatcanvas/
H A DTestSpline.py135 MyLine = FC.Spline(Points,
139 Canvas.AddObject(MyLine)
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgslinesymbollayer.cpp1063 class MyLine class
1066 MyLine( QPointF p1, QPointF p2 ) in MyLine() function in MyLine
1565 MyLine l( startPt, endPt ); in renderPolylineInterval()
1592 MyLine l( lastPt, pt ); in renderPolylineInterval()
1627 double a1 = MyLine( prevPt, pt ).angle(); in _averageAngle()
1628 double a2 = MyLine( pt, nextPt ).angle(); in _averageAngle()
1841 angle = MyLine( pt, nextPt ).angle(); in markerAngle()
1855 angle = MyLine( prevPt, pt ).angle(); in markerAngle()
1900 MyLine l( previousPoint, pt ); in renderOffsetVertexAlongLine()
1950 MyLine l( lastPt, pt ); in collectOffsetPoints()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgslinesymbollayer.cpp1154 class MyLine class
1157 MyLine( QPointF p1, QPointF p2 ) in MyLine() function in MyLine
1692 MyLine l( startPt, endPt ); in renderPolylineInterval()
1719 MyLine l( lastPt, pt ); in renderPolylineInterval()
1754 double a1 = MyLine( prevPt, pt ).angle(); in _averageAngle()
1755 double a2 = MyLine( pt, nextPt ).angle(); in _averageAngle()
1968 angle = MyLine( pt, nextPt ).angle(); in markerAngle()
1982 angle = MyLine( prevPt, pt ).angle(); in markerAngle()
2027 MyLine l( previousPoint, pt ); in renderOffsetVertexAlongLine()
2077 MyLine l( lastPt, pt ); in collectOffsetPoints()
[all …]
/dports/graphics/opencv/opencv-4.5.3/doc/tutorials/imgproc/basic_geometric_drawing/
H A Dbasic_geometric_drawing.markdown138 And to draw the rook we employed **MyLine**, **rectangle** and a **MyPolygon**:
156 <H4>MyLine</H4>
169 - As we can see, **MyLine** just call the function **line()** , which does the following:
/dports/finance/weberp/webERP/
H A DPickingLists.php588 $MyLine = DB_fetch_array($LineItemsResult); variable
589 $DetailNo = $MyLine['detailno'];
H A DConfirmDispatch_Invoice.php985 $MyLine = DB_fetch_array($LineItemsResult); variable
986 $DetailNo = $MyLine['detailno'];
/dports/graphics/wdune/wdune-1.926/src/
H A DMyMesh.h130 class MyLine {
206 MyLine getLine(int index);
273 MyArray<MyLine> m_lines;
624 MyLine line; in buildFaces()
1878 MyLine
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/compile/
H A Dsnmpc_lib.erl1688 {MyOid, MyChildren, MyLine} =
1697 ets:insert(OidEts, {Name, MyOid, MyLine}),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/compile/
H A Dsnmpc_lib.erl1690 {MyOid, MyChildren, MyLine} =
1699 ets:insert(OidEts, {Name, MyOid, MyLine}),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/compile/
H A Dsnmpc_lib.erl1688 {MyOid, MyChildren, MyLine} =
1697 ets:insert(OidEts, {Name, MyOid, MyLine}),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/compile/
H A Dsnmpc_lib.erl1688 {MyOid, MyChildren, MyLine} =
1697 ets:insert(OidEts, {Name, MyOid, MyLine}),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/compile/
H A Dsnmpc_lib.erl1690 {MyOid, MyChildren, MyLine} =
1699 ets:insert(OidEts, {Name, MyOid, MyLine}),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/compile/
H A Dsnmpc_lib.erl1690 {MyOid, MyChildren, MyLine} =
1699 ets:insert(OidEts, {Name, MyOid, MyLine}),
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/compile/
H A Dsnmpc_lib.erl1690 {MyOid, MyChildren, MyLine} =
1699 ets:insert(OidEts, {Name, MyOid, MyLine}),