Home
last modified time | relevance | path

Searched refs:hInstance (Results 1 – 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/skia/src/views/win/
Dskia_win.cpp21 ATOM MyRegisterClass(HINSTANCE hInstance);
26 int APIENTRY _tWinMain(HINSTANCE hInstance, in _tWinMain() argument
36 MyRegisterClass(hInstance); in _tWinMain()
39 if (!InitInstance (hInstance, nCmdShow, lpCmdLine)) in _tWinMain()
74 ATOM MyRegisterClass(HINSTANCE hInstance) in MyRegisterClass() argument
84 wcex.hInstance = hInstance; in MyRegisterClass()
124 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, LPTSTR lpCmdLine) in InitInstance() argument
128 hInst = hInstance; // Store instance handle in our global variable in InitInstance()
131 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); in InitInstance()
/external/skia/src/views/win/
Dskia_win.cpp21 ATOM MyRegisterClass(HINSTANCE hInstance);
26 int APIENTRY _tWinMain(HINSTANCE hInstance, in _tWinMain() argument
36 MyRegisterClass(hInstance); in _tWinMain()
39 if (!InitInstance (hInstance, nCmdShow, lpCmdLine)) in _tWinMain()
74 ATOM MyRegisterClass(HINSTANCE hInstance) in MyRegisterClass() argument
84 wcex.hInstance = hInstance; in MyRegisterClass()
124 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, LPTSTR lpCmdLine) in InitInstance() argument
128 hInst = hInstance; // Store instance handle in our global variable in InitInstance()
131 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); in InitInstance()
/external/chromium_org/tools/gyp/test/win/rc-build/
Dhello.cpp17 HINSTANCE hInstance, in _tWinMain() argument
23 LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); in _tWinMain()
25 LoadString(hInstance, IDC_HELLO, szWindowClass, MAX_LOADSTRING); in _tWinMain()
27 if (LoadIcon(hInstance, MAKEINTRESOURCE(IDI_SMALL)) != NULL) ++count; in _tWinMain()
28 if (LoadIcon(hInstance, MAKEINTRESOURCE(IDI_HELLO)) != NULL) ++count; in _tWinMain()
/external/lzma/C/Util/LzmaLib/
DLzmaLibExports.c6 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) in DllMain() argument
8 hInstance = hInstance; in DllMain()
/external/skia/src/gpu/gl/win/
DSkNativeGLContext_win.cpp51 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); in createGLContext() local
60 wc.hInstance = hInstance; in createGLContext()
78 hInstance, NULL))) { in createGLContext()
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DSkNativeGLContext_win.cpp51 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); in createGLContext() local
60 wc.hInstance = hInstance; in createGLContext()
78 hInstance, NULL))) { in createGLContext()
/external/openssl/apps/
Dwinrand.c69 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument
90 wndclass.hInstance = hInstance; in WinMain()
101 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL); in WinMain()
/external/chromium_org/third_party/openssl/openssl/apps/
Dwinrand.c69 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument
90 wndclass.hInstance = hInstance; in WinMain()
101 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL); in WinMain()
/external/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/
DesUtil_win32.c106 HINSTANCE hInstance = GetModuleHandle(NULL); in WinCreate() local
110 wndclass.hInstance = hInstance; in WinCreate()
138 hInstance, in WinCreate()
/external/icu4c/samples/layout/
Dlayout.cpp70 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) in WinMain() argument
82 wndclass.hInstance = hInstance; in WinMain()
95 hAccel = LoadAccelerators(hInstance, szAppName); in WinMain()
101 NULL, NULL, hInstance, NULL); in WinMain()
113 UnregisterClass(szAppName, hInstance); in WinMain()
270 ofn.hInstance = NULL; in WndProc()
Dclayout.c71 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) in WinMain() argument
83 wndclass.hInstance = hInstance; in WinMain()
96 hAccel = LoadAccelerators(hInstance, szAppName); in WinMain()
102 NULL, NULL, hInstance, NULL); in WinMain()
114 UnregisterClass(szAppName, hInstance); in WinMain()
272 ofn.hInstance = NULL; in WndProc()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
Dd3d10winmain.cpp62 HINSTANCE hInstance = GetModuleHandle(NULL); in main() local
71 wcex.hInstance = hInstance; in main()
82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); in main()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11winmain.cpp62 HINSTANCE hInstance = GetModuleHandle(NULL); in main() local
71 wcex.hInstance = hInstance; in main()
82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); in main()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11winmain.cpp62 HINSTANCE hInstance = GetModuleHandle(NULL); in main() local
71 wcex.hInstance = hInstance; in main()
82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); in main()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
Dd3d10winmain.cpp62 HINSTANCE hInstance = GetModuleHandle(NULL); in main() local
71 wcex.hInstance = hInstance; in main()
82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); in main()
/external/chromium_org/tools/measure_page_load_time/ie_bho/
DMeasurePageLoadTime.cpp27 extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) in DllMain() argument
31 DisableThreadLibraryCalls(hInstance); in DllMain()
/external/lzma/CPP/7zip/Archive/
DDllExports2.cpp32 hInstance, DWORD dwReason, LPVOID /*lpReserved*/) in DllMain()
36 g_hInstance = (HINSTANCE)hInstance; in DllMain()
/external/chromium_org/base/win/
Dwrapped_window_proc.cc50 class_out->hInstance = base::GetModuleFromAddress(window_proc); in InitializeWindowClass()
59 DCHECK(class_out->hInstance != NULL); in InitializeWindowClass()
/external/libpng/contrib/visupng/
DVisualPng.c77 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument
90 wndclass.hInstance = hInstance; in WinMain()
91 wndclass.hIcon = LoadIcon (hInstance, szIconName) ; in WinMain()
127 NULL, NULL, hInstance, NULL); in WinMain()
132 hAccel = LoadAccelerators (hInstance, szProgName); in WinMain()
148 static HINSTANCE hInstance ; in WndProc() local
178 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ; in WndProc()
398 DialogBox (hInstance, TEXT ("AboutBox"), hwnd, AboutDlgProc) ; in WndProc()
/external/chromium_org/third_party/npapi/npspy/windows/
Dgui_main.cpp63 psp[0].hInstance = hInst; in onOptions()
73 psp[1].hInstance = hInst; in onOptions()
83 psp[2].hInstance = hInst; in onOptions()
93 psp[3].hInstance = hInst; in onOptions()
105 psh.hInstance = hInst; in onOptions()
Dsetupexe.cpp5 int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) in WinMain() argument
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
Dgraw_gdi.c91 wc.hInstance = GetModuleHandle(NULL); in graw_create_window_and_screen()
110 wc.hInstance, in graw_create_window_and_screen()
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c91 wc.hInstance = GetModuleHandle(NULL); in graw_create_window_and_screen()
110 wc.hInstance, in graw_create_window_and_screen()
/external/chromium_org/base/
Ddebug_message.cc12 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument
/external/chromium/base/
Ddebug_message.cc12 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument

123