Searched refs:SDL_IME_UpdateTextRect_Real (Results 1 – 1 of 1) sorted by relevance
39 static _SDL_IME_UpdateTextRect SDL_IME_UpdateTextRect_Real = NULL; variable66 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