Home
last modified time | relevance | path

Searched refs:m_BoundingRect (Results 1 – 5 of 5) sorted by relevance

/dports/comms/qsstv/qsstv/editor/
H A Dbasegraphicitem.cpp345 QRectF m_BoundingRect(boundingRect()); in mouseMoveEvent() local
367 m_BoundingRect.setTopLeft(ptMouseMoveInItemsCoord); in mouseMoveEvent()
374 m_BoundingRect.setTopRight(ptMouseMoveInItemsCoord); in mouseMoveEvent()
394 m_BoundingRect.setTop(ptMouseMoveInItemsCoord.y()); in mouseMoveEvent()
408 m_BoundingRect.setLeft(ptMouseMoveInItemsCoord.x()); in mouseMoveEvent()
432 m_BoundingRect = m_BoundingRect.normalized(); in mouseMoveEvent()
433 setTransformOriginPoint(m_BoundingRect.center()); in mouseMoveEvent()
439 if(m_BoundingRect.width()<4*HSIZE) m_BoundingRect.setWidth(4*HSIZE); in mouseMoveEvent()
440 if(m_BoundingRect.height()<4*HSIZE) m_BoundingRect.setHeight(4*HSIZE); in mouseMoveEvent()
462 if (m_ActualRect != m_BoundingRect) in mouseReleaseEvent()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimOrthoImageMosaic.cpp175 return m_BoundingRect; in getBoundingRect()
177 return m_BoundingRect*decimation; in getBoundingRect()
276 << "bounding rect = " << m_BoundingRect << std::endl; in initialize()
373 m_BoundingRect.makeNan(); in computeBoundingRect()
386 if(m_BoundingRect.hasNans()) in computeBoundingRect()
388 m_BoundingRect = shiftedRect; in computeBoundingRect()
392 m_BoundingRect = m_BoundingRect.combine(shiftedRect); in computeBoundingRect()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/imaging/
H A DossimOrthoImageMosaic.h54 ossimIrect m_BoundingRect; variable
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/ekoslive/
H A Dmessage.h199 QRect m_BoundingRect; variable
H A Dmessage.cpp987 if (m_BoundingRect.isNull() == false) in processPolarCommands()
991 double boundX = x * m_BoundingRect.width(); in processPolarCommands()
992 double boundY = y * m_BoundingRect.height(); in processPolarCommands()
997 x = ((boundX + m_BoundingRect.x()) / (m_CurrentZoom / 100)) / m_ViewSize.width(); in processPolarCommands()
998 y = ((boundY + m_BoundingRect.y()) / (m_CurrentZoom / 100)) / m_ViewSize.height(); in processPolarCommands()
2024 m_BoundingRect = rect; in setBoundingRect()