Home
last modified time | relevance | path

Searched refs:SetTextInputRect (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bvideo.cc112 device->SetTextInputRect = BE_SetTextInputRect; in BE_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidvideo.c145 device->SetTextInputRect = Android_SetTextInputRect; in Android_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h270 void (*SetTextInputRect) (_THIS, SDL_Rect *rect); member
DSDL_video.c3578 if (_this && _this->SetTextInputRect) { in SDL_SetTextInputRect()
3579 _this->SetTextInputRect(_this, rect); in SDL_SetTextInputRect()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitvideo.m109 device->SetTextInputRect = UIKit_SetTextInputRect;
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c208 device->SetTextInputRect = NULL; in MIR_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c189 device->SetTextInputRect = WIN_SetTextInputRect; in WIN_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoavideo.m127 device->SetTextInputRect = Cocoa_SetTextInputRect;
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c292 device->SetTextInputRect = X11_SetTextInputRect; in X11_CreateDevice()