Home
last modified time | relevance | path

Searched refs:aViewport (Results 1 – 25 of 45) sorted by relevance

12

/dports/cad/opencascade/opencascade-7.6.0/src/IVtkVTK/
H A DIVtkVTK_View.cxx250 Standard_Real aViewport[4]; in GetViewport() local
251 myRenderer->GetViewport (aViewport); in GetViewport()
252 theX = aViewport[0]; in GetViewport()
253 theY = aViewport[1]; in GetViewport()
254 theWidth = aViewport[2]; in GetViewport()
255 theHeight = aViewport[3]; in GetViewport()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DVisualViewport.cpp184 VisualViewport* aViewport, nsPresContext* aPresContext) in VisualViewportResizeEvent() argument
186 mViewport(aViewport), in VisualViewportResizeEvent()
188 VVP_LOG("%p: Registering PostResize on %p %p\n", aViewport, aPresContext, in VisualViewportResizeEvent()
255 VisualViewport* aViewport, nsPresContext* aPresContext, in VisualViewportScrollEvent() argument
258 mViewport(aViewport), in VisualViewportScrollEvent()
262 VVP_LOG("%p: Registering PostScroll on %p %p\n", aViewport, aPresContext, in VisualViewportScrollEvent()
H A DVisualViewport.h52 VisualViewportResizeEvent(VisualViewport* aViewport,
65 VisualViewportScrollEvent(VisualViewport* aViewport,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DVisualViewport.cpp184 VisualViewport* aViewport, nsPresContext* aPresContext) in VisualViewportResizeEvent() argument
186 mViewport(aViewport), in VisualViewportResizeEvent()
188 VVP_LOG("%p: Registering PostResize on %p %p\n", aViewport, aPresContext, in VisualViewportResizeEvent()
255 VisualViewport* aViewport, nsPresContext* aPresContext, in VisualViewportScrollEvent() argument
258 mViewport(aViewport), in VisualViewportScrollEvent()
262 VVP_LOG("%p: Registering PostScroll on %p %p\n", aViewport, aPresContext, in VisualViewportScrollEvent()
H A DVisualViewport.h50 VisualViewportResizeEvent(VisualViewport* aViewport,
63 VisualViewportScrollEvent(VisualViewport* aViewport,
/dports/www/firefox/firefox-99.0/dom/base/
H A DVisualViewport.cpp184 VisualViewport* aViewport, nsPresContext* aPresContext) in VisualViewportResizeEvent() argument
186 mViewport(aViewport), in VisualViewportResizeEvent()
188 VVP_LOG("%p: Registering PostResize on %p %p\n", aViewport, aPresContext, in VisualViewportResizeEvent()
258 VisualViewport* aViewport, nsPresContext* aPresContext, in VisualViewportScrollEvent() argument
261 mViewport(aViewport), in VisualViewportScrollEvent()
265 VVP_LOG("%p: Registering PostScroll on %p %p\n", aViewport, aPresContext, in VisualViewportScrollEvent()
H A DVisualViewport.h52 VisualViewportResizeEvent(VisualViewport* aViewport,
65 VisualViewportScrollEvent(VisualViewport* aViewport,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DVisualViewport.cpp184 VisualViewport* aViewport, nsPresContext* aPresContext) in VisualViewportResizeEvent() argument
186 mViewport(aViewport), in VisualViewportResizeEvent()
188 VVP_LOG("%p: Registering PostResize on %p %p\n", aViewport, aPresContext, in VisualViewportResizeEvent()
255 VisualViewport* aViewport, nsPresContext* aPresContext, in VisualViewportScrollEvent() argument
258 mViewport(aViewport), in VisualViewportScrollEvent()
262 VVP_LOG("%p: Registering PostScroll on %p %p\n", aViewport, aPresContext, in VisualViewportScrollEvent()
H A DVisualViewport.h52 VisualViewportResizeEvent(VisualViewport* aViewport,
65 VisualViewportScrollEvent(VisualViewport* aViewport,
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_PBREnvironment.cxx359 const Standard_Integer aViewport[4] = { 0, 0, 9, myCanRenderFloat ? 1 : 3 }; in processDiffIBLMap() local
360 theCtx->ResizeViewport(aViewport); in processDiffIBLMap()
382 …n.InitZero (myCanRenderFloat ? Image_Format_RGBAF : Image_Format_RGBA, aViewport[2], aViewport[3]); in processDiffIBLMap()
383 theCtx->core11fwd->glReadPixels (0, 0, aViewport[2], aViewport[3], in processDiffIBLMap()
481 const Standard_Integer aViewport[4] = { 0, 0, aSize, aSize }; in processSpecIBLMap() local
482 theCtx->ResizeViewport (aViewport); in processSpecIBLMap()
H A DOpenGl_GraduatedTrihedron.cxx135 const Standard_Integer* aViewport = theContext->Viewport(); in getNormal() local
143 Graphic3d_TransformUtils::UnProject<Standard_ShortReal> ((Standard_ShortReal) aViewport[0], in getNormal()
144 (Standard_ShortReal) aViewport[1], in getNormal()
146 aModelMatrix, aProjMatrix, aViewport, in getNormal()
149 …_TransformUtils::UnProject<Standard_ShortReal> ((Standard_ShortReal) (aViewport[0] + aViewport[2]), in getNormal()
150 (Standard_ShortReal) aViewport[1], in getNormal()
152 aModelMatrix, aProjMatrix, aViewport, in getNormal()
155 Graphic3d_TransformUtils::UnProject<Standard_ShortReal> ((Standard_ShortReal) aViewport[0], in getNormal()
156 … (Standard_ShortReal) (aViewport[1] + aViewport[3]), in getNormal()
158 aModelMatrix, aProjMatrix, aViewport, in getNormal()
[all …]
H A DOpenGl_FrameBuffer.cxx704 GLint aViewport[4] = {}; in InitWrapper() local
705 theGlCtx->core11fwd->glGetIntegerv (GL_VIEWPORT, aViewport); in InitWrapper()
706 myVPSizeX = aViewport[2]; in InitWrapper()
707 myVPSizeY = aViewport[3]; in InitWrapper()
766 const Standard_Integer aViewport[4] = { 0, 0, myVPSizeX, myVPSizeY }; in SetupViewport() local
767 theGlCtx->ResizeViewport (aViewport); in SetupViewport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/geometry/
H A Dviewinformation2d.cxx127 css::geometry::RealRectangle2D aViewport; in impInterpretPropertyValues() local
128 rProp.Value >>= aViewport; in impInterpretPropertyValues()
129 maViewport = basegfx::unotools::b2DRectangleFromRealRectangle2D(aViewport); in impInterpretPropertyValues()
188 const css::geometry::RealRectangle2D aViewport( in impFillViewInformationFromContent() local
191 mxViewInformation[nIndex].Value <<= aViewport; in impFillViewInformationFromContent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/geometry/
H A Dviewinformation2d.cxx150 css::geometry::RealRectangle2D aViewport; in impInterpretPropertyValues() local
151 rProp.Value >>= aViewport; in impInterpretPropertyValues()
152 … maViewport = basegfx::unotools::b2DRectangleFromRealRectangle2D(aViewport); in impInterpretPropertyValues()
215 …const css::geometry::RealRectangle2D aViewport(basegfx::unotools::rectangle2DFromB2DRectangle(maVi… in impFillViewInformationFromContent() local
217 mxViewInformation[nIndex].Value <<= aViewport; in impFillViewInformationFromContent()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/opengl/
H A DOpenGLU.st167 gluUnProject: x y: y z: z modelview: mvMatrix projection: projMatrix viewport: aViewport [
173 gluUnProject: aVertex modelview: mvMatrix projection: projMatrix viewport: aViewport [
181 viewport: aViewport
184 unProject: x y: y z: z modelview: mvMatrix projection: projMatrix viewport: aViewport [
193 viewport: aViewport.
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DMobileViewportManager.cpp192 const CSSSize& aViewport, in UpdateResolution() argument
211 aViewport, in UpdateResolution()
221 defaultZoom = MaxScaleRatio(ScreenSize(aDisplaySize), aViewport); in UpdateResolution()
266 aViewport, mMobileViewportSize); in UpdateResolution()
H A DMobileViewportManager.h75 const mozilla::CSSSize& aViewport,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DMobileViewportManager.cpp188 const CSSSize& aViewport, const Maybe<float>& aDisplayWidthChangeRatio) { in UpdateResolution() argument
207 restoreResolution, restoreDisplayWidthChangeRatio, aViewport, in UpdateResolution()
218 defaultZoom = MaxScaleRatio(ScreenSize(aDisplaySize), aViewport); in UpdateResolution()
264 aViewport, mMobileViewportSize); in UpdateResolution()
H A DMobileViewportManager.h82 const mozilla::CSSSize& aViewport,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx811 const basegfx::B2DRange& aViewport(getViewInformation2D().getDiscreteViewport()); in processBackgroundColorPrimitive2D() local
813 …static_cast<sal_Int32>(floor(aViewport.getMinX())), static_cast<sal_Int32>(floor(aViewport.getMinY… in processBackgroundColorPrimitive2D()
814 …static_cast<sal_Int32>(ceil(aViewport.getMaxX())), static_cast<sal_Int32>(ceil(aViewport.getMaxY()… in processBackgroundColorPrimitive2D()
/dports/editors/libreoffice/libreoffice-7.2.6.2/android/source/src/java/org/mozilla/gecko/gfx/
H A DLayer.java198 public RenderContext(RectF aViewport, RectF aPageRect, float aZoomFactor, in RenderContext() argument
200 viewport = aViewport; in RenderContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/mozilla/gecko/gfx/
H A DLayer.java198 public RenderContext(RectF aViewport, RectF aPageRect, float aZoomFactor, in RenderContext() argument
200 viewport = aViewport; in RenderContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/test/accessibility/
H A DCanvas.java274 JViewport aViewport = (JViewport)getParent(); in setupTransformation() local
275 JScrollPane aScrollPane = (JScrollPane)aViewport.getParent(); in setupTransformation()
297 Dimension aWidgetSize = aViewport.getSize(); in setupTransformation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/test/accessibility/
H A DCanvas.java274 JViewport aViewport = (JViewport)getParent(); in setupTransformation() local
275 JScrollPane aScrollPane = (JScrollPane)aViewport.getParent(); in setupTransformation()
297 Dimension aWidgetSize = aViewport.getSize(); in setupTransformation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx877 const basegfx::B2DRange& aViewport(getViewInformation2D().getDiscreteViewport()); in processBackgroundColorPrimitive2D() local
878 const ::tools::Rectangle aRectangle(static_cast<sal_Int32>(floor(aViewport.getMinX())), in processBackgroundColorPrimitive2D()
879 static_cast<sal_Int32>(floor(aViewport.getMinY())), in processBackgroundColorPrimitive2D()
880 static_cast<sal_Int32>(ceil(aViewport.getMaxX())), in processBackgroundColorPrimitive2D()
881 static_cast<sal_Int32>(ceil(aViewport.getMaxY()))); in processBackgroundColorPrimitive2D()

12