Lines Matching refs:hIMC

2457             HIMC hIMC = ImmGetContext( pFrame->mhWnd );  in ImplSalFrameSetInputContext()  local
2458 if ( hIMC ) in ImplSalFrameSetInputContext()
2473 ImmSetCompositionFontW( hIMC, &aLogFont ); in ImplSalFrameSetInputContext()
2474 ImmReleaseContext( pFrame->mhWnd, hIMC ); in ImplSalFrameSetInputContext()
2501 HIMC hIMC = ImmGetContext( hWnd ); in ImplSalFrameEndExtTextInput() local
2502 if ( hIMC ) in ImplSalFrameEndExtTextInput()
2510 ImmNotifyIME( hIMC, NI_COMPOSITIONSTR, nIndex, 0 ); in ImplSalFrameEndExtTextInput()
2511 ImmReleaseContext( hWnd, hIMC ); in ImplSalFrameEndExtTextInput()
5333 static void ImplUpdateIMECursorPos( WinSalFrame* pFrame, HIMC hIMC ) in ImplUpdateIMECursorPos() argument
5350 ImmSetCompositionWindow( hIMC, &aForm ); in ImplUpdateIMECursorPos()
5373 HIMC hIMC = ImmGetContext( hWnd ); in ImplHandleIMEStartComposition() local
5374 if ( hIMC ) in ImplHandleIMEStartComposition()
5376 ImplUpdateIMECursorPos( pFrame, hIMC ); in ImplHandleIMEStartComposition()
5377 ImmReleaseContext( hWnd, hIMC ); in ImplHandleIMEStartComposition()
5395 HIMC hIMC, LPARAM lParam ) in ImplHandleIMECompositionInput() argument
5413 LONG nTextLen = ImmGetCompositionStringW( hIMC, GCS_RESULTSTR, 0, 0 ) / sizeof( WCHAR ); in ImplHandleIMECompositionInput()
5417 ImmGetCompositionStringW( hIMC, GCS_RESULTSTR, pTextBuf, nTextLen*sizeof( WCHAR ) ); in ImplHandleIMECompositionInput()
5425 ImplUpdateIMECursorPos( pFrame, hIMC ); in ImplHandleIMECompositionInput()
5439 LONG nTextLen = ImmGetCompositionStringW( hIMC, GCS_COMPSTR, 0, 0 ) / sizeof( WCHAR ); in ImplHandleIMECompositionInput()
5443 ImmGetCompositionStringW( hIMC, GCS_COMPSTR, pTextBuf, nTextLen*sizeof( WCHAR ) ); in ImplHandleIMECompositionInput()
5448 LONG nAttrLen = ImmGetCompositionStringW( hIMC, GCS_COMPATTR, 0, 0 ); in ImplHandleIMECompositionInput()
5452 ImmGetCompositionStringW( hIMC, GCS_COMPATTR, pAttrBuf, nAttrLen ); in ImplHandleIMECompositionInput()
5505 … aEvt.mnCursorPos = LOWORD( ImmGetCompositionStringW( hIMC, GCS_CURSORPOS, 0, 0 ) ); in ImplHandleIMECompositionInput()
5514 ImplUpdateIMECursorPos( pFrame, hIMC ); in ImplHandleIMECompositionInput()
5557 HIMC hIMC = ImmGetContext( hWnd ); in ImplHandleIMEComposition() local
5558 if ( hIMC ) in ImplHandleIMEComposition()
5560 if ( ImplHandleIMECompositionInput( pFrame, hIMC, lParam ) ) in ImplHandleIMEComposition()
5563 ImmReleaseContext( hWnd, hIMC ); in ImplHandleIMEComposition()
5656 HIMC hIMC = ImmGetContext( hWnd ); in ImplHandleIMENotify() local
5657 if ( hIMC ) in ImplHandleIMENotify()
5659 LONG nBufLen = ImmGetCompositionStringW( hIMC, GCS_COMPSTR, 0, 0 ); in ImplHandleIMENotify()
5675 ImmSetCandidateWindow( hIMC, &aForm ); in ImplHandleIMENotify()
5678 ImmReleaseContext( hWnd, hIMC ); in ImplHandleIMENotify()