Home
last modified time | relevance | path

Searched refs:ime_winheight (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.h170 int ime_winheight; member
DSDL_windowskeyboard.c81 data->ime_winheight = 0; in WIN_InitKeyboard()
204 SDL_GetWindowSize(window, &videodata->ime_winwidth, &videodata->ime_winheight); in WIN_StartTextInput()
1347 int winh = videodata->ime_winheight; in IME_PositionCandidateList()