Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_keyboard.c384 SDL_SetTextInputRect(&testRect); in _testSetTextInputRect()
467 SDL_SetTextInputRect(NULL); in keyboard_setTextInputRect()
491 SDL_SetTextInputRect(NULL); in keyboard_setTextInputRectNegative()
Dtestime.c607 SDL_SetTextInputRect(&markedRect); in _Redraw()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_keyboard.h185 extern DECLSPEC void SDLCALL SDL_SetTextInputRect(SDL_Rect *rect);
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h235 #define SDL_SetTextInputRect SDL_SetTextInputRect_REAL macro
DSDL_dynapi_procs.h264 SDL_DYNAPI_PROC(void,SDL_SetTextInputRect,(SDL_Rect *a),(a),)
/third_party/flutter/skia/third_party/externals/sdl/
DWhatsNew.txt113 * SDL_SetTextInputRect() re-positions the OS-rendered IME
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c3576 SDL_SetTextInputRect(SDL_Rect *rect) in SDL_SetTextInputRect() function