Searched refs:hotSpotY (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dcursor.h29 int hotSpotX = -1, int hotSpotY = -1,
33 int hotSpotX = 0, int hotSpotY = 0);
50 int hotSpotX = -1, int hotSpotY = -1,
52 void Create(WXPixmap cursor, WXPixmap mask, int hotSpotX, int hotSpotY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dcursor.h30 int hotSpotX=-1, int hotSpotY=-1,
34 int hotSpotX = 0, int hotSpotY = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dcursor.cpp86 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY),
94 int hotSpotY)
91 wxCursor(const wxString& filename, long kind, int hotSpotX, int hotSpotY) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dcursor.h29 int hotSpotX=-1, int hotSpotY=-1,
33 int hotSpotX = 0, int hotSpotY = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dcursor.h27 int hotSpotX = -1, int hotSpotY = -1,
31 int hotSpotX = 0, int hotSpotY = 0);
H A Dprivate.h303 HCURSOR wxBitmapToHCURSOR(const wxBitmap& bmp, int hotSpotX, int hotSpotY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dcursor.h27 int hotSpotX = -1, int hotSpotY = -1,
31 int hotSpotX = 0, int hotSpotY = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcursor.cpp182 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); local
187 hotSpotY >= 0 && hotSpotY < image_h,
197 hotSpotY = hotSpotY + offset.y;
204 hotSpotY = int(hotSpotY * double(h) / double(image_h));
210 hotSpotX, hotSpotY );
224 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY),
235 int WXUNUSED(hotSpotY))
245 wxCursor(const wxString& filename, long kind, int hotSpotX, int hotSpotY) argument
[all...]
H A Dbitmap.cpp1669 int hotSpotY)
1689 iconInfo.yHotspot = hotSpotY;
1717 iconInfo.yHotspot = hotSpotY;
1757 HCURSOR wxBitmapToHCURSOR(const wxBitmap& bmp, int hotSpotX, int hotSpotY) argument
1759 return (HCURSOR)wxBitmapToIconOrCursor(bmp, false, hotSpotX, hotSpotY);
1666 wxBitmapToIconOrCursor(const wxBitmap& bmp, bool iconWanted, int hotSpotX, int hotSpotY) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dcursor.h25 wxCursor(const char bits[], int width, int height, int hotSpotX = -1, int hotSpotY = -1,
32 int hotSpotX = 0, int hotSpotY = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dcursor.h35 int hotSpotX=-1, int hotSpotY=-1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dcursor.h35 int hotSpotX=-1, int hotSpotY=-1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcursor.cpp133 int hotSpotX, int hotSpotY,
144 if (hotSpotY < 0 || hotSpotY >= height)
145 hotSpotY = 0;
153 hotSpotX, hotSpotY );
276 int hotSpotY; local
284 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y);
286 hotSpotY = 0;
290 if (hotSpotY < 0 || hotSpotY >
132 wxCursor(const char bits[], int width, int height, int hotSpotX, int hotSpotY, const char maskBits[], const wxColour *fg, const wxColour *bg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dcursor.h32 int hotSpotX=-1, int hotSpotY=-1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcursor.cpp148 int hotSpotY; local
156 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y);
158 hotSpotY = 0;
162 if (hotSpotY < 0 || hotSpotY >= h)
163 hotSpotY = 0;
165 Create( (const char*)bits, w, h, hotSpotX, hotSpotY,
174 int hotSpotX, int hotSpotY, const char maskBits[])
196 Create( (WXPixmap)pixmap, (WXPixmap)mask_pixmap, hotSpotX, hotSpotY );
206 int hotSpotX, int hotSpotY)
173 Create(const char bits[], int width, int height, int hotSpotX, int hotSpotY, const char maskBits[]) argument
205 Create(WXPixmap pixmap, WXPixmap mask_pixmap, int hotSpotX, int hotSpotY) argument
240 wxCursor(const char bits[], int width, int height, int hotSpotX, int hotSpotY, const char maskBits[]) argument
246 wxCursor(const wxString& name, long flags, int hotSpotX, int hotSpotY) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dcursor.cpp52 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY),
61 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dcursor.h43 wxCursor(const char bits[], int width, int height, int hotSpotX = -1, int hotSpotY = -1,
47 int hotSpotX = 0, int hotSpotY = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dcursor.h46 wxCursor(const char bits[], int width, int height, int hotSpotX = -1, int hotSpotY = -1,
53 int hotSpotX = 0, int hotSpotY = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcursor.cpp127 int hotSpotX, int hotSpotY,
138 if (hotSpotY < 0 || hotSpotY >= height)
139 hotSpotY = 0;
147 hotSpotX, hotSpotY );
178 int hotSpotX, hotSpotY; local
179 GetHotSpot(image, hotSpotX, hotSpotY);
197 hotSpotX, hotSpotY
298 hotSpotX, hotSpotY
126 wxCursor(const char bits[], int width, int height, int hotSpotX, int hotSpotY, const char maskBits[], const wxColour *fg, const wxColour *bg) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcursor.cpp84 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY), const char WXUNUSED(maskBits)[])
139 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); local
144 hotSpotY >= 0 && hotSpotY < image_h,
154 hotSpotY = hotSpotY + offset.y;
161 hotSpotY = int(hotSpotY * double(h) / double(image_h));
214 cp->hotSpot.v = hotSpotY ;
255 (**ch).crsrHotSpot.v = hotSpotY ;
310 wxCursor(const wxString& cursor_file, long flags, int hotSpotX, int hotSpotY) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcursor.cpp243 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY), const char WXUNUSED(maskBits)[])
321 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); local
327 M_CURSORDATA->m_hCursor = wxMacCocoaCreateCursorFromCGImage( cgimage, hotSpotX, hotSpotY );
339 hotSpotY >= 0 && hotSpotY < image_h,
349 hotSpotY = hotSpotY + offset.y;
356 hotSpotY = int(hotSpotY * double(h) / double(image_h));
404 (**ch).crsrHotSpot.v = hotSpotY ;
466 wxCursor(const wxString& cursor_file, long flags, int hotSpotX, int hotSpotY) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcursor.tex53 \param{int }{ height}, \param{int }{hotSpotX=-1}, \param{int }{hotSpotY=-1}, \param{const char }{maskBits[]=NULL},
60 If either {\it hotSpotX} or {\it hotSpotY} is -1, the hotspot will be the centre of the cursor image (Motif only).
62 \func{}{wxCursor}{\param{const wxString\& }{cursorName}, \param{long }{type}, \param{int }{hotSpotX=0}, \param{int }{hotSpotY=0}}
68 {\it hotSpotX} and {\it hotSpotY} are currently only used under Windows when loading from an
108 \docparam{hotSpotY}{Hotspot y coordinate.}
128 is enabled in setup.h). Specify {\it hotSpotX} and {\it hotSpotY}.}
173 hotSpotY=0)}}{Constructs a cursor from a filename}
180 \item{Wx::Cursor->new( name, type, hotSpotX = 0, hotSpotY = 0 )}
183 \item{Wx::Cursor->newData( bits, width, height, hotSpotX = -1, hotSpotY = -1, maskBits = 0 )}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dcursor.cpp146 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY),
155 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dcursor.cpp127 int hotSpotX, int hotSpotY,
126 wxCursor(const char bits[], int width, int height, int hotSpotX, int hotSpotY, const char maskBits[], wxColour *fg, wxColour *bg) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dcursor.cpp60 int WXUNUSED(hotSpotY),

Completed in 392 milliseconds

12