Home
last modified time | relevance | path

Searched refs:endT (Results 51 – 75 of 195) sorted by relevance

12345678

/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqstroker.cpp926 qreal endT = (startAngle + sweepLength - endSegment * 90) / 90; in qt_curves_for_arc() local
931 endT = 1 - endT; in qt_curves_for_arc()
941 if (qFuzzyIsNull(endT)) { in qt_curves_for_arc()
942 endT = 1; in qt_curves_for_arc()
947 endT = qt_t_for_arc_angle(endT * 90); in qt_curves_for_arc()
950 const bool splitAtEnd = !qFuzzyIsNull(endT - qreal(1)); in qt_curves_for_arc()
975 if (startSegment == endSegment && qFuzzyCompare(startT, endT)) in qt_curves_for_arc()
980 b = b.bezierOnInterval(startT, endT); in qt_curves_for_arc()
984 b = b.bezierOnInterval(0, endT); in qt_curves_for_arc()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqstroker.cpp926 qreal endT = (startAngle + sweepLength - endSegment * 90) / 90; in qt_curves_for_arc() local
931 endT = 1 - endT; in qt_curves_for_arc()
941 if (qFuzzyIsNull(endT)) { in qt_curves_for_arc()
942 endT = 1; in qt_curves_for_arc()
947 endT = qt_t_for_arc_angle(endT * 90); in qt_curves_for_arc()
950 const bool splitAtEnd = !qFuzzyIsNull(endT - qreal(1)); in qt_curves_for_arc()
975 if (startSegment == endSegment && qFuzzyCompare(startT, endT)) in qt_curves_for_arc()
980 b = b.bezierOnInterval(startT, endT); in qt_curves_for_arc()
984 b = b.bezierOnInterval(0, endT); in qt_curves_for_arc()
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/shaders/
H A Dtexture3d.frag43 highp float endT = min(t.x, min(t.y, t.z));
44 rayStop = rayStart + endT * rayDir;
45 if (endT <= 0.0)
/dports/security/nmap/nmap-7.91/scripts/
H A Ddns-fuzz.nse258 local endT
274 endT = timelimit*1000 + nmap.clock_ms()
277 endT = 10*60*1000 + nmap.clock_ms()
293 while not endT or nmap.clock_ms()<endT do
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsTSect.cpp1652 double r1t = fC1Index ? fC1Span->endT() : fC1Span->startT(); in addIntersection()
1653 double r2t = fC2Index ? fC2Span->endT() : fC2Span->startT(); in addIntersection()
1671 fC1EndT = span1->endT(); in findEnd()
1673 fC2EndT = span2->endT(); in findEnd()
1680 SkOPOBJASSERT(i, fC1Span == mate.fC1Span || fC1Span->endT() <= mate.fC1Span->startT() in matesWith()
1681 || mate.fC1Span->endT() <= fC1Span->startT()); in matesWith()
1683 || mate.fC2Span->endT() <= fC2Span->startT()); in matesWith()
1684 return fC1Span == mate.fC1Span || fC1Span->endT() == mate.fC1Span->startT() in matesWith()
1685 || fC1Span->startT() == mate.fC1Span->endT() in matesWith()
1687 || fC2Span->endT() == mate.fC2Span->startT() in matesWith()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsTSect.cpp1652 double r1t = fC1Index ? fC1Span->endT() : fC1Span->startT(); in addIntersection()
1653 double r2t = fC2Index ? fC2Span->endT() : fC2Span->startT(); in addIntersection()
1671 fC1EndT = span1->endT(); in findEnd()
1673 fC2EndT = span2->endT(); in findEnd()
1680 SkOPOBJASSERT(i, fC1Span == mate.fC1Span || fC1Span->endT() <= mate.fC1Span->startT() in matesWith()
1681 || mate.fC1Span->endT() <= fC1Span->startT()); in matesWith()
1683 || mate.fC2Span->endT() <= fC2Span->startT()); in matesWith()
1684 return fC1Span == mate.fC1Span || fC1Span->endT() == mate.fC1Span->startT() in matesWith()
1685 || fC1Span->startT() == mate.fC1Span->endT() in matesWith()
1687 || fC2Span->endT() == mate.fC2Span->startT() in matesWith()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp1652 double r1t = fC1Index ? fC1Span->endT() : fC1Span->startT(); in addIntersection()
1653 double r2t = fC2Index ? fC2Span->endT() : fC2Span->startT(); in addIntersection()
1671 fC1EndT = span1->endT(); in findEnd()
1673 fC2EndT = span2->endT(); in findEnd()
1680 SkOPOBJASSERT(i, fC1Span == mate.fC1Span || fC1Span->endT() <= mate.fC1Span->startT() in matesWith()
1681 || mate.fC1Span->endT() <= fC1Span->startT()); in matesWith()
1683 || mate.fC2Span->endT() <= fC2Span->startT()); in matesWith()
1684 return fC1Span == mate.fC1Span || fC1Span->endT() == mate.fC1Span->startT() in matesWith()
1685 || fC1Span->startT() == mate.fC1Span->endT() in matesWith()
1687 || fC2Span->endT() == mate.fC2Span->startT() in matesWith()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsTSect.cpp1652 double r1t = fC1Index ? fC1Span->endT() : fC1Span->startT(); in addIntersection()
1653 double r2t = fC2Index ? fC2Span->endT() : fC2Span->startT(); in addIntersection()
1671 fC1EndT = span1->endT(); in findEnd()
1673 fC2EndT = span2->endT(); in findEnd()
1680 SkOPOBJASSERT(i, fC1Span == mate.fC1Span || fC1Span->endT() <= mate.fC1Span->startT() in matesWith()
1681 || mate.fC1Span->endT() <= fC1Span->startT()); in matesWith()
1683 || mate.fC2Span->endT() <= fC2Span->startT()); in matesWith()
1684 return fC1Span == mate.fC1Span || fC1Span->endT() == mate.fC1Span->startT() in matesWith()
1685 || fC1Span->startT() == mate.fC1Span->endT() in matesWith()
1687 || fC2Span->endT() == mate.fC2Span->startT() in matesWith()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp1653 double r1t = fC1Index ? fC1Span->endT() : fC1Span->startT(); in addIntersection()
1654 double r2t = fC2Index ? fC2Span->endT() : fC2Span->startT(); in addIntersection()
1672 fC1EndT = span1->endT(); in findEnd()
1674 fC2EndT = span2->endT(); in findEnd()
1681 SkOPOBJASSERT(i, fC1Span == mate.fC1Span || fC1Span->endT() <= mate.fC1Span->startT() in matesWith()
1682 || mate.fC1Span->endT() <= fC1Span->startT()); in matesWith()
1684 || mate.fC2Span->endT() <= fC2Span->startT()); in matesWith()
1685 return fC1Span == mate.fC1Span || fC1Span->endT() == mate.fC1Span->startT() in matesWith()
1686 || fC1Span->startT() == mate.fC1Span->endT() in matesWith()
1688 || fC2Span->endT() == mate.fC2Span->startT() in matesWith()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsTSect.cpp1652 double r1t = fC1Index ? fC1Span->endT() : fC1Span->startT(); in addIntersection()
1653 double r2t = fC2Index ? fC2Span->endT() : fC2Span->startT(); in addIntersection()
1671 fC1EndT = span1->endT(); in findEnd()
1673 fC2EndT = span2->endT(); in findEnd()
1680 SkOPOBJASSERT(i, fC1Span == mate.fC1Span || fC1Span->endT() <= mate.fC1Span->startT() in matesWith()
1681 || mate.fC1Span->endT() <= fC1Span->startT()); in matesWith()
1683 || mate.fC2Span->endT() <= fC2Span->startT()); in matesWith()
1684 return fC1Span == mate.fC1Span || fC1Span->endT() == mate.fC1Span->startT() in matesWith()
1685 || fC1Span->startT() == mate.fC1Span->endT() in matesWith()
1687 || fC2Span->endT() == mate.fC2Span->startT() in matesWith()
[all …]
/dports/math/mcsim/mcsim-6.2.0/sim/
H A Dmh.c371 while ((i <= pgd->endT - 1) && bOK) {
1870 for (j = pgd->startT; j <= pgd->endT; j++) {
1964 pgd->endT = NTEMP - 1;
1971 pgd->rgdPerks[pgd->endT] = 1.00;
2045 int i = pgd->endT;
2112 int iCount = pgd->endT - pgd->startT + 1;
2123 pgd->endT = iCount - 1;
2335 for (i = pgd->startT; i <= pgd->endT; i++) {
2339 for (i = pgd->startT; i <= pgd->endT; i++) {
2343 for (i = pgd->startT; i <= pgd->endT; i++) {
[all …]
/dports/games/criticalmass/CriticalMass-1.5/game/
H A DLevelPack.hpp88 void endT( Point3D &tangent) in endT() function in LPath
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsTSect.h120 double endT() const { in endT() function
2017 double r1t = fC1Index ? fC1Span->endT() : fC1Span->startT(); in addIntersection()
2018 double r2t = fC2Index ? fC2Span->endT() : fC2Span->startT(); in addIntersection()
2036 fC1EndT = span1->endT(); in findEnd()
2038 fC2EndT = span2->endT(); in findEnd()
2046 || mate.fC1Span->endT() <= fC1Span->startT()); in matesWith()
2048 || mate.fC2Span->endT() <= fC2Span->startT()); in matesWith()
2049 return fC1Span == mate.fC1Span || fC1Span->endT() == mate.fC1Span->startT() in matesWith()
2050 || fC1Span->startT() == mate.fC1Span->endT() in matesWith()
2052 || fC2Span->endT() == mate.fC2Span->startT() in matesWith()
[all …]
H A DSkPathOpsCubic.h131 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkPathOpsTSect.h120 double endT() const { in endT() function
1978 double r1t = fC1Index ? fC1Span->endT() : fC1Span->startT(); in addIntersection()
1979 double r2t = fC2Index ? fC2Span->endT() : fC2Span->startT(); in addIntersection()
1997 fC1EndT = span1->endT(); in findEnd()
1999 fC2EndT = span2->endT(); in findEnd()
2007 || mate.fC1Span->endT() <= fC1Span->startT()); in matesWith()
2009 || mate.fC2Span->endT() <= fC2Span->startT()); in matesWith()
2010 return fC1Span == mate.fC1Span || fC1Span->endT() == mate.fC1Span->startT() in matesWith()
2011 || fC1Span->startT() == mate.fC1Span->endT() in matesWith()
2013 || fC2Span->endT() == mate.fC2Span->startT() in matesWith()
[all …]
H A DSkPathOpsCubic.h124 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dsdgecko_io.c245 u32 endT,diff; in __card_checktimeout() local
248 endT = gettick(); in __card_checktimeout()
249 if(endT<startT) { in __card_checktimeout()
250 diff = (endT+(-1-startT))+1; in __card_checktimeout()
252 diff = (endT-startT); in __card_checktimeout()
/dports/math/polymake/polymake-4.5/external/permlib/include/permlib/
H A Dbsgs.h216 … BaseIterator begin, BaseIterator end, TransversalIterator beginT, TransversalIterator endT) const;
259 … BaseIterator begin, BaseIterator end, TransversalIterator beginT, TransversalIterator endT) const{ in sift() argument
264 for (baseIt = begin, transIt = beginT; baseIt != end && transIt != endT; ++baseIt, ++transIt) { in sift()
/dports/math/permlib/PermLib-0.2.9/include/permlib/
H A Dbsgs.h209 … BaseIterator begin, BaseIterator end, TransversalIterator beginT, TransversalIterator endT) const;
252 … BaseIterator begin, BaseIterator end, TransversalIterator beginT, TransversalIterator endT) const{ in sift() argument
257 for (baseIt = begin, transIt = beginT; baseIt != end && transIt != endT; ++baseIt, ++transIt) { in sift()
/dports/math/py-or-tools/or-tools-9.2/examples/notebook/contrib/
H A Drostering_with_travel.ipynb137 " endT = model.NewIntVar(0, horizon, 'end_%i_on_m%i' % (i, m))\n",
139 " startT, travel_time, endT, travel,\n",
/dports/graphics/nanort/nanort-b1feea8/examples/partio_view/
H A Dmain.cc165 auto endT = std::chrono::system_clock::now(); in RenderThread() local
167 std::chrono::duration<double, std::milli> ms = endT - startT; in RenderThread()
/dports/graphics/nanort/nanort-b1feea8/examples/las/
H A Dmain.cc184 auto endT = std::chrono::system_clock::now(); in RenderThread() local
186 std::chrono::duration<double, std::milli> ms = endT - startT; in RenderThread()
/dports/graphics/nanort/nanort-b1feea8/examples/minecraft/
H A Dmain.cc184 auto endT = std::chrono::system_clock::now(); in RenderThread() local
186 std::chrono::duration<double, std::milli> ms = endT - startT; in RenderThread()
/dports/graphics/nanort/nanort-b1feea8/examples/qrcode/
H A Dmain.cc184 auto endT = std::chrono::system_clock::now(); in RenderThread() local
186 std::chrono::duration<double, std::milli> ms = endT - startT; in RenderThread()
/dports/graphics/nanort/nanort-b1feea8/examples/gltfrender/
H A Dmain.cc184 auto endT = std::chrono::system_clock::now(); in RenderThread() local
186 std::chrono::duration<double, std::milli> ms = endT - startT; in RenderThread()

12345678