Home
last modified time | relevance | path

Searched refs:desktop_width (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/client/ui/
H A Ddesktop_viewport.cc23 void DesktopViewport::SetDesktopSize(int desktop_width, int desktop_height) { in SetDesktopSize() argument
24 if (desktop_width == desktop_size_.x && desktop_height == desktop_size_.y) { in SetDesktopSize()
28 desktop_size_.x = desktop_width; in SetDesktopSize()
H A Ddesktop_viewport.h40 void SetDesktopSize(int desktop_width, int desktop_height);
/dports/graphics/gource/gource-0.51/src/core/
H A Ddisplay.cpp49 desktop_width = 0; in SDLAppDisplay()
291 int fullscreen_width = desktop_width; in getFullscreenResolution()
518 desktop_width = display_rect.w; in init()
525 desktop_width = display_info->current_w; in init()
534 if(!width) width = desktop_width; in init()
H A Ddisplay.h74 int desktop_width, desktop_height; variable
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Ddisplay.cpp49 desktop_width = 0; in SDLAppDisplay()
291 int fullscreen_width = desktop_width; in getFullscreenResolution()
518 desktop_width = display_rect.w; in init()
525 desktop_width = display_info->current_w; in init()
534 if(!width) width = desktop_width; in init()
H A Ddisplay.h74 int desktop_width, desktop_height; variable
/dports/security/suricata/suricata-6.0.4/rust/src/rdp/
H A Dlog.rs210 js.set_uint("desktop_width", client.desktop_width as u64)?; in mcs_req_to_json()
456 desktop_width: 1280, in test_color_depth_high()
492 desktop_width: 1280, in test_color_depth_post_beta2()
528 desktop_width: 1280, in test_color_depth_basic()
564 desktop_width: 1280, in test_color_depth_missing()
H A Dparser.rs269 pub desktop_width: u16, field
843 let (j2, desktop_width) = try_parse!(j1, le_u16); in parse_cs_client_core_data()
996 desktop_width, in parse_cs_client_core_data()
1205 desktop_width: 1280, in test_t123_x223_connect_core()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/docs/_sass/
H A D_leafo.scss2 $desktop_width: 992px; variable
51 @media (min-width: #{$desktop_width}) {
183 @media (min-width: #{$desktop_width}) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-content/themes/twentynineteen/sass/variables-site/
H A D_structure.scss14 $desktop_width: 1168px; variable
/dports/chinese/wordpress-zh_TW/wordpress/wp-content/themes/twentynineteen/sass/variables-site/
H A D_structure.scss14 $desktop_width: 1168px; variable
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/ui/
H A Dalbumcoverchoicecontroller.cpp250 int desktop_width = desktop.screenGeometry(current_screen).width(); in ShowCoverPrivate() local
253 if (desktop_width < desktop_height) { in ShowCoverPrivate()
254 const int new_width = (double)desktop_width * 0.95; in ShowCoverPrivate()
/dports/chinese/wordpress-zh_CN/wordpress/wp-content/themes/twentynineteen/sass/mixins/
H A D_utilities.scss16 @media only screen and (min-width: $desktop_width) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-content/themes/twentynineteen/sass/mixins/
H A D_utilities.scss16 @media only screen and (min-width: $desktop_width) {
/dports/games/pipewalker/pipewalker-0.9.4/src/
H A Dmain.cpp79 const int desktop_width = vinfo->current_w; in main() local
161 if (wnd_width != desktop_width && wnd_height != desktop_height) { in main()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dwindowmanager-sdl.h56 virtual int desktop_width() const override;
H A Dwindowmanager.h178 virtual int desktop_width() const = 0;
H A Dwindowmanager-sdl.cc533 int SDLWrapper::desktop_width() const in desktop_width() function in SDLWrapper
579 int delta_x = (wm->desktop_width() - m_windowsz->x) / 2; in set_window_placement()
607 m_windowsz->x = min(m_windowsz->x, wm->desktop_width() in set_window_placement()
/dports/deskutils/notify-osd/notify-osd-0.9.34/src/
H A Ddefaults.h79 gint desktop_width; member
H A Ddefaults.c565 g_value_set_int (value, defaults->desktop_width); in defaults_get_property()
747 defaults->desktop_width = g_value_get_int (value); in defaults_set_property()
/dports/x11-wm/bbpager/bbpager-0.4.7/src/
H A Dbbpager.cxx445 int desktop_width = in calcSize() local
455 desktop_cols * desktop_width in calcSize()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dwmprops.h144 CARD32 desktop_width, desktop_height; member
H A Dwmprops.c506 wmprops->desktop_width = raw_data[0]; in read_net_desktop_geometry()
1188 if (wmprops->desktop_width == width in set_desktop_geometry_prop()
1189 && wmprops->desktop_width == height) in set_desktop_geometry_prop()
1191 wmprops->desktop_width = size[0] = width; in set_desktop_geometry_prop()
/dports/audio/strawberry/strawberry-1.0.0/src/covermanager/
H A Dalbumcoverchoicecontroller.cpp479 int desktop_width = screenGeometry.width(); in ShowCover() local
482 if (desktop_width < desktop_height) { in ShowCover()
483 const int new_width = static_cast<int>(static_cast<double>(desktop_width) * 0.95); in ShowCover()
/dports/chinese/wordpress-zh_CN/wordpress/wp-content/themes/twentynineteen/sass/blocks/
H A D_blocks.scss153 max-width: (0.33 * $desktop_width);

12