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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcursor.cpp184 int image_h = image.GetHeight(); local
187 hotSpotY >= 0 && hotSpotY < image_h,
193 if ((w > image_w) && (h > image_h))
195 wxPoint offset((w - image_w)/2, (h - image_h)/2);
201 else if ((w != image_w) || (h != image_h))
204 hotSpotY = int(hotSpotY * double(h) / double(image_h));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcursor.cpp141 int image_h = image.GetHeight(); local
144 hotSpotY >= 0 && hotSpotY < image_h,
150 if ((w > image_w) && (h > image_h))
152 wxPoint offset((w - image_w)/2, (h - image_h)/2);
158 else if ((w != image_w) || (h != image_h))
161 hotSpotY = int(hotSpotY * double(h) / double(image_h));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcursor.cpp336 int image_h = image.GetHeight(); local
339 hotSpotY >= 0 && hotSpotY < image_h,
345 if ((w > image_w) && (h > image_h))
347 wxPoint offset((w - image_w) / 2, (h - image_h) / 2);
353 else if ((w != image_w) || (h != image_h))
356 hotSpotY = int(hotSpotY * double(h) / double(image_h));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtreectlg.cpp429 int image_h = 0, local
437 m_owner->m_imageListNormal->GetSize( image, image_w, image_h );
708 int image_h; local
713 image_w, image_h); local
827 int image_h = 0; local
834 control->m_imageListNormal->GetSize( image, image_w, image_h );
839 m_height = (image_h > text_h) ? image_h : text_h;
2341 int image_h = 0, image_w = 0; local
2347 m_imageListNormal->GetSize( image, image_w, image_h );
2606 int image_h = 0, local
3130 int image_w, image_h; local
[all...]

Completed in 301 milliseconds