Searched refs:fHInstance (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/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() 397 this->init(fHInstance); in setRequestedDisplayParams()
|
D | Window_win.h | 36 HINSTANCE fHInstance; variable
|
/third_party/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() 405 this->init(fHInstance); in setRequestedDisplayParams()
|
D | Window_win.h | 36 HINSTANCE fHInstance; variable
|