Home
last modified time | relevance | path

Searched refs:resizeGL (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/dports/multimedia/mpc-qt/mpc-qt-20.10/widgets/
H A Dlogowidget.cpp28 void LogoDrawer::resizeGL(int w, int h) in resizeGL() function in LogoDrawer
88 logoDrawer->resizeGL(width(), height()); in setLogo()
115 void LogoWidget::resizeGL(int w, int h) in resizeGL() function in LogoWidget
117 logoDrawer->resizeGL(w,h); in resizeGL()
H A Dlogowidget.h14 void resizeGL(int w, int h);
41 void resizeGL(int w, int h);
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/widgets/
H A DSoQtGLArea.cpp129 SoQtGLArea::resizeGL(int width, int height) in resizeGL() function in SoQtGLArea
131 SOQT_GLAREA_DEBUG_START(resizeGL); in resizeGL()
133 SOQT_GLAREA_DEBUG_DONE(resizeGL); in resizeGL()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/examples/
H A Doverpainting.qdoc44 to initialize any required resources, \l{QGLWidget::resizeGL()}{resizeGL()}
73 The \l{QGLWidget::resizeGL()}{resizeGL()} function is used to ensure that
140 calls to \l{QGLWidget::resizeGL()}{resizeGL()} and
172 The implementation of the \l{QGLWidget::resizeGL()}{resizeGL()} function
198 and \c resizeGL().
222 \o Reimplement QGLWidget::resizeGL() as in the pure 3D case.
234 \l{QGLWidget::resizeGL()}{resizeGL()} function to set the correct
/dports/multimedia/QtAV/QtAV-1.13.0/src/output/video/
H A DOpenGLWindowRenderer.cpp60 void OpenGLWindowRenderer::resizeGL(int w, int h) in resizeGL() function in QtAV::OpenGLWindowRenderer
74 resizeGL(width(), height()); in showEvent()
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/
H A Drenderer.cpp107 void Renderer::resizeGL(int viewWidth, int viewHeight) in resizeGL() function in Renderer
213 resizeGL(m_hRes, m_vRes); in render()
257 resizeGL(m_fullHRes, m_fullVRes); in render()
261 resizeGL(m_hRes, m_vRes); in render()
346 resizeGL(event->size().width(), event->size().height()); in resizeEvent()
/dports/math/mathgl/mathgl-2.5/examples/
H A Dqgl_example.cpp34 void MainWindow::resizeGL(int w, int h) // standard resize replace in resizeGL() function in MainWindow
36 QGLWidget::resizeGL(w, h); in resizeGL()
H A Dqgl_example.h12 void resizeGL(int nWidth, int nHeight); // Method called after each window resize
/dports/multimedia/QtAV/QtAV-1.13.0/widgets/
H A DOpenGLWidgetRenderer.cpp61 void OpenGLWidgetRenderer::resizeGL(int w, int h) in resizeGL() function in QtAV::OpenGLWidgetRenderer
87 resizeGL(width(), height()); in showEvent()
H A DGLWidgetRenderer2.cpp81 void GLWidgetRenderer2::resizeGL(int w, int h) in resizeGL() function in QtAV::GLWidgetRenderer2
95 resizeGL(width(), height()); in showEvent()
H A DQOpenGLWidget.cpp125 void QOpenGLWidget::resizeGL(int w, int h) in resizeGL() function in QtAV::QOpenGLWidget
151 resizeGL(width(), height()); in resizeEvent()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/opengl/qopenglwindow/
H A Dmain.cpp84 void resizeGL(int w, int h) override;
147 void OpenGLWindow::resizeGL(int w, int h) in resizeGL() function in OpenGLWindow
/dports/devel/boost-docs/boost_1_72_0/libs/compute/example/
H A Dmandelbrot.cpp86 void resizeGL(int width, int height);
128 void MandelbrotWidget::resizeGL(int width, int height) in resizeGL() function in MandelbrotWidget
/dports/devel/boost-python-libs/boost_1_72_0/libs/compute/example/
H A Dmandelbrot.cpp86 void resizeGL(int width, int height);
128 void MandelbrotWidget::resizeGL(int width, int height) in resizeGL() function in MandelbrotWidget
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/gl/
H A Dgl_surface.cpp33 void resizeGL(int w, int h) override;
78 void SurfaceOpenGL::resizeGL(int w, int h) { in resizeGL() function in Ui::GL::__anon2436f0680111::SurfaceOpenGL
/dports/devel/boost-libs/boost_1_72_0/libs/compute/example/
H A Dmandelbrot.cpp86 void resizeGL(int width, int height);
128 void MandelbrotWidget::resizeGL(int width, int height) in resizeGL() function in MandelbrotWidget
/dports/devel/hyperscan/boost_1_75_0/libs/compute/example/
H A Dmandelbrot.cpp86 void resizeGL(int width, int height);
128 void MandelbrotWidget::resizeGL(int width, int height) in resizeGL() function in MandelbrotWidget
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/qt/
H A Doglviewport.h17 virtual void resizeGL(int w, int h);
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/qt/
H A Doglviewport.h17 virtual void resizeGL(int w, int h);
/dports/graphics/wdune/wdune-1.926/docs/export_example_c++/qt_opengl_example/
H A Dglwidget.h31 void resizeGL(int w, int h);
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dskymapgldraw.h35 virtual void resizeGL(int, int);
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/qt/
H A DYabauseGL.h37 virtual void resizeGL( int w, int h );
H A DYabauseSoftGL.h42 virtual void resizeGL( int w, int h );
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/opengl/samplebuffers/
H A Dglwidget.h50 void resizeGL(int w, int h);
/dports/cad/gmsh/gmsh-4.9.2-source/utils/qt/
H A DGLWidget.h31 void resizeGL(int width, int height);

12345678910>>...34