Lines Matching refs:fHWnd
46 if (GetWindowRect(fHWnd, &r)) {
52 DestroyWindow(fHWnd);
112 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW,
115 if (!fHWnd)
120 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this);
121 RegisterTouchWindow(fHWnd, 0);
340 SetWindowTextA(fHWnd, title);
344 ShowWindow(fHWnd, SW_SHOW);
355 fWindowContext = window_context_factory::MakeGLForWin(fHWnd, fRequestedDisplayParams);
361 window_context_factory::MakeANGLEForWin(fHWnd, fRequestedDisplayParams);
367 window_context_factory::MakeDawnD3D12ForWin(fHWnd, fRequestedDisplayParams);
372 window_context_factory::MakeRasterForWin(fHWnd, fRequestedDisplayParams);
377 window_context_factory::MakeVulkanForWin(fHWnd, fRequestedDisplayParams);
383 window_context_factory::MakeD3D12ForWin(fHWnd, fRequestedDisplayParams);
393 InvalidateRect(fHWnd, nullptr, false);