Home
last modified time | relevance | path

Searched refs:getP1 (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tgeometry/
H A Dtcurveutil.cpp23 return intersect(first.getP0(), first.getP1(), second.getP0(), second.getP1(), in intersect()
181 double b = 2 * (c0.getP1().x - c0.getP0().x); in intersect()
183 double e = 2 * (c0.getP1().y - c0.getP0().y); in intersect()
370 double a = s.getP0().y - s.getP1().y, b = s.getP1().x - s.getP0().x, in intersect()
387 if (q.getP2() - q.getP1() == in intersect()
397 bez.push_back(q.getP1()); in intersect()
412 TPointD v10(s.getP1() - s.getP0()); in intersect()
443 TPointD b = segment.getP1(); in isCloseToSegment()
463 TPointD v3 = point - segment.getP1(); in tdistance()
468 return tdistance(point, segment.getP1()); in tdistance()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/boards/graphicsitems/
H A Dbgi_airwire.cpp72 Point p1 = mAirWire.getP1() + Point(size, size); in updateCacheAndRepaint()
73 Point p2 = mAirWire.getP1() - Point(size, size); in updateCacheAndRepaint()
74 Point p3 = mAirWire.getP1() + Point(size, -size); in updateCacheAndRepaint()
75 Point p4 = mAirWire.getP1() - Point(size, -size); in updateCacheAndRepaint()
81 QLineF(mAirWire.getP1().toPxQPointF(), mAirWire.getP2().toPxQPointF())); in updateCacheAndRepaint()
83 QRectF(mAirWire.getP1().toPxQPointF(), mAirWire.getP2().toPxQPointF()) in updateCacheAndRepaint()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvectorimage/
H A Dtsweepboundary.cpp1075 (curr->getP1() == next->getP1()) && in processAdjacentQuadratics()
1115 (quadratic->getP1() == (*it)->getP1()) && in findIntersections()
1119 (quadratic->getP1() == (*it)->getP1()) && in findIntersections()
1274 (it->first)->getP1() == (it_next->first)->getP1()) || in processIntersections()
1277 (it->first)->getP1() == (it_next->first)->getP1())) { in processIntersections()
1285 (it_nextnext->first)->getP1() == (it_next->first)->getP1()) || in processIntersections()
1288 (it_nextnext->first)->getP1() == (it_next->first)->getP1())) { in processIntersections()
1308 (it->first)->getP1() == (it_prev->first)->getP1()) || in processIntersections()
1311 (it->first)->getP1() == (it_prev->first)->getP1())) { in processIntersections()
1323 (it_prevprev->first)->getP1() == (it_prev->first)->getP1()) || in processIntersections()
[all …]
H A DoutlineApproximation.cpp49 TPointD A = quad.getP0() - 2.0 * quad.getP1() + in localComputeStep()
78 TPointD v1 = curve->getP1() - curve->getP0(); in curvature_t0()
79 TPointD v2 = curve->getP2() - curve->getP1(); in curvature_t0()
144 TPointD t0 = tq->getP1() - tq->getP0(); in makeOutlineForThickQuadratic()
145 TPointD t1 = tq->getP2() - tq->getP1(); in makeOutlineForThickQuadratic()
505 TPointD scP1 = quad.getP1(); in drawQuadratic()
563 splitCircularArcIntoQuadraticCurves(tq->getP0(), arc.getP0(), arc.getP1(), in makeOutline()
568 splitCircularArcIntoQuadraticCurves(tq->getP0(), arc.getP1(), arc.getP2(), in makeOutline()
617 splitCircularArcIntoQuadraticCurves(tq->getP2(), arc.getP1(), arc.getP0(), in makeOutline()
620 splitCircularArcIntoQuadraticCurves(tq->getP2(), arc.getP2(), arc.getP1(), in makeOutline()
H A Dtstroke.cpp186 quad->setThickP1(TThickPoint(quad->getP1(), 0.0)); in floorNegativeThickness()
230 tempTQ->setThickP1(TThickPoint(tempTQ->getP1(), 0.0)); in roundNegativeThickess()
892 double normalizedParam = tq2->getT(tq2->getP1()); in updateParameterValue()
907 normalizedParam = tq1->getT(tq1->getP1()); in updateParameterValue()
2109 if (q->getP0() == q->getP1() && q->getP1() != q->getP2()) in getSpeedTwoValues()
2111 else if (q->getP1() == q->getP2() && q->getP0() != q->getP1()) in getSpeedTwoValues()
2159 if (q->getP0() == q->getP1() && q->getP1() != q->getP2()) in getSpeed()
2161 else if (q->getP1() == q->getP2() && q->getP0() != q->getP1()) in getSpeed()
2743 (q1->getP0() == q2->getP2() && q1->getP1() == q2->getP1() && in intersect()
2831 bez[1] = tq->getP1(); in intersect()
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/mceliece/
H A DBCMcEliecePrivateKey.java88 public Permutation getP1() in getP1() method in BCMcEliecePrivateKey
90 return params.getP1(); in getP1()
149 && getSInv().equals(otherKey.getSInv()) && getP1().equals(otherKey.getP1()) in equals()
163 code = code * 37 + params.getP1().hashCode(); in hashCode()
192 …s.getN(), params.getK(), params.getField(), params.getGoppaPoly(), params.getP1(), params.getP2(),… in getEncoded()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtcurves.h46 TPointD getP1() const { return m_c0 + m_c1; } in getP1() function
63 TRectD getBBox() const { return TRectD(getP0(), getP1()); } in getBBox()
82 return TSegment(aff * seg.getP0(), aff * seg.getP1());
140 TPointD getP1() const { return m_p1; } in getP1() function
198 quad.setP1(aff * curve.getP1());
244 TPointD getP1() const { return m_p1; } in getP1() function
307 out.setP1(aff * curve.getP1());
394 out.setP1(aff * ts.getP1());
464 out.setP1(aff * tq.getP1());
482 out.setThickP1(TThickPoint(aff * tq.getP1(), tq.getThickP1().thick * det));
[all …]
/dports/audio/midifile/midifile-988d55b/src/
H A DMidiEventList.cpp389 contnum = mev->getP1(); in linkNotePairs()
572 } else if (aevent.getP0() == 0xff && aevent.getP1() == 0x2f) { in eventcompare()
577 } else if (bevent.getP0() == 0xff && bevent.getP1() == 0x2f) { in eventcompare()
602 if (aevent.getP1() > bevent.getP1()) { in eventcompare()
604 } if (aevent.getP1() < bevent.getP1()) { in eventcompare()
/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/src/
H A DqanLineGrid.h103 Q_PROPERTY(QPointF p1 READ getP1) in Q_PROPERTY() argument
106 const QPointF& getP1() const { return _p1; } in Q_PROPERTY()
108 QPointF& getP1() { return _p1; } in getP1() function
H A DqanLineGrid.cpp156 _majorLines[majorL]->getP1() = p1; in updateGrid()
165 _minorLines[minorL]->getP1() = p1; in updateGrid()
187 _majorLines[majorL]->getP1() = p1; in updateGrid()
196 _minorLines[minorL]->getP1() = p1; in updateGrid()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/eagleimport/
H A Dsymbolconverter.cpp66 Point startpos = Point::fromMm(wire.getP1().x, wire.getP1().y); in generate()
79 Point p1 = Point::fromMm(rect.getP1().x, rect.getP1().y); in generate()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/geom/Line2D/
H A DNegLineDistSqBug.java64 verify(l1.ptLineDistSq(l2.getP1())); in test()
67 verify(l1.ptSegDistSq(l2.getP1())); in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/geom/Line2D/
H A DNegLineDistSqBug.java64 verify(l1.ptLineDistSq(l2.getP1())); in test()
67 verify(l1.ptSegDistSq(l2.getP1())); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/geom/Line2D/
H A DNegLineDistSqBug.java64 verify(l1.ptLineDistSq(l2.getP1())); in test()
67 verify(l1.ptSegDistSq(l2.getP1())); in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/geom/Line2D/
H A DNegLineDistSqBug.java64 verify(l1.ptLineDistSq(l2.getP1())); in test()
67 verify(l1.ptSegDistSq(l2.getP1())); in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/geom/Line2D/
H A DNegLineDistSqBug.java64 verify(l1.ptLineDistSq(l2.getP1())); in test()
67 verify(l1.ptSegDistSq(l2.getP1())); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/geom/Line2D/
H A DNegLineDistSqBug.java64 verify(l1.ptLineDistSq(l2.getP1())); in test()
67 verify(l1.ptSegDistSq(l2.getP1())); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/geom/Line2D/
H A DNegLineDistSqBug.java64 verify(l1.ptLineDistSq(l2.getP1())); in test()
67 verify(l1.ptSegDistSq(l2.getP1())); in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/geom/Line2D/
H A DNegLineDistSqBug.java64 verify(l1.ptLineDistSq(l2.getP1())); in test()
67 verify(l1.ptSegDistSq(l2.getP1())); in test()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/card/base/
H A Dtest_Commands.cpp47 QCOMPARE(apdu.getP1(), 0x00); in test_Build_PSOBuilder()
72 QCOMPARE(apdu.getP1(), 0); in test_Build_EABuilder()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/java2d/
H A DQuadSegment.java81 P1 = curve.getP1(); in QuadSegment()
158 if (curve.getP1().equals(curve.getCtrlPt())) in offsetSubdivided()
172 else if (curve.getP1().equals(curve.getP2())) in offsetSubdivided()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/java2d/
H A DQuadSegment.java81 P1 = curve.getP1(); in QuadSegment()
158 if (curve.getP1().equals(curve.getCtrlPt())) in offsetSubdivided()
172 else if (curve.getP1().equals(curve.getP2())) in offsetSubdivided()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/java2d/
H A DQuadSegment.java81 P1 = curve.getP1(); in QuadSegment()
158 if (curve.getP1().equals(curve.getCtrlPt())) in offsetSubdivided()
172 else if (curve.getP1().equals(curve.getP2())) in offsetSubdivided()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/java2d/
H A DQuadSegment.java81 P1 = curve.getP1(); in QuadSegment()
158 if (curve.getP1().equals(curve.getCtrlPt())) in offsetSubdivided()
172 else if (curve.getP1().equals(curve.getP2())) in offsetSubdivided()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/java2d/
H A DQuadSegment.java81 P1 = curve.getP1(); in QuadSegment()
158 if (curve.getP1().equals(curve.getCtrlPt())) in offsetSubdivided()
172 else if (curve.getP1().equals(curve.getP2())) in offsetSubdivided()

12345678910>>...12