Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidvideo.c148 device->HasScreenKeyboardSupport = Android_HasScreenKeyboardSupport; in Android_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspvideo.c140 device->HasScreenKeyboardSupport = PSP_HasScreenKeyboardSupport; in PSP_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h273 SDL_bool (*HasScreenKeyboardSupport) (_THIS); member
DSDL_video.c3586 if (_this && _this->HasScreenKeyboardSupport) { in SDL_HasScreenKeyboardSupport()
3587 return _this->HasScreenKeyboardSupport(_this); in SDL_HasScreenKeyboardSupport()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitvideo.m105 device->HasScreenKeyboardSupport = UIKit_HasScreenKeyboardSupport;
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c210 device->HasScreenKeyboardSupport = NULL; in MIR_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtvideo.cpp153 device->HasScreenKeyboardSupport = WINRT_HasScreenKeyboardSupport; in WINRT_CreateDevice()