Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_ime.c39 static _SDL_IME_UpdateTextRect SDL_IME_UpdateTextRect_Real = NULL; variable
66 SDL_IME_UpdateTextRect_Real = SDL_Fcitx_UpdateTextRect; in InitIME()
79 SDL_IME_UpdateTextRect_Real = SDL_IBus_UpdateTextRect; in InitIME()
101 SDL_IME_UpdateTextRect_Real = NULL; in SDL_IME_Init()
141 if (SDL_IME_UpdateTextRect_Real) in SDL_IME_UpdateTextRect()
142 SDL_IME_UpdateTextRect_Real(rect); in SDL_IME_UpdateTextRect()

Completed in 2 milliseconds