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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dcursor.cpp67 wxImage vImage32 = rImage.Scale(32,32); local
68 int nWidth = vImage32.GetWidth();
69 int nHeight = vImage32.GetHeight();
74 HBITMAP hBitmap = wxBitmap(vImage32).GetHBITMAP();
75 int nHotSpotX = vImage32.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X);
76 int nHotSpotY = vImage32.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y);

Completed in 55 milliseconds