Searched refs:SetTextInputRect (Results 1 – 8 of 8) sorted by relevance
114 device->SetTextInputRect = HAIKU_SetTextInputRect; in HAIKU_CreateDevice()
160 device->SetTextInputRect = Android_SetTextInputRect; in Android_CreateDevice()
299 void (*SetTextInputRect) (_THIS, SDL_Rect *rect); member
3873 if (_this && _this->SetTextInputRect) { in SDL_SetTextInputRect()3874 _this->SetTextInputRect(_this, rect); in SDL_SetTextInputRect()
214 device->SetTextInputRect = WIN_SetTextInputRect; in WIN_CreateDevice()
304 device->SetTextInputRect = X11_SetTextInputRect; in X11_CreateDevice()
155 device->SetTextInputRect = Cocoa_SetTextInputRect;
112 device->SetTextInputRect = UIKit_SetTextInputRect;
Completed in 15 milliseconds