Home
last modified time | relevance | path

Searched refs:GetBounds (Results 1 – 25 of 3146) sorted by relevance

12345678910>>...126

/dports/math/vtk6/VTK-6.2.0/Wrapping/Tools/
H A Dhints1 vtkAbstractMapper3D GetBounds 307 6
12 vtkAbstractVolumeMapper GetBounds 307 6
13 vtkActor GetBounds 307 6
16 vtkAnnotatedCubeActor GetBounds 307 6
17 vtkAssembly GetBounds 307 6
18 vtkAxesActor GetBounds 307 6
19 vtkAxisActor GetBounds 307 6
20 vtkBox GetBounds 307 6
21 vtkBoxRepresentation GetBounds 307 6
27 vtkCell GetBounds 307 6
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiListBox.cpp193 C4Rect rcNewBounds = GetBounds(); in ContractToElementHeight()
304 …if (pClientWindow->IsRangeInView(pNextSelectedItem->GetBounds().y, pNextSelectedItem->GetBounds().… in KeyPageDown()
307 if (pClientWindow->IsRangeInView(pNext->GetBounds().y, pNext->GetBounds().Hgt)) in KeyPageDown()
317 …hile (!pClientWindow->IsRangeInView(pNextSelectedItem->GetBounds().y, pNextSelectedItem->GetBounds in KeyPageDown()
340 …if (pClientWindow->IsRangeInView(pNextSelectedItem->GetBounds().y, pNextSelectedItem->GetBounds().… in KeyPageUp()
343 if (pClientWindow->IsRangeInView(pNext->GetBounds().y, pNext->GetBounds().Hgt)) in KeyPageUp()
402 pClientWindow->ScrollRangeInView(pItem->GetBounds().y, pItem->GetBounds().Hgt); in ScrollItemInView()
417 if (pCurr->GetBounds().y) in UpdateElementPositions()
419 pCurr->GetBounds().y = 0; in UpdateElementPositions()
431 if (iNewY != pCurr->GetBounds().y) in UpdateElementPositions()
[all …]
H A DC4GuiMenu.cpp213 if (pCurr->GetBounds().Contains(iX, iY)) in MouseInput()
333 pCurr->GetBounds().y = 0; in UpdateElementPositions()
343 if (iNewY != pCurr->GetBounds().y) in UpdateElementPositions()
345 pCurr->GetBounds().y = iNewY; in UpdateElementPositions()
353 if (pCurr->GetBounds().Wdt != iMinWdt) in UpdateElementPositions()
355 pCurr->GetBounds().Wdt = iMinWdt; in UpdateElementPositions()
498 int32_t iX = GetClientRect().x + pSelEntry->GetBounds().x + pSelEntry->GetBounds().Wdt; in CheckOpenSubmenu()
499 int32_t iY = GetClientRect().y + pSelEntry->GetBounds().y + pSelEntry->GetBounds().Hgt/2; in CheckOpenSubmenu()
500 int32_t iScreenWdt = GetScreen()->GetBounds().Wdt, iScreenHgt = GetScreen()->GetBounds().Hgt; in CheckOpenSubmenu()
506 iY -= pSubmenu->GetBounds().Hgt; in CheckOpenSubmenu()
[all …]
H A DC4GuiContainers.cpp287 …pChild->MouseInput(rMouse, iButton, iX - pChild->GetBounds().x, iY - pChild->GetBounds().y, dwKeyP… in MouseInput()
373 int32_t iVisHgt = pScrollWindow->GetBounds().Hgt; in Update()
405 int32_t iVisHgt = pScrollWindow->GetBounds().Hgt; in OnPosChanged()
436 …else if (fHorizontal ? Inside<int32_t>(iX, GetBounds().Wdt-C4GUI_ScrollArrowWdt, GetBounds().Wdt-1) in MouseInput()
437 : Inside<int32_t>(iY, GetBounds().Hgt-C4GUI_ScrollArrowHgt, GetBounds().Hgt-1)) in MouseInput()
546 int32_t iVisHgt = GetBounds().Hgt; in ScrollToBottom()
560 int32_t iVisHgt = GetBounds().Hgt; in ScrollPages()
566 int32_t iVisHgt = GetBounds().Hgt; in ScrollBy()
594 int32_t iVisHgt = GetBounds().Hgt; in ScrollRangeInView()
611 return iScrollY + GetBounds().Hgt >= iY+iHgt; in IsRangeInView()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/test/
H A DitkBoxSpatialObjectTest.cxx80 std::cout << box1->GetMyBoundingBoxInWorldSpace()->GetBounds() << std::endl; in itkBoxSpatialObjectTest()
81 std::cout << box2->GetMyBoundingBoxInWorldSpace()->GetBounds() << std::endl; in itkBoxSpatialObjectTest()
85 if( itk::Math::NotAlmostEquals(boundingBox->GetBounds()[0], 29) in itkBoxSpatialObjectTest()
86 || itk::Math::NotAlmostEquals(boundingBox->GetBounds()[1], 59) in itkBoxSpatialObjectTest()
87 || itk::Math::NotAlmostEquals(boundingBox->GetBounds()[2], 29) in itkBoxSpatialObjectTest()
88 || itk::Math::NotAlmostEquals(boundingBox->GetBounds()[3], 59) ) in itkBoxSpatialObjectTest()
91 std::cout << box1->GetMyBoundingBoxInWorldSpace()->GetBounds() << std::endl; in itkBoxSpatialObjectTest()
99 if( itk::Math::NotAlmostEquals(boundingBox2->GetBounds()[0], 50) in itkBoxSpatialObjectTest()
100 || itk::Math::NotAlmostEquals(boundingBox2->GetBounds()[1], 80) in itkBoxSpatialObjectTest()
101 || itk::Math::NotAlmostEquals(boundingBox2->GetBounds()[2], 50) in itkBoxSpatialObjectTest()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DProfilerDraw.cpp103 if (legendHeight > ui.GetBounds().h) { in DrawProfile()
104 legendHeight = ui.GetBounds().h; in DrawProfile()
107 …float legendStartY = legendHeight > ui.GetBounds().centerY() ? ui.GetBounds().y2() - legendHeight … in DrawProfile()
108 float legendStartX = ui.GetBounds().x2() - std::min(legendWidth, 200.0f); in DrawProfile()
124 float graphWidth = ui.GetBounds().x2() - legendWidth - 20.0f; in DrawProfile()
125 float graphHeight = ui.GetBounds().h * 0.8f; in DrawProfile()
145 float y_60th = ui.GetBounds().y2() - 10 - (1.0f / 60.0f) * scale; in DrawProfile()
146 float y_1ms = ui.GetBounds().y2() - 10 - (1.0f / 1000.0f) * scale; in DrawProfile()
171 float bottom = ui.GetBounds().y2(); in DrawProfile()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DProfilerDraw.cpp103 if (legendHeight > ui.GetBounds().h) { in DrawProfile()
104 legendHeight = ui.GetBounds().h; in DrawProfile()
107 …float legendStartY = legendHeight > ui.GetBounds().centerY() ? ui.GetBounds().y2() - legendHeight … in DrawProfile()
108 float legendStartX = ui.GetBounds().x2() - std::min(legendWidth, 200.0f); in DrawProfile()
124 float graphWidth = ui.GetBounds().x2() - legendWidth - 20.0f; in DrawProfile()
125 float graphHeight = ui.GetBounds().h * 0.8f; in DrawProfile()
145 float y_60th = ui.GetBounds().y2() - 10 - (1.0f / 60.0f) * scale; in DrawProfile()
146 float y_1ms = ui.GetBounds().y2() - 10 - (1.0f / 1000.0f) * scale; in DrawProfile()
171 float bottom = ui.GetBounds().y2(); in DrawProfile()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DProfilerDraw.cpp103 if (legendHeight > ui.GetBounds().h) { in DrawProfile()
104 legendHeight = ui.GetBounds().h; in DrawProfile()
107 …float legendStartY = legendHeight > ui.GetBounds().centerY() ? ui.GetBounds().y2() - legendHeight … in DrawProfile()
108 float legendStartX = ui.GetBounds().x2() - std::min(legendWidth, 200.0f); in DrawProfile()
124 float graphWidth = ui.GetBounds().x2() - legendWidth - 20.0f; in DrawProfile()
125 float graphHeight = ui.GetBounds().h * 0.8f; in DrawProfile()
145 float y_60th = ui.GetBounds().y2() - 10 - (1.0f / 60.0f) * scale; in DrawProfile()
146 float y_1ms = ui.GetBounds().y2() - 10 - (1.0f / 1000.0f) * scale; in DrawProfile()
171 float bottom = ui.GetBounds().y2(); in DrawProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dpopup_browsertest.cc112 EXPECT_TRUE(display.work_area().Contains(browser()->window()->GetBounds())) in IN_PROC_BROWSER_TEST_P()
143 EXPECT_TRUE(display.work_area().Contains(popup->window()->GetBounds())) in IN_PROC_BROWSER_TEST_P()
146 << " popup: " << popup->window()->GetBounds().ToString(); in IN_PROC_BROWSER_TEST_P()
174 auto popup_bounds = popup->window()->GetBounds(); in IN_PROC_BROWSER_TEST_P()
182 EXPECT_NE(popup_bounds.origin(), popup->window()->GetBounds().origin()); in IN_PROC_BROWSER_TEST_P()
183 EXPECT_EQ(popup_bounds.size(), popup->window()->GetBounds().size()); in IN_PROC_BROWSER_TEST_P()
184 EXPECT_TRUE(display.work_area().Contains(popup->window()->GetBounds())) in IN_PROC_BROWSER_TEST_P()
208 auto popup_bounds = popup->window()->GetBounds(); in IN_PROC_BROWSER_TEST_P()
216 EXPECT_NE(popup_bounds.size(), popup->window()->GetBounds().size()); in IN_PROC_BROWSER_TEST_P()
217 EXPECT_TRUE(display.work_area().Contains(popup->window()->GetBounds())) in IN_PROC_BROWSER_TEST_P()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DTestBoundingBox.cxx32 bbox.GetBounds(bb); in TestBoundingBox()
41 bbox.GetBounds(bb); in TestBoundingBox()
50 bbox.GetBounds(bb); in TestBoundingBox()
59 bbox.GetBounds(bb); in TestBoundingBox()
69 bbox.GetBounds(bb); in TestBoundingBox()
78 invalidBBox.GetBounds(bb); in TestBoundingBox()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestBoundingBox.cxx37 bbox.GetBounds(bb); in TestBoundingBox()
46 bbox.GetBounds(bb); in TestBoundingBox()
55 bbox.GetBounds(bb); in TestBoundingBox()
64 bbox.GetBounds(bb); in TestBoundingBox()
74 bbox.GetBounds(bb); in TestBoundingBox()
82 invalidBBox.GetBounds(bb); in TestBoundingBox()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/
H A DTestBoundingBox.cxx32 bbox.GetBounds(bb); in TestBoundingBox()
41 bbox.GetBounds(bb); in TestBoundingBox()
50 bbox.GetBounds(bb); in TestBoundingBox()
59 bbox.GetBounds(bb); in TestBoundingBox()
69 bbox.GetBounds(bb); in TestBoundingBox()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/client/
H A DContentClient.cpp168 IntRect drawBounds = result.mRegionToDraw.GetBounds(); in BeginPaint()
272 updateRegion.GetBounds()); in BeginPaint()
340 aPaintState.mRegionToDraw.GetBounds(), aIter); in BorrowDrawTargetForPainting()
388 neededRegion.GetBounds().Size()); in CalculateBufferForPaint()
395 } else if (neededRegion.GetBounds().Size() <= in CalculateBufferForPaint()
402 destBufferRect = neededRegion.GetBounds(); in CalculateBufferForPaint()
455 NS_ASSERTION(destBufferRect.Contains(neededRegion.GetBounds()), in CalculateBufferForPaint()
696 updatedRegion = aVisibleRegion.GetBounds(); in GetUpdatedRegion()
835 mFrontUpdatedRegion.GetBounds().X(), mFrontUpdatedRegion.GetBounds().Y(), in FinalizeFrame()
836 mFrontUpdatedRegion.GetBounds().Width(), in FinalizeFrame()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/client/
H A DContentClient.cpp165 IntRect drawBounds = result.mRegionToDraw.GetBounds(); in BeginPaint()
269 updateRegion.GetBounds()); in BeginPaint()
337 aPaintState.mRegionToDraw.GetBounds(), aIter); in BorrowDrawTargetForPainting()
385 neededRegion.GetBounds().Size()); in CalculateBufferForPaint()
392 } else if (neededRegion.GetBounds().Size() <= in CalculateBufferForPaint()
399 destBufferRect = neededRegion.GetBounds(); in CalculateBufferForPaint()
452 NS_ASSERTION(destBufferRect.Contains(neededRegion.GetBounds()), in CalculateBufferForPaint()
693 updatedRegion = aVisibleRegion.GetBounds(); in GetUpdatedRegion()
832 mFrontUpdatedRegion.GetBounds().X(), mFrontUpdatedRegion.GetBounds().Y(), in FinalizeFrame()
833 mFrontUpdatedRegion.GetBounds().Width(), in FinalizeFrame()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/client/
H A DContentClient.cpp168 IntRect drawBounds = result.mRegionToDraw.GetBounds(); in BeginPaint()
272 updateRegion.GetBounds()); in BeginPaint()
340 aPaintState.mRegionToDraw.GetBounds(), aIter); in BorrowDrawTargetForPainting()
388 neededRegion.GetBounds().Size()); in CalculateBufferForPaint()
395 } else if (neededRegion.GetBounds().Size() <= in CalculateBufferForPaint()
402 destBufferRect = neededRegion.GetBounds(); in CalculateBufferForPaint()
455 NS_ASSERTION(destBufferRect.Contains(neededRegion.GetBounds()), in CalculateBufferForPaint()
696 updatedRegion = aVisibleRegion.GetBounds(); in GetUpdatedRegion()
835 mFrontUpdatedRegion.GetBounds().X(), mFrontUpdatedRegion.GetBounds().Y(), in FinalizeFrame()
836 mFrontUpdatedRegion.GetBounds().Width(), in FinalizeFrame()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing/
H A DRegionDataTest.cs105 Assert.IsTrue (r.GetBounds (graphic).Equals (region.GetBounds (graphic)), "Bounds"); in PathRegion()
117 Assert.IsTrue (r.GetBounds (graphic).Equals (region.GetBounds (graphic)), "Bounds"); in CombinedPathRegion()
134 Assert.IsTrue (r.GetBounds (graphic).Equals (region.GetBounds (graphic)), "Bounds"); in MultiCombinedPathRegion()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/wayland/host/
H A Dwayland_subsurface.cc59 auto old_bounds = GetBounds(); in SetBounds()
67 GetBounds(), parent_window()->GetBounds(), ui_scale(), buffer_scale()); in SetBounds()
107 auto bounds_px = AdjustSubsurfaceBounds(GetBounds(), parent->GetBounds(), in CreateSubsurface()
H A Dwayland_popup.cc22 if (GetBounds().IsEmpty()) in CreateShellPopup()
102 gfx::Rect parent_bounds = parent_window()->GetBounds(); in HandlePopupConfigure()
123 parent_window()->GetBounds()), in HandlePopupConfigure()
164 gfx::ScaleToRoundedRect(parent_window()->GetBounds(), 1.0 / ui_scale()); in AdjustPopupWindowPosition()
166 gfx::ScaleToRoundedRect(GetBounds(), 1.0 / ui_scale()), in AdjustPopupWindowPosition()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkImageSlice.cxx135 double *vtkImageSlice::GetBounds() in GetBounds() function in vtkImageSlice
146 bounds = this->Mapper->GetBounds(); in GetBounds()
203 this->GetBounds(); in GetMinXBound()
210 this->GetBounds(); in GetMaxXBound()
217 this->GetBounds(); in GetMinYBound()
224 this->GetBounds(); in GetMaxYBound()
231 this->GetBounds(); in GetMinZBound()
238 this->GetBounds(); in GetMaxZBound()
476 this->GetBounds(); in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkImageSlice.cxx136 double* vtkImageSlice::GetBounds() in GetBounds() function in vtkImageSlice
147 const double* bounds = this->Mapper->GetBounds(); in GetBounds()
220 this->GetBounds(); in GetMinXBound()
227 this->GetBounds(); in GetMaxXBound()
234 this->GetBounds(); in GetMinYBound()
241 this->GetBounds(); in GetMaxYBound()
248 this->GetBounds(); in GetMinZBound()
255 this->GetBounds(); in GetMaxZBound()
500 this->GetBounds(); in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkImageSlice.cxx137 double *vtkImageSlice::GetBounds() in GetBounds() function in vtkImageSlice
148 const double *bounds = this->Mapper->GetBounds(); in GetBounds()
205 this->GetBounds(); in GetMinXBound()
212 this->GetBounds(); in GetMaxXBound()
219 this->GetBounds(); in GetMinYBound()
226 this->GetBounds(); in GetMaxYBound()
233 this->GetBounds(); in GetMinZBound()
240 this->GetBounds(); in GetMaxZBound()
486 this->GetBounds(); in PrintSelf()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/client/
H A DContentClient.cpp155 IntRect drawBounds = result.mRegionToDraw.GetBounds(); in BeginPaint()
277 updateRegion.GetBounds(), in BeginPaint()
432 neededRegion.GetBounds().Size()); in CalculateBufferForPaint()
439 } else if (neededRegion.GetBounds().Size() <= in CalculateBufferForPaint()
446 destBufferRect = neededRegion.GetBounds(); in CalculateBufferForPaint()
499 NS_ASSERTION(destBufferRect.Contains(neededRegion.GetBounds()), in CalculateBufferForPaint()
760 updatedRegion = aVisibleRegion.GetBounds(); in GetUpdatedRegion()
899 mFrontUpdatedRegion.GetBounds().X(), mFrontUpdatedRegion.GetBounds().Y(), in FinalizeFrame()
900 mFrontUpdatedRegion.GetBounds().Width(), in FinalizeFrame()
901 mFrontUpdatedRegion.GetBounds().Height())); in FinalizeFrame()
[all …]
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkPlotBarRangeHandlesItem.cxx9 void vtkPlotBarRangeHandlesItem::GetBounds(double bounds[4]) in GetBounds() function in vtkPlotBarRangeHandlesItem
23 this->Superclass::GetBounds(bounds); in GetBounds()
26 this->PlotBar->GetBounds(plotBounds); in GetBounds()
46 this->GetBounds(bounds); in SetActiveHandlePosition()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkUniformGridAMR.cxx162 grid->GetBounds(bb); in SetDataSet()
318 const double* vtkUniformGridAMR::GetBounds() in GetBounds() function in vtkUniformGridAMR
320 return !this->AMRData->Empty()? this->Bounds : this->AMRInfo->GetBounds(); in GetBounds()
324 void vtkUniformGridAMR::GetBounds( double bounds[6] ) in GetBounds() function in vtkUniformGridAMR
326 const double* bb = this->GetBounds(); in GetBounds()
336 const double* bb = this->GetBounds(); in GetMin()
345 const double* bb = this->GetBounds(); in GetMax()
/dports/math/vtk6/VTK-6.2.0/Examples/ParallelProcessing/SMP/Cxx/
H A DvtkUniformGridAMR2.cxx163 grid->GetBounds(bb); in SetDataSet()
319 const double* vtkUniformGridAMR2::GetBounds() in GetBounds() function in vtkUniformGridAMR2
321 return !this->AMRData->Empty()? this->Bounds : this->AMRInfo->GetBounds(); in GetBounds()
325 void vtkUniformGridAMR2::GetBounds( double bounds[6] ) in GetBounds() function in vtkUniformGridAMR2
327 const double* bb = this->GetBounds(); in GetBounds()
337 const double* bb = this->GetBounds(); in GetMin()
346 const double* bb = this->GetBounds(); in GetMax()

12345678910>>...126