Home
last modified time | relevance | path

Searched defs:videodata (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c203 SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata; in WIN_StartTextInput() local
224 SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata; in WIN_StopTextInput() local
234 SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata; in WIN_SetTextInputRect() local
260 IME_HandleMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM *lParam, SDL_VideoData *videodata) in IME_HandleMessage()
265 void IME_Present(SDL_VideoData *videodata) in IME_Present()
343 IME_Init(SDL_VideoData *videodata, HWND hwnd) in IME_Init()
381 IME_Enable(SDL_VideoData *videodata, HWND hwnd) in IME_Enable()
399 IME_Disable(SDL_VideoData *videodata, HWND hwnd) in IME_Disable()
413 IME_Quit(SDL_VideoData *videodata) in IME_Quit()
441 IME_GetReadingString(SDL_VideoData *videodata, HWND hwnd) in IME_GetReadingString()
[all …]
DSDL_windowswindow.h47 struct SDL_VideoData *videodata; member
DSDL_windowswindow.c119 SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; in SetupWindowData() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/
DSDL_vivantevideo.c129 SDL_VideoData *videodata = _this->driverdata; in VIVANTE_AddVideoDisplays() local
173 SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata; in VIVANTE_VideoInit() local
223 SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata; in VIVANTE_VideoQuit() local
260 SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata; in VIVANTE_CreateWindow() local
300 SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata; in VIVANTE_DestroyWindow() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidkeyboard.c366 SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata; in Android_StartTextInput() local
379 SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata; in Android_SetTextInputRect() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.h116 struct SDL_VideoData *videodata; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11clipboard.c94 SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; in X11_GetClipboardText() local
DSDL_x11events.c304 static void X11_HandleGenericEvent(SDL_VideoData *videodata,XEvent event) in X11_HandleGenericEvent()
522 SDL_VideoData *videodata = data->videodata; in X11_UpdateUserTime() local
538 SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; in X11_DispatchEvent() local
1331 SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; in X11_HandleFocusChanges() local
DSDL_x11window.c88 SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; in X11_IsWindowMapped() local
131 SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; in X11_SetNetWMState() local
186 SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; in X11_GetNetWMState() local
241 SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; in SetupWindowData() local
1379 SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; in X11_SetWindowFullscreen() local
1526 SDL_VideoData *videodata = (SDL_VideoData *) data->videodata; in X11_DestroyWindow() local
DSDL_x11window.h67 struct SDL_VideoData *videodata; member
DSDL_x11xinput2.c131 X11_HandleXinput2Event(SDL_VideoData *videodata,XGenericEventCookie *cookie) in X11_HandleXinput2Event()
DSDL_x11keyboard.c434 SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; in X11_ResetXIM() local
DSDL_x11mouse.c369 SDL_VideoData *videodata = (SDL_VideoData *) SDL_GetVideoDevice()->driverdata; in X11_GetGlobalMouseState() local