Home
last modified time | relevance | path

Searched refs:wl_region_add (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandwindow.c82 wl_region_add(region, 0, 0, window->w, window->h); in handle_configure()
262 wl_region_add(region, 0, 0, window->w, window->h); in Wayland_CreateWindow()
284 wl_region_add(region, 0, 0, window->w, window->h); in Wayland_SetWindowSize()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlwindow.c427 wl_region_add (region, 0, 0, G_MAXINT32, G_MAXINT32); in gst_wl_window_set_opaque()
434 wl_region_add (region, 0, 0, G_MAXINT32, G_MAXINT32); in gst_wl_window_set_opaque()
/third_party/weston/clients/
Dwindow.c1917 wl_region_add(surface->input_region, in widget_input_region_add()
2280 wl_region_add(widget->surface->input_region, in frame_resize_handler()
2283 wl_region_add(widget->surface->input_region, 0, 0, width, height); in frame_resize_handler()
2293 wl_region_add(widget->surface->opaque_region, in frame_resize_handler()
2297 wl_region_add(widget->surface->opaque_region, in frame_resize_handler()
4169 wl_region_add(surface->opaque_region, 0, 0, in surface_resize()
4209 wl_region_add(region, in window_do_resize()
5064 wl_region_add(region, in window_confine_pointer_to_rectangles()
5103 wl_region_add(region, in window_update_confine_rectangles()
Dsimple-egl-hos.c415 wl_region_add(region, 0, 0, in redraw()
Dsimple-egl.c504 wl_region_add(region, 0, 0, in redraw()
/third_party/weston/libweston/backend-wayland/
Dwayland.c825 wl_region_add(region, ix, iy, iwidth, iheight); in wayland_output_resize_surface()
839 wl_region_add(region, ix, iy, iwidth, iheight); in wayland_output_resize_surface()
847 wl_region_add(region, 0, 0, width, height); in wayland_output_resize_surface()
852 wl_region_add(region, 0, 0, width, height); in wayland_output_resize_surface()
/third_party/flutter/glfw/src/
Dwl_window.c186 wl_region_add(region, 0, 0, window->wl.width, window->wl.height); in setOpaqueRegion()
/third_party/wayland_standard/tests/data/
Dexample-client.h5349 wl_region_add(struct wl_region *wl_region, int32_t x, int32_t y, int32_t width, int32_t height) in wl_region_add() function