Home
last modified time | relevance | path

Searched refs:mRootBounds (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/pointcloud/
H A Dqgspointcloudindex.cpp198 const int d = mRootBounds.xMax() - mRootBounds.xMin(); in nodeBounds()
201 xMin = round( mRootBounds.xMin() + dLevel * n.x() ); in nodeBounds()
202 xMax = round( mRootBounds.xMin() + dLevel * ( n.x() + 1 ) ); in nodeBounds()
203 yMin = round( mRootBounds.yMin() + dLevel * n.y() ); in nodeBounds()
204 yMax = round( mRootBounds.yMin() + dLevel * ( n.y() + 1 ) ); in nodeBounds()
205 zMin = round( mRootBounds.zMin() + dLevel * n.z() ); in nodeBounds()
206 zMax = round( mRootBounds.zMin() + dLevel * ( n.z() + 1 ) ); in nodeBounds()
H A Dqgspointcloudindex.h293 QgsPointCloudDataBounds mRootBounds; //!< Bounds of the root node's cube (in int32 coordinates) variable
H A Dqgseptpointcloudindex.cpp253 mRootBounds = QgsPointCloudDataBounds( in loadSchema()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMIntersectionObserver.h35 mRootBounds(std::move(aRootBounds)), in DOMIntersectionObserverEntry()
53 DOMRect* GetRootBounds() { return mRootBounds; } in GetRootBounds()
68 RefPtr<DOMRect> mRootBounds; variable
H A DDOMIntersectionObserver.cpp36 mRootBounds, mBoundingClientRect,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMIntersectionObserver.h34 mRootBounds(std::move(aRootBounds)), in DOMIntersectionObserverEntry()
52 DOMRect* GetRootBounds() { return mRootBounds; } in GetRootBounds()
67 RefPtr<DOMRect> mRootBounds; variable
H A DDOMIntersectionObserver.cpp34 mRootBounds, mBoundingClientRect,
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMIntersectionObserver.h36 mRootBounds(std::move(aRootBounds)), in DOMIntersectionObserverEntry()
54 DOMRect* GetRootBounds() { return mRootBounds; } in GetRootBounds()
69 RefPtr<DOMRect> mRootBounds; variable
H A DDOMIntersectionObserver.cpp35 mRootBounds, mBoundingClientRect,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMIntersectionObserver.h35 mRootBounds(std::move(aRootBounds)), in DOMIntersectionObserverEntry()
53 DOMRect* GetRootBounds() { return mRootBounds; } in GetRootBounds()
68 RefPtr<DOMRect> mRootBounds; variable
H A DDOMIntersectionObserver.cpp36 mRootBounds, mBoundingClientRect,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMIntersectionObserver.h35 mRootBounds(aRootBounds), in DOMIntersectionObserverEntry()
54 DOMRect* GetRootBounds() { return mRootBounds; } in GetRootBounds()
69 RefPtr<DOMRect> mRootBounds; variable
H A DDOMIntersectionObserver.cpp27 mRootBounds, mBoundingClientRect,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMIntersectionObserver.h37 mRootBounds(aRootBounds), in DOMIntersectionObserverEntry()
64 return mRootBounds; in GetRootBounds()
90 RefPtr<DOMRect> mRootBounds; variable
H A DDOMIntersectionObserver.cpp26 mRootBounds, mBoundingClientRect, in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()