Searched refs:_hWnd (Results 1 – 3 of 3) sorted by relevance
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/ |
D | FFConsoleDemo.cpp | 769 HWND _hWnd; member in Application 798 _hWnd = 0; in Application() 817 _hWnd = CreateDialog( 0, MAKEINTRESOURCE(IDD_DIALOG1), 0,(DLGPROC)DlgProc); in initialize() 818 if( _hWnd == NULL ) in initialize() 821 ShowWindow(_hWnd, SW_SHOW); in initialize() 823 wnd << (size_t)_hWnd; in initialize()
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 280 _hWnd(hWnd), in VideoRenderDirect3D9() 335 ::SetWindowPos(_hWnd, HWND_NOTOPMOST, _originalHwndRect.left, in ~VideoRenderDirect3D9() 340 ::RedrawWindow(_hWnd, NULL, NULL, RDW_INVALIDATE | RDW_UPDATENOW in ~VideoRenderDirect3D9() 457 if (GetWindowRect(_hWnd, &_originalHwndRect) == 0) in InitDevice() 481 if (InitializeD3D(_hWnd, &_d3dpp) == -1) in InitDevice()
|
D | video_render_direct3d9.h | 210 HWND _hWnd; variable
|