Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c431 BOOL CALLBACK AboutDlgProc (HWND hDlg, UINT message, in AboutDlgProc() argument
437 ShowWindow (hDlg, SW_HIDE); in AboutDlgProc()
438 CenterAbout (hDlg, GetWindow (hDlg, GW_OWNER)); in AboutDlgProc()
439 ShowWindow (hDlg, SW_SHOW); in AboutDlgProc()
447 EndDialog (hDlg, 0) ; in AboutDlgProc()
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c431 BOOL CALLBACK AboutDlgProc (HWND hDlg, UINT message, in AboutDlgProc() argument
437 ShowWindow (hDlg, SW_HIDE); in AboutDlgProc()
438 CenterAbout (hDlg, GetWindow (hDlg, GW_OWNER)); in AboutDlgProc()
439 ShowWindow (hDlg, SW_SHOW); in AboutDlgProc()
447 EndDialog (hDlg, 0) ; in AboutDlgProc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsmessagebox.c76 static INT_PTR MessageBoxDialogProc(HWND hDlg, UINT iMessage, WPARAM wParam, LPARAM lParam) in MessageBoxDialogProc() argument
81 EndDialog(hDlg, LOWORD(wParam)); in MessageBoxDialogProc()
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc32 INT_PTR CALLBACK AboutWndProc(HWND hDlg, in AboutWndProc() argument
43 EndDialog(hDlg, LOWORD(wParam)); in AboutWndProc()