/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Renderers/ |
H A D | OpenGL_DebugFont.cpp | 140 OpenGL_DebugFont::OpenGL_DebugFont(float retinaScale) in OpenGL_DebugFont() argument 141 : m_retinaScale(retinaScale) in OpenGL_DebugFont() 289 float retinaScale = m_retinaScale; in StartClip() local 295 rect.y = view[3] / retinaScale - (rect.y + rect.h); in StartClip() 298 …glScissor(retinaScale * rect.x * Scale(), retinaScale * rect.y * Scale(), retinaScale * rect.w * S… in StartClip()
|
H A D | OpenGL_DebugFont.h | 34 OpenGL_DebugFont(float retinaScale);
|
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Renderers/ |
H A D | OpenGL_DebugFont.cpp | 140 OpenGL_DebugFont::OpenGL_DebugFont(float retinaScale) in OpenGL_DebugFont() argument 141 : m_retinaScale(retinaScale) in OpenGL_DebugFont() 289 float retinaScale = m_retinaScale; in StartClip() local 295 rect.y = view[3] / retinaScale - (rect.y + rect.h); in StartClip() 298 …glScissor(retinaScale * rect.x * Scale(), retinaScale * rect.y * Scale(), retinaScale * rect.w * S… in StartClip()
|
H A D | OpenGL_DebugFont.h | 34 OpenGL_DebugFont(float retinaScale);
|
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/gui/openglwindow/ |
H A D | main.cpp | 136 const qreal retinaScale = devicePixelRatio(); in render() local 137 glViewport(0, 0, width() * retinaScale, height() * retinaScale); in render()
|
/dports/devel/bullet/bullet3-3.21/examples/OpenGLWindow/ |
H A D | fontstash.h | 135 …, float* dx, int screenwidth, int screenheight, int measureOnly, float retinaScale, float colorRGB… 139 …ing, float* dx, int screenwidth, int screenheight, int measureOnly = false, float retinaScale = 1.) 142 …tash, idx, size, x, y, string, dx, screenwidth, screenheight, measureOnly, retinaScale, colorRGBA);
|
H A D | GwenOpenGL3CoreRenderer.h | 79 …mRender, sth_stash* font, float screenWidth, float screenHeight, float retinaScale, MyTextureLoade… 84 m_retinaScale(retinaScale), in m_primitiveRenderer() 89 if (retinaScale == 2.0f) in m_primitiveRenderer()
|
H A D | fontstash.cpp | 686 …, float* dx, int screenwidth, int screenheight, int measureOnly, float retinaScale, float colorRGB… in sth_draw_text() argument 697 s_retinaScale = retinaScale; in sth_draw_text()
|
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/opengl/contextinfo/ |
H A D | renderwindow.cpp | 210 const qreal retinaScale = devicePixelRatio(); in render() local 211 f->glViewport(0, 0, width() * retinaScale, height() * retinaScale); in render()
|
/dports/devel/py-bullet3/bullet3-3.21/examples/OpenGLWindow/ |
H A D | fontstash.h | 135 …, float* dx, int screenwidth, int screenheight, int measureOnly, float retinaScale, float colorRGB… 139 …ing, float* dx, int screenwidth, int screenheight, int measureOnly = false, float retinaScale = 1.) 142 …tash, idx, size, x, y, string, dx, screenwidth, screenheight, measureOnly, retinaScale, colorRGBA);
|
H A D | GwenOpenGL3CoreRenderer.h | 79 …mRender, sth_stash* font, float screenWidth, float screenHeight, float retinaScale, MyTextureLoade… 84 m_retinaScale(retinaScale), in m_primitiveRenderer() 89 if (retinaScale == 2.0f) in m_primitiveRenderer()
|
H A D | fontstash.cpp | 686 …, float* dx, int screenwidth, int screenheight, int measureOnly, float retinaScale, float colorRGB… in sth_draw_text() argument 697 s_retinaScale = retinaScale; in sth_draw_text()
|
/dports/devel/bullet/bullet3-3.21/test/GwenOpenGLTest/ |
H A D | OpenGLSample.cpp | 338 float retinaScale = window->getRetinaScale(); in main() local 361 gwenRenderer = new GwenOpenGL3CoreRenderer(primRenderer, font, sWidth, sHeight, retinaScale); in main() 367 gwenRenderer = new Gwen::Renderer::OpenGL_DebugFont(retinaScale); in main()
|
/dports/devel/py-bullet3/bullet3-3.21/test/GwenOpenGLTest/ |
H A D | OpenGLSample.cpp | 338 float retinaScale = window->getRetinaScale(); in main() local 361 gwenRenderer = new GwenOpenGL3CoreRenderer(primRenderer, font, sWidth, sHeight, retinaScale); in main() 367 gwenRenderer = new Gwen::Renderer::OpenGL_DebugFont(retinaScale); in main()
|
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/opengl/ |
H A D | contextinfo.py | 200 retinaScale = self.devicePixelRatio() 201 functions.glViewport(0, 0, self.width() * retinaScale, 202 self.height() * retinaScale)
|
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/opengl/ |
H A D | contextinfo.py | 200 retinaScale = self.devicePixelRatio() 201 functions.glViewport(0, 0, self.width() * retinaScale, 202 self.height() * retinaScale)
|
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/examples/opengl/ |
H A D | contextinfo.py | 200 retinaScale = self.devicePixelRatio() 201 functions.glViewport(0, 0, self.width() * retinaScale, 202 self.height() * retinaScale)
|
/dports/devel/bullet/bullet3-3.21/examples/ExampleBrowser/GwenGUISupport/ |
H A D | gwenUserInterface.h | 27 void init(int width, int height, Gwen::Renderer::Base* gwenRenderer, float retinaScale);
|
H A D | gwenUserInterface.cpp | 236 …d GwenUserInterface::init(int width, int height, Gwen::Renderer::Base* renderer, float retinaScale) in init() argument
|
/dports/devel/py-bullet3/bullet3-3.21/examples/ExampleBrowser/GwenGUISupport/ |
H A D | gwenUserInterface.h | 27 void init(int width, int height, Gwen::Renderer::Base* gwenRenderer, float retinaScale);
|
H A D | gwenUserInterface.cpp | 236 …d GwenUserInterface::init(int width, int height, Gwen::Renderer::Base* renderer, float retinaScale) in init() argument
|
/dports/devel/nextpnr/nextpnr-48cd407/gui/ |
H A D | fpgaviewwidget.cc | 290 const qreal retinaScale = devicePixelRatio(); in paintGL() local 291 gl->glViewport(0, 0, width() * retinaScale, height() * retinaScale); in paintGL() 810 const qreal retinaScale = devicePixelRatio(); in mouseToWorldCoordinates() local 815 vp.viewport(0, 0, width() * retinaScale, height() * retinaScale); in mouseToWorldCoordinates()
|
/dports/deskutils/chart/chart-3.0.0/ |
H A D | template.go | 645 …retinaScale(t),t.bindEvents(),t.options.responsive&&t.resize(!0),t.ensureScalesHaveIDs(),t.buildSc… 646 …]:document.defaultView.getComputedStyle(t,null).getPropertyValue(e)},o.retinaScale=function(t){var…
|
/dports/www/mattermost-webapp/mattermost/client/ |
H A D | 125.912a09fc649c1a484799.js.map | 1 …retinaScale","devicePixelRatio","bindEvents","resize","initToolTip","stop","silent","getMaximumWid…
|
/dports/www/moodle310/moodle/lib/amd/build/ |
H A D | chartjs-lazy.min.js.map | 1 …retinaScale","devicePixelRatio","bindEvents","responsive","resize","ensureScalesHaveIDs","buildSca…
|