Home
last modified time | relevance | path

Searched refs:pointScreen (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Mime/
H A DMimePointsDetector.cpp87 QPointF pointScreen; in isMimePointsData() local
89 pointScreen); in isMimePointsData()
90 if (pointScreen.x() < 0 || in isMimePointsData()
91 pointScreen.y() < 0 || in isMimePointsData()
92 pointScreen.x() > screenSize.width() || in isMimePointsData()
93 pointScreen.y() > screenSize.height ()) { in isMimePointsData()
H A DMimePointsImport.cpp50 QPointF pointScreen; in retrievePoints() local
52 pointScreen); in retrievePoints()
54 points.push_back (pointScreen.toPoint ()); in retrievePoints()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Grid/
H A DGridLineFactory.cpp118 QPointF pointScreen; in createGridLine() local
120 pointScreen); in createGridLine()
122 double distanceToNearestPoint = minScreenDistanceFromPoints (pointScreen); in createGridLine()
131 pointScreen, in createGridLine()
146 posStartScreen = pointScreen; in createGridLine()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Transformation/
H A DTransformation.h125 QPointF &pointScreen) const;
128 void transformScreenToLinearCartesianGraph (const QPointF &pointScreen,
H A DTransformation.cpp435 QPointF &pointScreen) const in transformRawGraphToScreen()
442 pointScreen); in transformRawGraphToScreen()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Geometry/
H A DGeometryStrategyAbstractBase.cpp34 const Point &pointScreen = points [i]; in calculatePositionsGraph() local
35 QPointF posScreen = pointScreen.posScreen (); in calculatePositionsGraph()
/dports/x11-wm/hs-xmonad/xmonad-0.17.0/src/XMonad/
H A DOperations.hs49 initColor, pointScreen, screenWorkspace,
383 mnew <- maybe (return Nothing) (fmap (fmap stag) . uncurry pointScreen)
601 point_sc <- pointScreen (fi $ wa_x wa) (fi $ wa_y wa)
624 pointScreen :: Position -> Position
626 pointScreen x y = withWindowSet $ return . find p . W.screens function
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DTransformManager.java1512 public void transformPtScr(T3 ptXYZ, P3i pointScreen) { in transformPtScr() argument
1513 pointScreen.setT(transformPt(ptXYZ)); in transformPtScr()
1516 public void transformPtScrT3(T3 ptXYZ, T3 pointScreen) { in transformPtScrT3() argument
1520 pointScreen.setT(fScrPt); in transformPtScrT3()
1528 public void transformPtNoClip(T3 ptXYZ, T3 pointScreen) { in transformPtNoClip() argument
1530 pointScreen.setT(fScrPt); in transformPtNoClip()