Searched refs:image_w (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.cpp183 int image_w = image.GetWidth(); local
186 wxASSERT_MSG( hotSpotX >= 0 && hotSpotX < image_w &&
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))
203 hotSpotX = int(hotSpotX * double(w) / double(image_w));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcursor.cpp140 int image_w = image.GetWidth(); local
143 wxASSERT_MSG( hotSpotX >= 0 && hotSpotX < image_w &&
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))
160 hotSpotX = int(hotSpotX * double(w) / double(image_w));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtreectlg.cpp430 image_w = 0; local
437 m_owner->m_imageListNormal->GetSize( image, image_w, image_h );
438 image_w += MARGIN_BETWEEN_IMAGE_AND_TEXT;
447 x += image_w;
448 w -= image_w + 4;
707 int image_w = -1; local
713 image_w, image_h); local
715 if ((image_w != -1) && (point.x <= m_x + image_w + 1))
828 int image_w local
2341 int image_h = 0, image_w = 0; local
2607 image_w = 0; local
3130 int image_w, image_h; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcursor.cpp335 int image_w = image.GetWidth(); local
338 wxASSERT_MSG( hotSpotX >= 0 && hotSpotX < image_w &&
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))
355 hotSpotX = int(hotSpotX * double(w) / double(image_w));

Completed in 175 milliseconds