Home
last modified time | relevance | path

Searched refs:SetWindowHitTest (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandvideo.c177 device->SetWindowHitTest = Wayland_SetWindowHitTest; in Wayland_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h287 int (*SetWindowHitTest)(SDL_Window * window, SDL_bool enabled); member
DSDL_video.c1578 _this->SetWindowHitTest(window, SDL_TRUE); in SDL_RecreateWindow()
3771 if (!_this->SetWindowHitTest) { in SDL_SetWindowHitTest()
3773 } else if (_this->SetWindowHitTest(window, callback != NULL) == -1) { in SDL_SetWindowHitTest()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoavideo.m106 device->SetWindowHitTest = Cocoa_SetWindowHitTest;
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c159 device->SetWindowHitTest = WIN_SetWindowHitTest; in WIN_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c259 device->SetWindowHitTest = X11_SetWindowHitTest; in X11_CreateDevice()