Home
last modified time | relevance | path

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

/external/skia/tools/viewer/sk_app/win/
DWindow_win.cpp59 fHInstance = hInstance ? hInstance : GetModuleHandle(nullptr); in init()
73 wcex.hInstance = fHInstance; in init()
74 wcex.hIcon = LoadIcon(fHInstance, (LPCTSTR)IDI_WINLOGO); in init()
79 wcex.hIconSm = LoadIcon(fHInstance, (LPCTSTR)IDI_WINLOGO);; in init()
110 nullptr, nullptr, fHInstance, nullptr); in init()
381 this->init(fHInstance); in setRequestedDisplayParams()
DWindow_win.h35 HINSTANCE fHInstance; variable