Lines Matching refs:s_hWnd
49 static HWND s_hWnd = NULL; variable
97 s_hWnd = hWnd; in global_ime_init()
166 if (SUCCEEDED(pIApp->GetContext(s_hWnd, &hImc))) in global_ime_set_position()
173 pIApp->ReleaseContext(s_hWnd, hImc); in global_ime_set_position()
189 if (SUCCEEDED(pIApp->GetContext(s_hWnd, &hImc))) in global_ime_set_font()
192 pIApp->ReleaseContext(s_hWnd, hImc); in global_ime_set_font()
206 if (pIApp != NULL && SUCCEEDED(pIApp->GetContext(s_hWnd, &hImc)))
210 pIApp->ReleaseContext(s_hWnd, hImc);
222 if (pIApp != NULL && SUCCEEDED(pIApp->GetContext(s_hWnd, &hImc)))
225 pIApp->ReleaseContext(s_hWnd, hImc);
235 if (pIApp != NULL && SUCCEEDED(pIApp->GetContext(s_hWnd, &hImc))) in global_ime_set_status()
238 pIApp->ReleaseContext(s_hWnd, hImc); in global_ime_set_status()
248 if (pIApp != NULL && SUCCEEDED(pIApp->GetContext(s_hWnd, &hImc))) in global_ime_get_status()
251 pIApp->ReleaseContext(s_hWnd, hImc); in global_ime_get_status()