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()
117 RegisterTouchWindow(fHWnd, 0); in init()
337 SetWindowTextA(fHWnd, title); in setTitle()
341 ShowWindow(fHWnd, SW_SHOW); in show()
350 fWindowContext = window_context_factory::NewGLForWin(fHWnd, fRequestedDisplayParams); in attach()
353 fWindowContext = window_context_factory::NewRasterForWin(fHWnd, in attach()
[all …]
DWindow_win.h36 HWND fHWnd; variable