Home
last modified time | relevance | path

Searched refs:retinaScale (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Renderers/
H A DOpenGL_DebugFont.cpp140 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 DOpenGL_DebugFont.h34 OpenGL_DebugFont(float retinaScale);
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Renderers/
H A DOpenGL_DebugFont.cpp140 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 DOpenGL_DebugFont.h34 OpenGL_DebugFont(float retinaScale);
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/gui/openglwindow/
H A Dmain.cpp136 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 Dfontstash.h135 …, 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 DGwenOpenGL3CoreRenderer.h79 …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 Dfontstash.cpp686 …, 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 Drenderwindow.cpp210 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 Dfontstash.h135 …, 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 DGwenOpenGL3CoreRenderer.h79 …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 Dfontstash.cpp686 …, 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 DOpenGLSample.cpp338 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 DOpenGLSample.cpp338 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 Dcontextinfo.py200 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 Dcontextinfo.py200 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 Dcontextinfo.py200 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 DgwenUserInterface.h27 void init(int width, int height, Gwen::Renderer::Base* gwenRenderer, float retinaScale);
H A DgwenUserInterface.cpp236 …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 DgwenUserInterface.h27 void init(int width, int height, Gwen::Renderer::Base* gwenRenderer, float retinaScale);
H A DgwenUserInterface.cpp236 …d GwenUserInterface::init(int width, int height, Gwen::Renderer::Base* renderer, float retinaScale) in init() argument
/dports/devel/nextpnr/nextpnr-48cd407/gui/
H A Dfpgaviewwidget.cc290 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 Dtemplate.go645retinaScale(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 D125.912a09fc649c1a484799.js.map1retinaScale","devicePixelRatio","bindEvents","resize","initToolTip","stop","silent","getMaximumWid…
/dports/www/moodle310/moodle/lib/amd/build/
H A Dchartjs-lazy.min.js.map1retinaScale","devicePixelRatio","bindEvents","responsive","resize","ensureScalesHaveIDs","buildSca…

12