Home
last modified time | relevance | path

Searched refs:weston_output_move (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/include/libweston/
Dlibweston.h2053 weston_output_move(struct weston_output *output, int x, int y);
/third_party/weston/libweston/
Dcompositor.c5949 weston_output_move(output, output->x + delta_width, output->y); in weston_compositor_reflow_outputs()
6044 weston_output_move(struct weston_output *output, int x, int y) in weston_output_move() function