Home
last modified time | relevance | path

Searched refs:theMouseStartX (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DV3d_View.hxx755 …Standard_EXPORT void ZoomAtPoint (const Standard_Integer theMouseStartX, const Standard_Integer th…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DV3d_View.hxx758 …Standard_EXPORT void ZoomAtPoint (const Standard_Integer theMouseStartX, const Standard_Integer th…
/dports/cad/opencascade/opencascade-7.6.0/src/V3d/
H A DV3d_View.hxx758 …Standard_EXPORT void ZoomAtPoint (const Standard_Integer theMouseStartX, const Standard_Integer th…
H A DV3d_View.cxx2414 void V3d_View::ZoomAtPoint (const Standard_Integer theMouseStartX, in ZoomAtPoint() argument
2422 …Standard_Real aDxy = Standard_Real ((theMouseEndX + theMouseEndY) - (theMouseStartX + theMouseStar… in ZoomAtPoint()