Home
last modified time | relevance | path

Searched refs:Graphic3d_Vec2i (Results 51 – 75 of 139) sorted by relevance

123456

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_ShaderVariable.hxx71 struct Graphic3d_UniformValueTypeID<Graphic3d_Vec2i> {
103 typedef Graphic3d_UniformValue<Graphic3d_Vec2i> Graphic3d_UniformVec2i;
H A DGraphic3d_Vec2.hxx22 typedef NCollection_Vec2<Standard_Integer> Graphic3d_Vec2i; typedef
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_RenderingParams.hxx151 …new Graphic3d_TransformPers (Graphic3d_TMF_2d, Aspect_TOTP_LEFT_UPPER, Graphic3d_Vec2i (20, 20))), in Graphic3d_RenderingParams()
152 …new Graphic3d_TransformPers (Graphic3d_TMF_2d, Aspect_TOTP_RIGHT_UPPER, Graphic3d_Vec2i (20, 20))), in Graphic3d_RenderingParams()
269Graphic3d_Vec2i ChartSize; //!< chart size in pixels, (-1, -1)…
H A DGraphic3d_Vec2.hxx22 typedef NCollection_Vec2<Standard_Integer> Graphic3d_Vec2i; typedef
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAIS_LightSource.hxx218 const Graphic3d_Vec2i& theDragFrom,
219 const Graphic3d_Vec2i& theDragTo,
287 Standard_EXPORT virtual Standard_Boolean HandleMouseClick (const Graphic3d_Vec2i& thePoint,
H A DGraphic3d_RenderingParams.hxx151 …new Graphic3d_TransformPers (Graphic3d_TMF_2d, Aspect_TOTP_LEFT_UPPER, Graphic3d_Vec2i (20, 20))), in Graphic3d_RenderingParams()
152 …new Graphic3d_TransformPers (Graphic3d_TMF_2d, Aspect_TOTP_RIGHT_UPPER, Graphic3d_Vec2i (20, 20))), in Graphic3d_RenderingParams()
269Graphic3d_Vec2i ChartSize; //!< chart size in pixels, (-1, -1)…
H A DWasm_Window.hxx106 Standard_EXPORT void SetSizeBacking (const Graphic3d_Vec2i& theSize);
190 Graphic3d_Vec2i mySize;
H A DViewerTest_EventManager.hxx83 Standard_EXPORT virtual bool UpdateMouseClick (const Graphic3d_Vec2i& thePoint,
89 Standard_EXPORT virtual bool UpdateMouseButtons (const Graphic3d_Vec2i& thePoint,
H A DSelectMgr_SelectableObjectSet.hxx138 const Graphic3d_Vec2i& theWinSize);
230Graphic3d_Vec2i myLastWinSize; //!< Last viewp…
H A DGraphic3d_Vec2.hxx22 typedef NCollection_Vec2<Standard_Integer> Graphic3d_Vec2i; typedef
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_LightSource.hxx218 const Graphic3d_Vec2i& theDragFrom,
219 const Graphic3d_Vec2i& theDragTo,
287 Standard_EXPORT virtual Standard_Boolean HandleMouseClick (const Graphic3d_Vec2i& thePoint,
H A DAIS_InteractiveObject.cxx66 const Graphic3d_Vec2i&, in ProcessDragging() argument
67 const Graphic3d_Vec2i&, in ProcessDragging()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/08_HLR/src/
H A DHLRView3D.cpp332 … GetDocument()->GetAISContext()->SelectRectangle (Graphic3d_Vec2i (theButtonDownX,theButtonDownY), in DragEvent()
333 Graphic3d_Vec2i (x,y), in DragEvent()
383 … GetDocument()->GetAISContext()->SelectRectangle (Graphic3d_Vec2i (theButtonDownX,theButtonDownY), in MultiDragEvent()
384 Graphic3d_Vec2i (x,y), in MultiDragEvent()
/dports/cad/opencascade/opencascade-7.6.0/src/Media/
H A DMedia_Scaler.cxx78 bool Media_Scaler::Init (const Graphic3d_Vec2i& theSrcDims, in Init()
80 const Graphic3d_Vec2i& theResDims, in Init()
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_Texture.cxx79 static Graphic3d_Vec2i computeSmallestMipMapSize (const Graphic3d_Vec2i& theBaseSize, Standard_Inte… in computeSmallestMipMapSize()
81 Graphic3d_Vec2i aMipSizeXY = theBaseSize; in computeSmallestMipMapSize()
234 const Graphic3d_Vec2i& theSizeXY, in Init()
556 …return Init (theCtx, aFormat, Graphic3d_Vec2i ((Standard_Integer)theImage.SizeX(), (Standard_Integ… in Init()
653 …const Graphic3d_Vec2i aMipSize = computeSmallestMipMapSize (Graphic3d_Vec2i (mySizeX, mySizeY), my… in InitCompressed()
674 Graphic3d_Vec2i aMipSizeXY (theImage.SizeX(), theImage.SizeY()); in InitCompressed()
953 …const Graphic3d_Vec2i aMipSize = computeSmallestMipMapSize (Graphic3d_Vec2i (aCompImage->SizeX(), … in InitCubeMap()
1063 Graphic3d_Vec2i aMipSizeXY (mySizeX, mySizeY); in InitCubeMap()
1288 Graphic3d_Vec2i aSize (mySizeX, mySizeY); in ImageDump()
H A DOpenGl_FrameBuffer.cxx188 const Graphic3d_Vec2i& theSize, in Init()
206 const Graphic3d_Vec2i& theSize, in Init()
277 …|| !aColorTexture->Init (theGlContext, aFormat, Graphic3d_Vec2i (aSizeX, aSizeY), Graphic3d_TOT_2D… in Init()
328 const Graphic3d_Vec2i& theSize, in Init()
406 …|| !aColorTexture->Init (theGlContext, aFormat, Graphic3d_Vec2i (aSizeX, aSizeY), Graphic3d_TOT_2D… in Init()
417 …&& !myDepthStencilTexture->Init (theGlContext, aDepthFormat, Graphic3d_Vec2i (aSizeX, aSizeY), Gra… in Init()
496 const Graphic3d_Vec2i& theViewportSize, in InitLazy()
511 const Graphic3d_Vec2i& theViewportSize, in InitLazy()
533 const Graphic3d_Vec2i& theSize, in InitWithRB()
H A DOpenGl_FrameStatsPrs.cxx49 …new Graphic3d_TransformPers (Graphic3d_TMF_2d, Aspect_TOTP_LEFT_UPPER, Graphic3d_Vec2i (20, 20))), in OpenGl_FrameStatsPrs()
50 …new Graphic3d_TransformPers (Graphic3d_TMF_2d, Aspect_TOTP_RIGHT_UPPER, Graphic3d_Vec2i (20, 20))), in OpenGl_FrameStatsPrs()
197 const Graphic3d_Vec2i aViewSize (aCtx->VirtualViewport()[2], aCtx->VirtualViewport()[3]); in updateChart()
198 Graphic3d_Vec2i aCharSize (aRendParams.ChartSize); in updateChart()
209 Graphic3d_Vec2i anOffset; in updateChart()
/dports/cad/opencascade/opencascade-7.6.0/samples/glfw/
H A DGlfwOcctWindow.cpp156 Graphic3d_Vec2i GlfwOcctWindow::CursorPosition() const in CursorPosition()
160 return Graphic3d_Vec2i ((int )aPos.x(), (int )aPos.y()); in CursorPosition()
/dports/cad/opencascade/opencascade-7.6.0/src/Wasm/
H A DWasm_Window.hxx106 Standard_EXPORT void SetSizeBacking (const Graphic3d_Vec2i& theSize);
190 Graphic3d_Vec2i mySize;
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/
H A DViewerTest_EventManager.hxx83 Standard_EXPORT virtual bool UpdateMouseClick (const Graphic3d_Vec2i& thePoint,
89 Standard_EXPORT virtual bool UpdateMouseButtons (const Graphic3d_Vec2i& thePoint,
/dports/cad/opencascade/opencascade-7.6.0/tools/View/
H A DView_Widget.cxx279 if (myController->PressMouseButton (Graphic3d_Vec2i (theEvent->x(), theEvent->y()), in mousePressEvent()
294 if (myController->ReleaseMouseButton (Graphic3d_Vec2i (theEvent->x(), theEvent->y()), in mouseReleaseEvent()
314 myController->UpdateMousePosition (Graphic3d_Vec2i (theEvent->x(), theEvent->y()), in mouseMoveEvent()
/dports/cad/opencascade/opencascade-7.6.0/src/WNT/
H A DWNT_Window.cxx883 const Graphic3d_Vec2i aPos (LOWORD(theMsg.lParam), HIWORD(theMsg.lParam)); in ProcessMessage()
922 Graphic3d_Vec2i aPos (int(short(LOWORD(theMsg.lParam))), int(short(HIWORD(theMsg.lParam)))); in ProcessMessage()
940 Graphic3d_Vec2i aPos (LOWORD(theMsg.lParam), HIWORD(theMsg.lParam)); in ProcessMessage()
1016 Graphic3d_Vec2i aWinTopLeft, aWinBotRight; in ProcessMessage()
1027 const Graphic3d_Vec2i aSize = aWinBotRight - aWinTopLeft; in ProcessMessage()
1030 const Graphic3d_Vec2i aNewPos2i = Graphic3d_Vec2i (aNewPos2d + Graphic3d_Vec2d (0.5)); in ProcessMessage()
/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_SelectableObjectSet.hxx138 const Graphic3d_Vec2i& theWinSize);
230Graphic3d_Vec2i myLastWinSize; //!< Last viewp…
/dports/cad/opencascade/opencascade-7.6.0/src/QABugs/
H A DQABugs_16.cxx191 …AIS_StatusOfPick aPickStatus = anAISContext->SelectRectangle (Graphic3d_Vec2i (aXPixMin, aYPixMin), in BUC60774()
192Graphic3d_Vec2i (aXPixMax, aYPixMax), in BUC60774()
202 aPickStatus = anAISContext->SelectRectangle (Graphic3d_Vec2i (aXPixMin, aYPixMin), in BUC60774()
203 Graphic3d_Vec2i (aXPixMax, aYPixMax), in BUC60774()
213 aPickStatus = anAISContext->SelectRectangle (Graphic3d_Vec2i (aXPixMin, aYPixMin), in BUC60774()
214 Graphic3d_Vec2i (aXPixMax, aYPixMax), in BUC60774()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/Common/
H A DOCC_3dBaseDoc.cpp114 myAISContext->SelectRectangle (Graphic3d_Vec2i (aStartDragX, aStartDragY), in DragEvent()
115 Graphic3d_Vec2i (theMouseX, theMouseY), in DragEvent()
180 myAISContext->SelectRectangle (Graphic3d_Vec2i (aStartDragX, aStartDragY), in ShiftDragEvent()
181 Graphic3d_Vec2i (theMouseX, theMouseY), in ShiftDragEvent()

123456