Home
last modified time | relevance | path

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

/third_party/flutter/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()
397 this->init(fHInstance); in setRequestedDisplayParams()
DWindow_win.h36 HINSTANCE fHInstance; variable
/third_party/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()
405 this->init(fHInstance); in setRequestedDisplayParams()
DWindow_win.h36 HINSTANCE fHInstance; variable