Home
last modified time | relevance | path

Searched refs:WL_OUTPUT_TRANSFORM_NORMAL (Results 1 – 13 of 13) sorted by relevance

/third_party/weston/tests/
Dviewporter-test.c211 case WL_OUTPUT_TRANSFORM_NORMAL: in get_surface_width()
232 case WL_OUTPUT_TRANSFORM_NORMAL: in get_surface_height()
314 { F(WIN_W - SRC_W) + EPS, F(0), F(SRC_W), F(SRC_H), 1, WL_OUTPUT_TRANSFORM_NORMAL },
315 { F(WIN_W - SRC_W), F(0), F(SRC_W) + EPS, F(SRC_H), 1, WL_OUTPUT_TRANSFORM_NORMAL },
317 { F(0), F(WIN_H - SRC_H) + EPS, F(SRC_W), F(SRC_H), 1, WL_OUTPUT_TRANSFORM_NORMAL },
318 { F(0), F(WIN_H - SRC_H), F(SRC_W), F(SRC_H) + EPS, 1, WL_OUTPUT_TRANSFORM_NORMAL },
320 { F(WIN_W + MRG), F(0), F(SRC_W), F(SRC_H), 1, WL_OUTPUT_TRANSFORM_NORMAL },
322 { F(0), F(WIN_H + MRG), F(SRC_W), F(SRC_H), 1, WL_OUTPUT_TRANSFORM_NORMAL },
329 …+ EPS, F(0), F(SRC_W), F(SRC_H), 2, WL_OUTPUT_TRANSFORM_NORMAL },
330 … F(0), F(SRC_W) + EPS, F(SRC_H), 2, WL_OUTPUT_TRANSFORM_NORMAL },
[all …]
Dweston-test-fixture-compositor.c180 .transform = WL_OUTPUT_TRANSFORM_NORMAL, in compositor_setup_defaults_()
247 [WL_OUTPUT_TRANSFORM_NORMAL] = "normal", in transform_to_str()
387 if (setup->transform != WL_OUTPUT_TRANSFORM_NORMAL) { in execute_compositor()
/third_party/weston/clients/
Dsimple-damage.c270 (transform != WL_OUTPUT_TRANSFORM_NORMAL || in create_window()
398 case WL_OUTPUT_TRANSFORM_NORMAL: in window_next_buffer()
459 case WL_OUTPUT_TRANSFORM_NORMAL: in window_get_transformed_ball()
529 case WL_OUTPUT_TRANSFORM_NORMAL: in redraw()
568 case WL_OUTPUT_TRANSFORM_NORMAL: in redraw()
675 (window->transform != WL_OUTPUT_TRANSFORM_NORMAL || in redraw()
865 { "normal", WL_OUTPUT_TRANSFORM_NORMAL }, in parse_transform()
894 enum wl_output_transform transform = WL_OUTPUT_TRANSFORM_NORMAL; in main()
Dweston-info.c304 case WL_OUTPUT_TRANSFORM_NORMAL: in print_output_info()
Dwindow.c1823 case WL_OUTPUT_TRANSFORM_NORMAL: in widget_cairo_update_transform()
/third_party/weston/compositor/
Dmain.c1128 { "normal", WL_OUTPUT_TRANSFORM_NORMAL },
1149 *out = WL_OUTPUT_TRANSFORM_NORMAL; in weston_parse_transform()
1726 uint32_t transform = WL_OUTPUT_TRANSFORM_NORMAL; in drm_backend_output_configure()
2263 WL_OUTPUT_TRANSFORM_NORMAL, in drm_backend_remoted_output_configure()
2414 WL_OUTPUT_TRANSFORM_NORMAL, in drm_backend_pipewire_output_configure()
2592 WL_OUTPUT_TRANSFORM_NORMAL, UINT32_MAX) < 0) { in hdi_backend_output_configure()
2664 .transform = WL_OUTPUT_TRANSFORM_NORMAL in headless_backend_output_configure()
2761 weston_output_set_transform(output, WL_OUTPUT_TRANSFORM_NORMAL); in rdp_backend_output_configure()
2838 WL_OUTPUT_TRANSFORM_NORMAL, in fbdev_backend_output_configure()
2884 .transform = WL_OUTPUT_TRANSFORM_NORMAL in x11_backend_output_configure()
[all …]
Dscreen-share.c549 case WL_OUTPUT_TRANSFORM_NORMAL: in output_compute_transform()
/third_party/weston/libweston/backend-drm/
Dmodes.c142 return WL_OUTPUT_TRANSFORM_NORMAL; in get_panel_orientation()
152 return WL_OUTPUT_TRANSFORM_NORMAL; in get_panel_orientation()
/third_party/weston/libweston/
Dcompositor.c485 state->buffer_viewport.buffer.transform = WL_OUTPUT_TRANSFORM_NORMAL; in weston_surface_state_init()
551 surface->buffer_viewport.buffer.transform = WL_OUTPUT_TRANSFORM_NORMAL; in weston_surface_create()
643 case WL_OUTPUT_TRANSFORM_NORMAL: in weston_transformed_coord()
816 if (transform == WL_OUTPUT_TRANSFORM_NORMAL && scale == 1) { in weston_transformed_region()
827 if (transform == WL_OUTPUT_TRANSFORM_NORMAL) { in weston_transformed_region()
833 case WL_OUTPUT_TRANSFORM_NORMAL: in weston_transformed_region()
2013 case WL_OUTPUT_TRANSFORM_NORMAL: in convert_size_by_transform_scale()
3532 case WL_OUTPUT_TRANSFORM_NORMAL: in weston_surface_build_buffer_matrix()
5984 case WL_OUTPUT_TRANSFORM_NORMAL: in weston_output_update_matrix()
/third_party/weston/libweston/backend-wayland/
Dwayland.c1529 output->base.transform = WL_OUTPUT_TRANSFORM_NORMAL; in wayland_output_setup_for_parent_output()
1553 output->base.transform = WL_OUTPUT_TRANSFORM_NORMAL; in wayland_output_setup_fullscreen()
2511 output->transform = WL_OUTPUT_TRANSFORM_NORMAL; in wayland_backend_register_output()
/third_party/weston/fullscreen-shell/
Dfullscreen-shell.c564 case WL_OUTPUT_TRANSFORM_NORMAL: in fs_output_configure_for_mode()
/third_party/wayland_standard/tests/data/
Dexample-server.h3972 WL_OUTPUT_TRANSFORM_NORMAL = 0, enumerator
Dexample-client.h5065 WL_OUTPUT_TRANSFORM_NORMAL = 0, enumerator