Home
last modified time | relevance | path

Searched defs:xwl_output (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c91 struct xwl_output *xwl_output = data; in output_handle_geometry() local
110 struct xwl_output *xwl_output = data; in output_handle_mode() local
124 output_get_new_size(struct xwl_output *xwl_output, in output_get_new_size()
180 update_screen_size(struct xwl_output *xwl_output, int width, int height) in update_screen_size()
212 apply_output_change(struct xwl_output *xwl_output) in apply_output_change()
270 struct xwl_output *xwl_output = data; in output_handle_done() local
296 struct xwl_output *xwl_output = data; in xdg_output_handle_logical_position() local
306 struct xwl_output *xwl_output = data; in xdg_output_handle_logical_size() local
315 struct xwl_output *xwl_output = data; in xdg_output_handle_done() local
331 struct xwl_output *xwl_output; in xwl_output_create() local
[all …]
H A Dxwayland.h366 struct xwl_output { struct
367 struct xorg_list link;
368 struct wl_output *output;
369 struct zxdg_output_v1 *xdg_output;
370 uint32_t server_output_id;
371 struct xwl_screen *xwl_screen;
372 RROutputPtr randr_output;
373 RRCrtcPtr randr_crtc;
374 int32_t x, y, width, height, refresh;
375 Rotation rotation;
[all …]
H A Dxwayland.c236 struct xwl_output *xwl_output, *next_xwl_output; in xwl_close_screen() local
927 struct xwl_output *xwl_output, *tmp_xwl_output; in global_remove() local