Home
last modified time | relevance | path

Searched refs:theZoomFactor (Results 1 – 9 of 9) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DXCAFView_Object.hxx93 void SetZoomFactor(Standard_Real theZoomFactor) in SetZoomFactor() argument
95 myZoomFactor = theZoomFactor; in SetZoomFactor()
H A DV3d_View.hxx397 …const Standard_Integer theXp, const Standard_Integer theYp, const Standard_Real theZoomFactor = 1);
468 …Standard_Real theDXv, const Standard_Real theDYv, const Standard_Real theZoomFactor = 1, const Sta…
742 …rd_Integer theDXp, const Standard_Integer theDYp, const Standard_Real theZoomFactor = 1, const Sta…
/dports/cad/opencascade/opencascade-7.6.0/src/XCAFView/
H A DXCAFView_Object.hxx93 void SetZoomFactor(Standard_Real theZoomFactor) in SetZoomFactor() argument
95 myZoomFactor = theZoomFactor; in SetZoomFactor()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DXCAFView_Object.hxx93 void SetZoomFactor(Standard_Real theZoomFactor) in SetZoomFactor() argument
95 myZoomFactor = theZoomFactor; in SetZoomFactor()
H A DV3d_View.hxx385 …const Standard_Integer theXp, const Standard_Integer theYp, const Standard_Real theZoomFactor = 1);
456 …Standard_Real theDXv, const Standard_Real theDYv, const Standard_Real theZoomFactor = 1, const Sta…
739 …rd_Integer theDXp, const Standard_Integer theDYp, const Standard_Real theZoomFactor = 1, const Sta…
/dports/cad/opencascade/opencascade-7.6.0/src/V3d/
H A DV3d_View.hxx397 …const Standard_Integer theXp, const Standard_Integer theYp, const Standard_Real theZoomFactor = 1);
468 …Standard_Real theDXv, const Standard_Real theDYv, const Standard_Real theZoomFactor = 1, const Sta…
742 …rd_Integer theDXp, const Standard_Integer theDYp, const Standard_Real theZoomFactor = 1, const Sta…
H A DV3d_View.cxx2340 const Standard_Real theZoomFactor, in Pan() argument
2343 Panning (Convert (theDXp), Convert (theDYp), theZoomFactor, theToStart); in Pan()
2352 const Standard_Real theZoomFactor, in Panning() argument
2355 Standard_ASSERT_RAISE (theZoomFactor > 0.0, "Bad zoom factor"); in Panning()
2373 Scale (aCamera, aViewDims.X() / theZoomFactor, aViewDims.Y() / theZoomFactor); in Panning()
3348 const Standard_Real theZoomFactor) in Place() argument
3356 Pan (aWinCXp - theXp, -(aWinCYp - theYp), theZoomFactor / Scale()); in Place()
/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/OCCTProxy_D3D/
H A DOCCTProxyD3D.cpp206 void Place (int theX, int theY, float theZoomFactor)
208 Standard_Real aZoomFactor = theZoomFactor;
/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/OCCTProxy/
H A DOCCTProxy.cpp189 void Place(int theX, int theY, float theZoomFactor)
191 Standard_Real aZoomFactor = theZoomFactor;