Home
last modified time | relevance | path

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

/third_party/skia/tools/sk_app/win/
H A DWindow_win.cpp46 if (GetWindowRect(fHWnd, &r)) { in closeWindow()
52 DestroyWindow(fHWnd); in closeWindow()
112 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()
115 if (!fHWnd) in init()
120 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
121 RegisterTouchWindow(fHWnd, 0); in init()
340 SetWindowTextA(fHWnd, title); in setTitle()
344 ShowWindow(fHWnd, SW_SHOW); in show()
355 fWindowContext = window_context_factory::MakeGLForWin(fHWnd, fRequestedDisplayParams); in attach()
361 window_context_factory::MakeANGLEForWin(fHWnd, fRequestedDisplayParam in attach()
[all...]
H A DWindow_win.h37 HWND fHWnd; member in sk_app::Window_win

Completed in 2 milliseconds