Home
last modified time | relevance | path

Searched refs:fHWnd (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/viewer/sk_app/win/
DWindow_win.cpp42 if (GetWindowRect(fHWnd, &r)) { in closeWindow()
48 DestroyWindow(fHWnd); in closeWindow()
108 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()
111 if (!fHWnd) in init()
116 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
307 SetWindowTextA(fHWnd, title); in setTitle()
311 ShowWindow(fHWnd, SW_SHOW); in show()
320 fWindowContext = window_context_factory::NewGLForWin(fHWnd, fRequestedDisplayParams); in attach()
323 fWindowContext = window_context_factory::NewRasterForWin(fHWnd, in attach()
328 fWindowContext = window_context_factory::NewVulkanForWin(fHWnd, in attach()
[all …]
DWindow_win.h36 HWND fHWnd; variable