Searched refs:hIcon (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dicon.h69 inline void SetHICON(WXHICON hIcon) { SetHandle((WXHANDLE)hIcon); } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dimaglist.cpp321 HICON hIcon = ImageList_ExtractIcon(0, GetHImageList(), index); local
322 if (hIcon)
325 icon.SetHICON((WXHICON)hIcon);
H A Dframe.cpp849 HICON hIcon = icon.Ok() ? GetHiconOf(icon) local
860 if ( hIcon )
872 ::DrawIcon(hdc, icon_x, icon_y, hIcon);
1086 HICON hIcon = icon.Ok() ? GetHiconOf(icon) local
1088 rc = (long)hIcon;
H A Ddragimag.cpp190 HICON hIcon = (HICON) image.GetHICON(); local
192 int index = ImageList_AddIcon(GetHimageList(), hIcon);
H A Dvolume.cpp598 m_icons[type].SetHICON((WXHICON)fi.hIcon);
599 if (!rc || !fi.hIcon)
H A Dtaskbar.cpp155 notifyData.hIcon = GetHiconOf(icon);
H A Dglcanvas.cpp133 wndclass.hIcon = (HICON) NULL;
H A Dgraphics.cpp1207 HICON hIcon = (HICON)icon.GetHICON(); local
1210 if (!GetIconInfo(hIcon,&iconInfo))
1221 image = Bitmap::FromHICON(hIcon);
1251 image = Bitmap::FromHICON(hIcon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dicon.cpp230 HICON hIcon = ::WinCreatePointerIndirect( HWND_DESKTOP, &vIconInfo); local
232 if (!hIcon)
240 SetHICON((WXHICON)hIcon);
H A Dgdiimage.cpp470 HPOINTER hIcon; local
472 hIcon = ::WinLoadFileIcon( (PSZ)rName.c_str()
478 pIcon->SetHICON((WXHICON)hIcon);
H A Dframe.cpp860 HPOINTER hIcon; local
863 hIcon = (HPOINTER)::WinSendMsg(m_hFrame, WM_QUERYICON, 0L, 0L);
865 hIcon = (HPOINTER)m_hDefaultIcon;
879 if (hIcon)
890 ::WinDrawPointer(hPs, nIconX, nIconY, hIcon, DP_NORMAL);
1310 HPOINTER hIcon; local
1313 hIcon = (HPOINTER)::WinSendMsg(GetHWND(), WM_QUERYICON, 0L, 0L);
1315 hIcon = (HPOINTER)m_hDefaultIcon;
1316 mRc = (MRESULT)hIcon;
H A Dbitmap.cpp118 HPOINTER hIcon = (HPOINTER)rIcon.GetHandle(); local
121 if (!::WinQueryPointerInfo(hIcon, &SIconInfo))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dwinrand.c92 wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dwinrand.c92 wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dwinrand.c91 wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dmicrowin.h44 VOID DestroyIcon(HICON hIcon);
51 BOOL DrawIconEx(HDC hdc, int x, int y, HICON hIcon, int w, int h, UINT istepIfAniCur, HBRUSH hbrFlickerFreeDraw, UINT diFlags);
H A Dwindow.h357 bool HandleQueryDragIcon(WXHICON *hIcon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp338 wc.hIcon = g_hIconMain;
352 wc.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_UNZIP));
646 HICON hIcon = NULL; local
664 ExtractIconEx(szIconFile, imageId, NULL, &hIcon, 1);
665 if (hIcon == NULL) {
666 ExtractIconEx(szIconFile, imageId, &hIcon, NULL, 1);
673 if (hIcon == NULL) {
693 ExtractIconEx(szPath, 0, NULL, &hIcon, 1);
694 if (hIcon == NULL) {
695 ExtractIconEx(szPath, 0, &hIcon, NUL
1586 static HICON hIcon = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-win.c501 wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
H A Drpng2-win.c733 wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp80 wc.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_WCE_TPCB));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/visupng/
H A DVisualPng.c91 wndclass.hIcon = LoadIcon (hInstance, szIconName) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c2057 wndclass.hIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_MAINFRAME));

Completed in 132 milliseconds