Home
last modified time | relevance | path

Searched refs:block_bounds (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Doverlapped_blocks.hxx69 std::pair<Shape, Shape> overlapBoundsAt(const std::pair<Shape, Shape>& block_bounds, const Shape& g… in overlapBoundsAt() argument
72 Shape overlapped_block_begin = block_bounds.first; in overlapBoundsAt()
73 Shape overlapped_block_end = block_bounds.second; in overlapBoundsAt()
148 … std::pair<Shape, Shape> block_bounds = blockBoundsAt(coordinates, view.shape(), block_shape); in operator []() local
149 …std::pair<Shape, Shape> overlap_bounds = overlapBoundsAt(block_bounds, view.shape(), overlap_befor… in operator []()
153 …result.inner_bounds = std::make_pair(block_bounds.first - overlap_bounds.first, block_bounds.secon… in operator []()
194 … std::pair<Shape, Shape> block_bounds = blockBoundsAt(coordinates, array.shape(), block_shape); in operator []() local
195 …std::pair<Shape, Shape> overlap_bounds = overlapBoundsAt(block_bounds, array.shape(), overlap_befo… in operator []()
200 …result.inner_bounds = std::make_pair(block_bounds.first - overlap_bounds.first, block_bounds.secon… in operator []()
/dports/games/minetest/minetest-5.4.1/src/
H A Dmap.cpp1048 (pos_camera.X <= block_bounds.MaxEdge.X); in determineAdditionalOcclusionCheck()
1050 (pos_camera.Y <= block_bounds.MaxEdge.Y); in determineAdditionalOcclusionCheck()
1052 (pos_camera.Z <= block_bounds.MaxEdge.Z); in determineAdditionalOcclusionCheck()
1060 check.Z = CLOSEST_EDGE(pos_camera, block_bounds, Z); in determineAdditionalOcclusionCheck()
1064 check.X = CLOSEST_EDGE(pos_camera, block_bounds, X); in determineAdditionalOcclusionCheck()
1068 check.Y = CLOSEST_EDGE(pos_camera, block_bounds, Y); in determineAdditionalOcclusionCheck()
1075 check.Y = CLOSEST_EDGE(pos_camera, block_bounds, Y); in determineAdditionalOcclusionCheck()
1076 check.Z = CLOSEST_EDGE(pos_camera, block_bounds, Z); in determineAdditionalOcclusionCheck()
1080 check.X = CLOSEST_EDGE(pos_camera, block_bounds, X); in determineAdditionalOcclusionCheck()
1081 check.Z = CLOSEST_EDGE(pos_camera, block_bounds, Z); in determineAdditionalOcclusionCheck()
[all …]
H A Dmap.h296 const core::aabbox3d<s16> &block_bounds, v3s16 &check);
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/point_cloud/
H A DossimPointBlock.h65 void getBounds(ossimGrect& block_bounds) const;
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/point_cloud/
H A DossimPointBlock.cpp49 void ossimPointBlock::getBounds(ossimGrect& block_bounds) const in getBounds()
54 block_bounds = ossimGrect(m_minRecord.getPosition(), m_maxRecord.getPosition()); in getBounds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dweb_frame_widget_impl.cc538 auto block_bounds = in HandleGestureEvent() local
545 pos_in_local_frame_root, block_bounds); in HandleGestureEvent()
H A Dweb_view_frame_widget.cc338 WebRect block_bounds = in HandleGestureEvent() local
341 web_view_->AnimateDoubleTapZoom(pos_in_root_frame, block_bounds); in HandleGestureEvent()
H A Dweb_frame_test.cc3386 WebRect block_bounds = in TEST_F() local
3389 block_bounds); in TEST_F()
12373 WebRect block_bounds = ComputeBlockBoundHelper(&WebView(), point, false); in TEST_F() local
12374 WebView().AnimateDoubleTapZoom(IntPoint(point), block_bounds); in TEST_F()
12395 WebRect block_bounds = ComputeBlockBoundHelper(&WebView(), point, false); in TEST_F() local
12396 WebView().AnimateDoubleTapZoom(IntPoint(point), block_bounds); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dweb_frame_widget_impl.cc837 WebRect block_bounds = in HandleGestureEvent() local
844 block_bounds); in HandleGestureEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_view_impl.cc491 WebRect block_bounds = in HandleGestureEvent() local
494 AnimateDoubleTapZoom(pos_in_root_frame, block_bounds); in HandleGestureEvent()
1081 WebRect block_bounds = MainFrameImpl()->FrameWidgetImpl()->ComputeBlockBound( in ZoomToFindInPageRect() local
1086 if (block_bounds.IsEmpty()) { in ZoomToFindInPageRect()
1096 gfx::Point(rect_in_root_frame.x, rect_in_root_frame.y), block_bounds, in ZoomToFindInPageRect()
H A Dweb_view_impl.h227 void AnimateDoubleTapZoom(const gfx::Point&, const WebRect& block_bounds);
H A Dweb_frame_test.cc3412 WebRect block_bounds = in TEST_F() local
3415 block_bounds); in TEST_F()
12137 WebRect block_bounds = ComputeBlockBoundHelper(&WebView(), point, false); in TEST_F() local
12138 WebView().AnimateDoubleTapZoom(IntPoint(point), block_bounds); in TEST_F()
12159 WebRect block_bounds = ComputeBlockBoundHelper(&WebView(), point, false); in TEST_F() local
12160 WebView().AnimateDoubleTapZoom(IntPoint(point), block_bounds); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_view_impl.h225 void AnimateDoubleTapZoom(const gfx::Point&, const WebRect& block_bounds);
H A Dweb_view_impl.cc905 WebRect block_bounds = MainFrameImpl()->FrameWidgetImpl()->ComputeBlockBound( in ZoomToFindInPageRect() local
910 if (block_bounds.IsEmpty()) { in ZoomToFindInPageRect()
920 gfx::Point(rect_in_root_frame.x, rect_in_root_frame.y), block_bounds, in ZoomToFindInPageRect()