Home
last modified time | relevance | path

Searched refs:monitor_scale (Results 1 – 21 of 21) sorted by relevance

/dports/x11/slick-greeter/slick-greeter-1.5.3/files/usr/local/bin/
H A Dslick-greeter-check-hidpi22 monitor_scale = screen.get_monitor_scale_factor(primary)
31 if rect.height * monitor_scale < 1500:
37 dpi_x = rect.width * monitor_scale / witdh_inch
38 dpi_y = rect.height * monitor_scale / height_inch
/dports/x11-wm/mutter/mutter-41.1/src/compositor/
H A Dmeta-background.c383 float monitor_scale, in get_texture_area() argument
477 image_area.width = screen_width * monitor_scale; in get_texture_area()
478 image_area.height = screen_height * monitor_scale; in get_texture_area()
496 float monitor_scale) in draw_texture() argument
761 float monitor_scale; in meta_background_get_texture() local
793 get_texture_area (self, &monitor_area, monitor_scale, in meta_background_get_texture()
808 texture_width = monitor_area.width * monitor_scale; in meta_background_get_texture()
831 monitor_area.x *= monitor_scale; in meta_background_get_texture()
832 monitor_area.y *= monitor_scale; in meta_background_get_texture()
833 monitor_area.width *= monitor_scale; in meta_background_get_texture()
[all …]
H A Dmeta-background-content.c476 float monitor_scale; in setup_pipeline() local
480 monitor_scale = meta_is_stage_views_scaled () in setup_pipeline()
491 bounds_x1 *= monitor_scale; in setup_pipeline()
492 bounds_x2 *= monitor_scale; in setup_pipeline()
493 bounds_y1 *= monitor_scale; in setup_pipeline()
494 bounds_y2 *= monitor_scale; in setup_pipeline()
504 clip_radius = self->rounded_clip_radius * monitor_scale; in setup_pipeline()
581 float monitor_scale; in set_glsl_parameters() local
586 monitor_scale = meta_is_stage_views_scaled () in set_glsl_parameters()
591 1.f / (self->texture_area.width * monitor_scale), in set_glsl_parameters()
[all …]
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-screenshot.c241 float monitor_scale; in draw_cursor_image() local
247 monitor_scale = meta_display_get_monitor_scale (display, monitor); in draw_cursor_image()
249 cairo_surface_set_device_scale (cursor_surface, monitor_scale, monitor_scale); in draw_cursor_image()
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/xsettings/
H A Dmsd-xsettings-manager.c240 int monitor_scale, window_scale; in get_window_scale_auto() local
251 monitor_scale = gdk_monitor_get_scale_factor (monitor); in get_window_scale_auto()
253 if (rect.height * monitor_scale < HIDPI_MIN_HEIGHT) in get_window_scale_auto()
266 dpi_x = (double)rect.width * monitor_scale / (width_mm / 25.4); in get_window_scale_auto()
267 dpi_y = (double)rect.height * monitor_scale / (height_mm / 25.4); in get_window_scale_auto()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/docs/
H A Dmonitor.dox141 useful. Instead use the [monitor content scale](@ref monitor_scale) and
145 @subsection monitor_scale Content scale
H A Dwindow.dox243 resized based on the [monitor content scale](@ref monitor_scale) of any monitor
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/docs/
H A Dmonitor.dox141 useful. Instead use the [monitor content scale](@ref monitor_scale) and
145 @subsection monitor_scale Content scale
H A Dwindow.dox243 resized based on the [monitor content scale](@ref monitor_scale) of any monitor
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/docs/
H A Dmonitor.dox141 useful. Instead use the [monitor content scale](@ref monitor_scale) and
145 @subsection monitor_scale Content scale
H A Dwindow.dox250 resized based on the [monitor content scale](@ref monitor_scale) of any monitor
/dports/graphics/glfw/glfw-3.3.4/docs/
H A Dmonitor.dox141 useful. Instead use the [monitor content scale](@ref monitor_scale) and
145 @subsection monitor_scale Content scale
H A Dwindow.dox243 resized based on the [monitor content scale](@ref monitor_scale) of any monitor
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/docs/
H A Dmonitor.dox141 useful. Instead use the [monitor content scale](@ref monitor_scale) and
145 @subsection monitor_scale Content scale
H A Dwindow.dox243 resized based on the [monitor content scale](@ref monitor_scale) of any monitor
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/docs/
H A Dmonitor.dox141 useful. Instead use the [monitor content scale](@ref monitor_scale) and
145 @subsection monitor_scale Content scale
H A Dwindow.dox250 resized based on the [monitor content scale](@ref monitor_scale) of any monitor
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-legacy-xdg-shell.c254 int monitor_scale; in zxdg_toplevel_v6_show_window_menu() local
263 monitor_scale = meta_window_wayland_get_geometry_scale (window); in zxdg_toplevel_v6_show_window_menu()
265 window->buffer_rect.x + (x * monitor_scale), in zxdg_toplevel_v6_show_window_menu()
266 window->buffer_rect.y + (y * monitor_scale)); in zxdg_toplevel_v6_show_window_menu()
H A Dmeta-wayland-xdg-shell.c282 int monitor_scale; in xdg_toplevel_show_window_menu() local
291 monitor_scale = meta_window_wayland_get_geometry_scale (window); in xdg_toplevel_show_window_menu()
293 window->buffer_rect.x + (x * monitor_scale), in xdg_toplevel_show_window_menu()
294 window->buffer_rect.y + (y * monitor_scale)); in xdg_toplevel_show_window_menu()
/dports/x11-wm/mutter/mutter-41.1/src/backends/
H A Dmeta-monitor-manager.c292 float monitor_scale; in derive_calculated_global_scale() local
297 monitor_scale = calculate_monitor_scale (manager, other_monitor); in derive_calculated_global_scale()
300 monitor_scale)) in derive_calculated_global_scale()
301 scale = MAX (scale, monitor_scale); in derive_calculated_global_scale()
/dports/x11/cinnamon-desktop/cinnamon-desktop-4.8.1/libcinnamon-desktop/
H A Dgnome-rr.c2937 int monitor_scale; in gnome_rr_screen_calculate_best_global_scale() local
2972 monitor_scale = gdk_monitor_get_scale_factor (monitor); in gnome_rr_screen_calculate_best_global_scale()
2978 …th_mm, height_mm, real_width, real_height, gnome_rr_screen_get_global_scale (NULL), monitor_scale); in gnome_rr_screen_calculate_best_global_scale()