Home
last modified time | relevance | path

Searched refs:highdpi (Results 1 – 25 of 47) sorted by relevance

12

/dports/deskutils/copyq/CopyQ-5.0.0/utils/
H A Dmake_icns.sh14 highdpi=$2
17 if [[ -n "$highdpi" ]]; then
18 target_img="${target_img}@${highdpi}x"
19 size=$(expr $size \* $highdpi)
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/opengl/glfw/
H A DViewer.cpp49 static double highdpi = 1; variable
94 int w = width*highdpi; in glfw_window_size()
95 int h = height*highdpi; in glfw_window_size()
103 __viewer->mouse_move(x*highdpi, y*highdpi); in glfw_mouse_move()
201 highdpi = width/width_window; in launch_init()
817 if(fabs(highdpi_tmp-highdpi)>1e-8) in draw()
820 highdpi=highdpi_tmp; in draw()
861 glfwSetWindowSize(window, w/highdpi, h/highdpi); in resize()
/dports/graphics/wings/libigl-2.1.0/include/igl/opengl/glfw/
H A DViewer.cpp49 static double highdpi = 1; variable
94 int w = width*highdpi; in glfw_window_size()
95 int h = height*highdpi; in glfw_window_size()
103 __viewer->mouse_move(x*highdpi, y*highdpi); in glfw_mouse_move()
211 highdpi = windowWidth/width_window; in launch_init()
880 auto highdpi_tmp = (width_window == 0 || width == 0) ? highdpi : (width/width_window); in draw()
882 if(fabs(highdpi_tmp-highdpi)>1e-8) in draw()
885 highdpi=highdpi_tmp; in draw()
937 glfwSetWindowSize(window, w/highdpi, h/highdpi); in resize()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DVideoOptions_gump.cc288 o_highdpi = highdpi; in load_settings()
304 config->value("config/video/highdpi", highdpi, false); in VideoOptions_gump()
306 enabledtext, highdpi, colx[2], rowy[2], 74); in VideoOptions_gump()
339 if (highdpi != o_highdpi) { in save_settings()
369 config->set("config/video/highdpi", highdpi ? "yes" : "no", false); in save_settings()
378 o_highdpi = highdpi; in save_settings()
H A DVideoOptions_gump.h54 bool highdpi; variable
169 highdpi = state; in toggle_high_dpi()
/dports/devel/gammaray/GammaRay-2.11.3/ui/
H A Duiresources.cpp115 const QString highdpi = QString::fromLatin1("%1/%2@%4x.%3") in themedPath() local
118 if (QFile::exists(highdpi)) in themedPath()
119 candidate.setFile(highdpi); in themedPath()
/dports/graphics/krita/krita-4.4.8/3rdparty/ext_qt/
H A D0032-Update-Dpi-and-scale-factor-computation.patch33 tests/manual/highdpi/highdpi.pro | 1 +
543 diff --git a/tests/manual/highdpi/highdpi.pro b/tests/manual/highdpi/highdpi.pro
545 --- a/tests/manual/highdpi/highdpi.pro
546 +++ b/tests/manual/highdpi/highdpi.pro
549 highdpi.qrc
/dports/textproc/pageedit/PageEdit-1.2.0/
H A Dmain.cpp125 int highdpi = ss.highDPI(); in setupHighDPI() local
126 if (highdpi == 1 || (highdpi == 0 && !has_env_setting)) { in setupHighDPI()
129 } else if (highdpi == 2) { in setupHighDPI()
/dports/games/neverball/neverball-1.6.0/share/
H A Dvideo.c142 int highdpi = config_get_d(CONFIG_HIGHDPI) ? 1 : 0; in video_mode() local
177 (highdpi ? SDL_WINDOW_ALLOW_HIGHDPI : 0) | in video_mode()
234 if (highdpi) in video_mode()
/dports/textproc/sigil/Sigil-1.8.0/src/
H A Dmain.cpp279 int highdpi = ss.highDPI(); in setupHighDPI() local
280 if (highdpi == 1 || (highdpi == 0 && !has_env_setting)) { in setupHighDPI()
283 } else if (highdpi == 2) { in setupHighDPI()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/geoservices/osm/
H A Dqgeotiledmappingmanagerengineosm.cpp100 bool highdpi = false; in QGeoTiledMappingManagerEngineOsm() local
104 highdpi = true; in QGeoTiledMappingManagerEngineOsm()
115 if (highdpi) { in QGeoTiledMappingManagerEngineOsm()
/dports/games/90secondportraits/90-Second-Portraits-1.01b/
H A Dconf.lua21 t.window.highdpi = false
/dports/www/thirtybees/thirtybees-1.1.0/themes/niara/sass/
H A Dglobal.scss33 @import "partials/highdpi";
/dports/www/thirtybees/thirtybees-1.1.0/themes/community-theme-default/sass/
H A Dglobal.scss33 @import "partials/highdpi";
/dports/security/keepassxc/keepassxc-2.6.6/docs/topics/
H A DUserInterface.adoc84 …t] | Specifies scale factors for each screen. See https://doc.qt.io/qt-5/highdpi.html#high-dpi-sup…
85 … pixel ratio rounding to the nearest integer. See https://doc.qt.io/qt-5/highdpi.html#high-dpi-sup…
/dports/devel/love/love-11.3/src/modules/window/
H A Dwrap_Window.cpp78 settings.highdpi = luax_boolflag(L, idx, settingName(Window::SETTING_HIGHDPI), settings.highdpi); in readWindowSettings()
204 luax_pushboolean(L, settings.highdpi); in w_getMode()
H A DWindow.h264 bool highdpi = false; member
/dports/devel/love10/love-0.10.2/src/scripts/
H A Dboot.lua354 highdpi = false,
481 highdpi = c.window.highdpi,
/dports/audio/csoundqt/CsoundQt-0.9.8.1/
H A DTODO for 0.9.620 http://doc.qt.io/qt-5/highdpi.html
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/theme/res/
H A DthemeStyles.css45 @external windows, windows-highdpi, macintosh, linux;
1940 .windows-highdpi .gwt-CheckBox input[type="checkbox"],
1941 .windows-highdpi .gwt-RadioButton input[type="radio"],
1971 .windows-highdpi .gwt-CheckBox input[type="checkbox"],
1977 .windows-highdpi .gwt-RadioButton input[type="radio"] {
1987 .windows-highdpi .gwt-CheckBox input[type="checkbox"]:focus,
1988 .windows-highdpi .gwt-CheckBox input[type="checkbox"]:active,
1989 .windows-highdpi .gwt-RadioButton input[type="radio"]:focus,
1990 .windows-highdpi .gwt-RadioButton input[type="radio"]:active,
1999 .windows-highdpi .gwt-CheckBox input[type="checkbox"]:checked,
[all …]
/dports/devel/love/love-11.3/src/scripts/
H A Dboot.lua403 highdpi = false,
549 highdpi = c.window.highdpi,
/dports/devel/love10/love-0.10.2/src/modules/window/
H A DWindow.h213 bool highdpi = false; member
H A Dwrap_Window.cpp109 settings.highdpi = luax_boolflag(L, 3, settingName(Window::SETTING_HIGHDPI), false); in w_setMode()
174 luax_pushboolean(L, settings.highdpi); in w_getMode()
/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/
H A DRELEASE_NOTES.rst12 https://damonlynch.net/rapid/documentation/#highdpi
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/imports/controls/doc/src/
H A Dqtquickcontrols2-highdpi.qdoc29 \page qtquickcontrols2-highdpi.html

12