Searched refs:SetTextInputRect (Results 1 – 9 of 9) sorted by relevance
112 device->SetTextInputRect = BE_SetTextInputRect; in BE_CreateDevice()
145 device->SetTextInputRect = Android_SetTextInputRect; in Android_CreateDevice()
270 void (*SetTextInputRect) (_THIS, SDL_Rect *rect); member
3578 if (_this && _this->SetTextInputRect) { in SDL_SetTextInputRect()3579 _this->SetTextInputRect(_this, rect); in SDL_SetTextInputRect()
109 device->SetTextInputRect = UIKit_SetTextInputRect;
208 device->SetTextInputRect = NULL; in MIR_CreateDevice()
189 device->SetTextInputRect = WIN_SetTextInputRect; in WIN_CreateDevice()
127 device->SetTextInputRect = Cocoa_SetTextInputRect;
292 device->SetTextInputRect = X11_SetTextInputRect; in X11_CreateDevice()