Searched refs:wl_region_add (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandwindow.c | 82 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/ |
D | wlwindow.c | 427 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/ |
D | window.c | 1917 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()
|
D | simple-egl-hos.c | 415 wl_region_add(region, 0, 0, in redraw()
|
D | simple-egl.c | 504 wl_region_add(region, 0, 0, in redraw()
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 825 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/ |
D | wl_window.c | 186 wl_region_add(region, 0, 0, window->wl.width, window->wl.height); in setOpaqueRegion()
|
/third_party/wayland_standard/tests/data/ |
D | example-client.h | 5349 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
|