Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dglbl_ime.cpp161 HIMC hImc = NULL; in global_ime_set_position() local
173 pIApp->ReleaseContext(s_hWnd, hImc); in global_ime_set_position()
184 HIMC hImc = NULL; in global_ime_set_font() local
192 pIApp->ReleaseContext(s_hWnd, hImc); in global_ime_set_font()
204 HIMC hImc;
209 pIApp->SetOpenStatus(hImc, FALSE);
210 pIApp->ReleaseContext(s_hWnd, hImc);
220 HIMC hImc;
225 pIApp->ReleaseContext(s_hWnd, hImc);
233 HIMC hImc; in global_ime_set_status() local
[all …]
H A Dgui_w32.c5664 HIMC hImc; in _OnImeNotify() local
5671 if (pImmGetOpenStatus(hImc)) in _OnImeNotify()
5816 HIMC hImc; in im_set_font() local
5821 pImmReleaseContext(s_hwnd, hImc); in im_set_font()
5831 HIMC hImc; in im_set_position() local
5843 pImmReleaseContext(s_hwnd, hImc); in im_set_position()
5853 HIMC hImc; in im_set_active() local
5882 hImc = pImmGetContext(s_hwnd); in im_set_active()
5883 if (hImc) in im_set_active()
5910 pImmSetConversionStatus(hImc, in im_set_active()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_win32_Windowing.cpp3873 if (HIMC hImc = ImmGetContext (hWnd))
3876 ImmReleaseContext (hWnd, hImc);
3904 if (auto hImc = ImmGetContext (hWnd))
3906 ImmNotifyIME (hImc, NI_CLOSECANDIDATE, 0, 0);
3907 ImmReleaseContext (hWnd, hImc);
3918 if (auto hImc = ImmGetContext (hWnd))
3941 ImmReleaseContext (hWnd, hImc);
3960 jassert (hImc != nullptr);
3977 jassert (hImc != nullptr);
3995 jassert (hImc != nullptr);
[all …]
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUTgui.cpp6103 HIMC hImc; in CheckToggleState() local
6224 HIMC hImc; in FinalizeString() local
6307 HIMC hImc; in GetPrivateReadingString() local
6308 hImc = _ImmGetContext( DXUTGetHWND() ); in GetPrivateReadingString()
6309 if( !hImc ) in GetPrivateReadingString()
6349 lpIC = _ImmLockIMC( hImc ); in GetPrivateReadingString()
6476 _ImmUnlockIMC( hImc ); in GetPrivateReadingString()
6540 HIMC hImc; in OnFocusIn() local
6566 HIMC hImc; in StaticMsgProc() local
6748 if( !hImc ) in HandleMouse()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_win32_Windowing.cpp3942 if (HIMC hImc = ImmGetContext (hWnd))
3945 ImmReleaseContext (hWnd, hImc);
3973 if (auto hImc = ImmGetContext (hWnd))
3975 ImmNotifyIME (hImc, NI_CLOSECANDIDATE, 0, 0);
3976 ImmReleaseContext (hWnd, hImc);
3987 if (auto hImc = ImmGetContext (hWnd))
4010 ImmReleaseContext (hWnd, hImc);
4029 jassert (hImc != nullptr);
4046 jassert (hImc != nullptr);
4064 jassert (hImc != nullptr);
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/gui_core/
H A Dgui_core_kernel_1.cpp1381 HIMC hImc = ImmGetContext(hwnd); in WndProc() local
1384 LONG bufbyte = ImmGetCompositionStringW(hImc, GCS_RESULTSTR, &wc, 0); in WndProc()
1390 ImmGetCompositionStringW(hImc, GCS_RESULTSTR, buf, bufbyte); in WndProc()
1398 ImmReleaseContext(hwnd, hImc); in WndProc()
2061 HIMC hImc = ImmGetContext(hwnd); in set_im_pos() local
2067 ImmSetCompositionWindow(hImc, &cf); in set_im_pos()
2068 ImmReleaseContext(hwnd, hImc); in set_im_pos()
/dports/science/dlib-cpp/dlib-19.22/dlib/gui_core/
H A Dgui_core_kernel_1.cpp1381 HIMC hImc = ImmGetContext(hwnd); in WndProc() local
1384 LONG bufbyte = ImmGetCompositionStringW(hImc, GCS_RESULTSTR, &wc, 0); in WndProc()
1390 ImmGetCompositionStringW(hImc, GCS_RESULTSTR, buf, bufbyte); in WndProc()
1398 ImmReleaseContext(hwnd, hImc); in WndProc()
2061 HIMC hImc = ImmGetContext(hwnd); in set_im_pos() local
2067 ImmSetCompositionWindow(hImc, &cf); in set_im_pos()
2068 ImmReleaseContext(hwnd, hImc); in set_im_pos()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/ipc/
H A DPluginInstanceChild.cpp2033 BOOL PluginInstanceChild::ImmAssociateContextExProc(HWND hWND, HIMC hImc, in ImmAssociateContextExProc() argument
2045 if (!hImc && self) { in ImmAssociateContextExProc()
2051 return sImm32ImmAssociateContextExStub(hWND, hImc, dwFlags); in ImmAssociateContextExProc()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/ipc/
H A DPluginInstanceChild.cpp1985 BOOL PluginInstanceChild::ImmAssociateContextExProc(HWND hWND, HIMC hImc, in ImmAssociateContextExProc() argument
1997 if (!hImc && self) { in ImmAssociateContextExProc()
2003 return sImm32ImmAssociateContextExStub(hWND, hImc, dwFlags); in ImmAssociateContextExProc()
/dports/security/putty/putty-0.76/windows/
H A Dwindow.c3291 HIMC hImc = ImmGetContext(hwnd); in WndProc() local
3292 ImmSetCompositionFont(hImc, &lfont); in WndProc()
3293 ImmReleaseContext(hwnd, hImc); in WndProc()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwindow.c3291 HIMC hImc = ImmGetContext(hwnd); in WndProc() local
3292 ImmSetCompositionFont(hImc, &lfont); in WndProc()
3293 ImmReleaseContext(hwnd, hImc); in WndProc()