Home
last modified time | relevance | path

Searched defs:selectionY2 (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkViewport.cxx716 double selectionX2, double selectionY2, in PickPropFrom()
H A DvtkRenderer.cxx1767 double selectionX2, double selectionY2) in PickProp()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkViewport.cxx721 double selectionX2, double selectionY2, in PickPropFrom()
H A DvtkRenderer.cxx1467 double selectionX2, double selectionY2) in PickProp()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkViewport.cxx726 double selectionX2, double selectionY2, vtkPropCollection* pickfrom) in PickPropFrom()
H A DvtkRenderer.cxx1860 double selectionX1, double selectionY1, double selectionX2, double selectionY2) in PickProp()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/
H A DCTabRendering.java496 int selectionX1, selectionY1, selectionX2, selectionY2; in drawSelectedTab() local