Lines Matching defs:scale
53 #include "fractional-scale-v1-client-protocol.h"
402 // When using fractional scaling, the buffer scale should remain at 1
406 // Get the scale factor from the highest scale monitor.
412 // Only change the framebuffer size if the scale changed.
447 (_GLFWscaleWayland) { output, monitor->wl.scale };
1086 int scale = 1;
1095 scale = 2;
1115 cursorWayland->xhot / scale,
1116 cursorWayland->yhot / scale);
1117 wl_surface_set_buffer_scale(surface, scale);
1493 int scale = 1;
1497 // We only support up to scale=2 for now, since libwayland-cursor
1499 scale = 2;
1518 image->hotspot_x / scale,
1519 image->hotspot_y / scale);
1520 wl_surface_set_buffer_scale(surface, scale);