Searched refs:fHInstance (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tools/sk_app/win/ |
D | Window_win.cpp | 61 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()
|
D | Window_win.h | 36 HINSTANCE fHInstance; variable
|
/external/skia/tools/sk_app/win/ |
D | Window_win.cpp | 63 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()
|
D | Window_win.h | 36 HINSTANCE fHInstance; variable
|