Home
last modified time | relevance | path

Searched refs:ResizeWindowShape (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bvideo.cc97 device->shape_driver.ResizeWindowShape = NULL; in BE_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h60 int (*ResizeWindowShape)(SDL_Window *window); member
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c200 device->shape_driver.ResizeWindowShape = MIR_ResizeWindowShape; in MIR_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_video.c153 device->shape_driver.ResizeWindowShape = DirectFB_ResizeWindowShape; in DirectFB_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c163 device->shape_driver.ResizeWindowShape = Win32_ResizeWindowShape; in WIN_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoavideo.m110 device->shape_driver.ResizeWindowShape = Cocoa_ResizeWindowShape;
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c263 device->shape_driver.ResizeWindowShape = X11_ResizeWindowShape; in X11_CreateDevice()