Home
last modified time | relevance | path

Searched refs:getLastPoint (Results 1 – 16 of 16) sorted by relevance

/dports/databases/opentsdb/opentsdb-2.3.0/test/meta/
H A DTestTSUIDQuery.java390 assertNull(query.getLastPoint(false, 0).join()); in getLastPointMetricZeroBackscanOutOfRange()
421 assertNull(query.getLastPoint(false, 1).join()); in getLastPointMetricOneBackscanOutOfRange()
458 query.getLastPoint(false, -1).join(); in getLastPointMetricNegativeBackscan()
489 query.getLastPoint(false, 0).join(); in getLastPointMetricNSUNMetric()
502 query.getLastPoint(false, 0).join(); in getLastPointMetricNSUNTagk()
514 query.getLastPoint(false, 0).join(); in getLastPointMetricNSUNTagv()
528 query.getLastPoint(false, 0).join(); in getLastPointMetricEmptyTags()
559 assertNull(query.getLastPoint(false, 0).join()); in getLastPointTSUIDZeroBackscanRecentOutOfRange()
656 query.getLastPoint(true, 0).join(); in getLastPointTSUIDMetricNSUI()
689 query.getLastPoint(true, 0).join(); in getLastPointTSUIDTagkNSUI()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/t2/
H A DT2Interpreter.java62 final Point lastPoint = getLastPoint(); in _rmoveto()
72 final Point lastPoint = getLastPoint(); in _hmoveto()
82 final Point lastPoint = getLastPoint(); in _vmoveto()
101 final Point lastPoint = getLastPoint(); in _rlineto()
124 final Point lastPoint = getLastPoint(); in _hlineto()
151 final Point lastPoint = getLastPoint(); in _vlineto()
186 final Point lastPoint = getLastPoint(); in _rrcurveto()
222 final Point lastPoint = getLastPoint(); in _hhcurveto()
374 final Point lastPoint = getLastPoint(); in _rcurveline()
1024 private Point getLastPoint() { in getLastPoint() method in T2Interpreter
[all …]
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/tool/
H A Dselecttool.cpp49 mAnchorOriginPoint = getLastPoint(); in beginSelection()
59 mMoveMode = selectMan->validateMoveMode(getLastPoint()); in beginSelection()
71 mAnchorOriginPoint = selectMan->whichAnchorPoint(getLastPoint()); in beginSelection()
155 …return (!isSelectionPointValid() && mEditor->select()->validateMoveMode(getLastPoint()) == MoveMod… in maybeDeselect()
H A Dmovetool.cpp201 if (selectMan->validateMoveMode(getLastPoint()) == MoveMode::MIDDLE) in beginInteraction()
237 else if (vectorImage->getLastAreaNumber(getLastPoint()) > -1) in createVectorSelection()
260 int areaNumber = vectorImage->getLastAreaNumber(getLastPoint()); in setAreaSelected()
287 anchorOriginPoint = getLastPoint(); in setAnchorToLastPoint()
H A Dbuckettool.cpp170 QPoint point = QPoint(qFloor(getLastPoint().x()), qFloor(getLastPoint().y())); in paintBitmap()
H A Dselecttool.h52 inline bool isSelectionPointValid() { return mAnchorOriginPoint != getLastPoint(); } in isSelectionPointValid()
H A Dhandtool.cpp101 QPointF d = getCurrentPoint() - getLastPoint(); in transformView()
H A Dbasetool.h130 QPointF getLastPoint();
H A Dbasetool.cpp386 QPointF BaseTool::getLastPoint() in getLastPoint() function in BaseTool
/dports/graphics/aseprite/aseprite-1.2.9/src/app/tools/
H A Dcontroller.h53 virtual gfx::Point getLastPoint() const { return gfx::Point(0, 0); } in getLastPoint() function
H A Dcontrollers.h55 gfx::Point getLastPoint() const override { return m_last; } in getLastPoint() function
440 gfx::Point getLastPoint() const override { return m_last; } in getLastPoint() function
/dports/databases/opentsdb/opentsdb-2.3.0/src/meta/
H A DTSUIDQuery.java160 public Deferred<IncomingDataPoint> getLastPoint(final boolean resolve_names, in getLastPoint() method in TSUIDQuery
550 public static Deferred<IncomingDataPoint> getLastPoint(final TSDB tsdb, in getLastPoint() method in TSUIDQuery
555 return query.getLastPoint(resolve_names, max_lookups); in getLastPoint()
/dports/databases/opentsdb/opentsdb-2.3.0/src/tsd/
H A DQueryRpc.java414 deferreds.add(TSUIDQuery.getLastPoint(tsdb, entry.getKey(), in handleLastDataPointQuery()
452 deferreds.add(tsuid_query.getLastPoint(data_query.getResolveNames(), in handleLastDataPointQuery()
462 deferreds.add(tsuid_query.getLastPoint(data_query.getResolveNames(), in handleLastDataPointQuery()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DMeshCapper.java466 CapVertex last = getLastPoint(v); in process()
744 private CapVertex getLastPoint(CapVertex v) { in getLastPoint() method in MeshCapper
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dtool_loop_impl.cpp449 getController()->getLastPoint())); in commitOrRollback()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting.cpp626 void getLastPoint(GDLGStream *a, DDouble& wx, DDouble& wy) in getLastPoint() function
861 getLastPoint(a, x, y); in draw_polyline()