Home
last modified time | relevance | path

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

/external/skqp/tools/sk_app/win/
DWindow_win.cpp61 fHInstance = hInstance ? hInstance : GetModuleHandle(nullptr); in init()
75 wcex.hInstance = fHInstance; in init()
76 wcex.hIcon = LoadIcon(fHInstance, (LPCTSTR)IDI_WINLOGO); in init()
81 wcex.hIconSm = LoadIcon(fHInstance, (LPCTSTR)IDI_WINLOGO); in init()
112 nullptr, nullptr, fHInstance, nullptr); in init()
388 this->init(fHInstance); in setRequestedDisplayParams()
DWindow_win.h36 HINSTANCE fHInstance; variable
/external/skia/tools/sk_app/win/
DWindow_win.cpp63 fHInstance = hInstance ? hInstance : GetModuleHandle(nullptr); in init()
77 wcex.hInstance = fHInstance; in init()
78 wcex.hIcon = LoadIcon(fHInstance, (LPCTSTR)IDI_WINLOGO); in init()
83 wcex.hIconSm = LoadIcon(fHInstance, (LPCTSTR)IDI_WINLOGO); in init()
114 nullptr, nullptr, fHInstance, nullptr); in init()
406 this->init(fHInstance); in setRequestedDisplayParams()
DWindow_win.h36 HINSTANCE fHInstance; variable