Searched refs:hicon (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgdiimage.cpp399 HICON hicon = NULL; local
426 if ( ::ExtractIconEx(nameReal, iconIndex, &hicon, NULL, 1) == 1)
430 else if ( ::ExtractIconEx(nameReal, iconIndex, NULL, &hicon, 1) == 1)
441 if ( !::ExtractIconEx(nameReal, iconIndex, &hicon, NULL, 1) )
454 if ( !::ExtractIconEx(nameReal, iconIndex, NULL, &hicon, 1) )
464 if ( !hicon )
467 hicon = ::ExtractIcon(wxGetInstance(), nameReal, iconIndex);
471 if ( !hicon )
479 size = wxGetHiconSize(hicon);
489 ::DestroyIcon(hicon);
505 HICON hicon; local
[all...]
H A Dicon.cpp118 HICON hicon = wxBitmapToHICON(bmp); local
119 if ( !hicon )
125 SetHICON((WXHICON)hicon);
H A Dbitmap.cpp301 HICON hicon = (HICON)icon.GetHandle(); local
304 if ( !::GetIconInfo(hicon, &iconInfo) )
1695 HICON hicon = ::CreateIconIndirect(&iconInfo); local
1699 return hicon;
1738 HICON hicon = ::CreateIconIndirect(&iconInfo); local
1749 return hicon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dwinundef.h474 inline BOOL DrawIcon(HDC hdc, int x, int y, HICON hicon) argument
476 return DrawIconEx(hdc,x,y,hicon,0,0,0,NULL, DI_NORMAL) ;
H A Dprivate.h886 extern WXDLLEXPORT wxSize wxGetHiconSize(HICON hicon);

Completed in 125 milliseconds