Home
last modified time | relevance | path

Searched refs:hotSpotY (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dcursor.cpp182 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor() local
187 hotSpotY >= 0 && hotSpotY < image_h, in wxCursor()
197 hotSpotY = hotSpotY + offset.y; in wxCursor()
204 hotSpotY = int(hotSpotY * double(h) / double(image_h)); in wxCursor()
210 hotSpotX, hotSpotY ); in wxCursor()
224 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY), in wxCursor() argument
235 int WXUNUSED(hotSpotY)) in wxCursor() argument
248 int hotSpotY) in wxCursor() argument
268 hotSpotY in wxCursor()
277 hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dcursor.cpp182 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor() local
187 hotSpotY >= 0 && hotSpotY < image_h, in wxCursor()
197 hotSpotY = hotSpotY + offset.y; in wxCursor()
204 hotSpotY = int(hotSpotY * double(h) / double(image_h)); in wxCursor()
210 hotSpotX, hotSpotY ); in wxCursor()
224 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY), in wxCursor() argument
235 int WXUNUSED(hotSpotY)) in wxCursor() argument
248 int hotSpotY) in wxCursor() argument
268 hotSpotY in wxCursor()
277 hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dcursor.cpp182 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor() local
187 hotSpotY >= 0 && hotSpotY < image_h, in wxCursor()
197 hotSpotY = hotSpotY + offset.y; in wxCursor()
204 hotSpotY = int(hotSpotY * double(h) / double(image_h)); in wxCursor()
210 hotSpotX, hotSpotY ); in wxCursor()
224 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY), in wxCursor() argument
235 int WXUNUSED(hotSpotY)) in wxCursor() argument
248 int hotSpotY) in wxCursor() argument
268 hotSpotY in wxCursor()
277 hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dcursor.cpp182 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor() local
187 hotSpotY >= 0 && hotSpotY < image_h, in wxCursor()
197 hotSpotY = hotSpotY + offset.y; in wxCursor()
204 hotSpotY = int(hotSpotY * double(h) / double(image_h)); in wxCursor()
210 hotSpotX, hotSpotY ); in wxCursor()
224 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY), in wxCursor() argument
235 int WXUNUSED(hotSpotY)) in wxCursor() argument
248 int hotSpotY) in wxCursor() argument
268 hotSpotY in wxCursor()
277 hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dcursor.cpp180 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor() local
185 hotSpotY >= 0 && hotSpotY < image_h, in wxCursor()
195 hotSpotY = hotSpotY + offset.y; in wxCursor()
202 hotSpotY = int(hotSpotY * double(h) / double(image_h)); in wxCursor()
208 hotSpotX, hotSpotY ); in wxCursor()
232 int hotSpotY) in wxCursor() argument
253 hotSpotY in wxCursor()
262 hotSpotY in wxCursor()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dcursor.cpp180 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor() local
185 hotSpotY >= 0 && hotSpotY < image_h, in wxCursor()
195 hotSpotY = hotSpotY + offset.y; in wxCursor()
202 hotSpotY = int(hotSpotY * double(h) / double(image_h)); in wxCursor()
208 hotSpotX, hotSpotY ); in wxCursor()
232 int hotSpotY) in wxCursor() argument
253 hotSpotY in wxCursor()
262 hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dcursor.cpp80 int hotSpotX, int hotSpotY) in wxCursor() argument
90 img.SetOption(wxIMAGE_OPTION_CUR_HOTSPOT_Y, hotSpotY); in wxCursor()
102 int hotSpotX, int hotSpotY, in wxCursor() argument
108 if (hotSpotY < 0 || hotSpotY >= height) in wxCursor()
109 hotSpotY = 0; in wxCursor()
146 … gdk_cursor_new_from_pixbuf(gtk_widget_get_display(wxGetRootWindow()), pixbuf, hotSpotX, hotSpotY); in wxCursor()
162 hotSpotX, hotSpotY ); in wxCursor()
252 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in InitFromImage() local
254 if (hotSpotY < 0 || hotSpotY > h) hotSpotY = 0; in InitFromImage()
279 … gdk_cursor_new_from_pixbuf(gtk_widget_get_display(wxGetRootWindow()), pixbuf, hotSpotX, hotSpotY); in InitFromImage()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dcursor.cpp80 int hotSpotX, int hotSpotY) in wxCursor() argument
90 img.SetOption(wxIMAGE_OPTION_CUR_HOTSPOT_Y, hotSpotY); in wxCursor()
102 int hotSpotX, int hotSpotY, in wxCursor() argument
108 if (hotSpotY < 0 || hotSpotY >= height) in wxCursor()
109 hotSpotY = 0; in wxCursor()
146 … gdk_cursor_new_from_pixbuf(gtk_widget_get_display(wxGetRootWindow()), pixbuf, hotSpotX, hotSpotY); in wxCursor()
162 hotSpotX, hotSpotY ); in wxCursor()
252 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in InitFromImage() local
254 if (hotSpotY < 0 || hotSpotY > h) hotSpotY = 0; in InitFromImage()
279 … gdk_cursor_new_from_pixbuf(gtk_widget_get_display(wxGetRootWindow()), pixbuf, hotSpotX, hotSpotY); in InitFromImage()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dcursor.cpp163 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor() local
168 hotSpotY >= 0 && hotSpotY < image_h, in wxCursor()
178 hotSpotY = hotSpotY + offset.y; in wxCursor()
185 hotSpotY = int(hotSpotY * double(h) / double(image_h)); in wxCursor()
191 hotSpotX, hotSpotY ); in wxCursor()
206 int hotSpotY) in wxCursor() argument
225 hotSpotY in wxCursor()
234 hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dcursor.cpp136 int hotSpotX, int hotSpotY, in wxCursor() argument
147 if (hotSpotY < 0 || hotSpotY >= height) in wxCursor()
148 hotSpotY = 0; in wxCursor()
156 hotSpotX, hotSpotY ); in wxCursor()
279 int hotSpotY; in wxCursor() local
287 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor()
289 hotSpotY = 0; in wxCursor()
293 if (hotSpotY < 0 || hotSpotY >= h) in wxCursor()
294 hotSpotY = 0; in wxCursor()
307 hotSpotX, hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Dcursor.cpp133 int hotSpotX, int hotSpotY, in wxCursor() argument
144 if (hotSpotY < 0 || hotSpotY >= height) in wxCursor()
145 hotSpotY = 0; in wxCursor()
153 hotSpotX, hotSpotY ); in wxCursor()
276 int hotSpotY; in wxCursor() local
284 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor()
286 hotSpotY = 0; in wxCursor()
290 if (hotSpotY < 0 || hotSpotY >= h) in wxCursor()
291 hotSpotY = 0; in wxCursor()
304 hotSpotX, hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dcursor.cpp133 int hotSpotX, int hotSpotY, in wxCursor() argument
144 if (hotSpotY < 0 || hotSpotY >= height) in wxCursor()
145 hotSpotY = 0; in wxCursor()
153 hotSpotX, hotSpotY ); in wxCursor()
276 int hotSpotY; in wxCursor() local
284 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor()
286 hotSpotY = 0; in wxCursor()
290 if (hotSpotY < 0 || hotSpotY >= h) in wxCursor()
291 hotSpotY = 0; in wxCursor()
304 hotSpotX, hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Dcursor.cpp133 int hotSpotX, int hotSpotY, in wxCursor() argument
144 if (hotSpotY < 0 || hotSpotY >= height) in wxCursor()
145 hotSpotY = 0; in wxCursor()
153 hotSpotX, hotSpotY ); in wxCursor()
276 int hotSpotY; in wxCursor() local
284 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor()
286 hotSpotY = 0; in wxCursor()
290 if (hotSpotY < 0 || hotSpotY >= h) in wxCursor()
291 hotSpotY = 0; in wxCursor()
304 hotSpotX, hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Dcursor.cpp133 int hotSpotX, int hotSpotY, in wxCursor() argument
144 if (hotSpotY < 0 || hotSpotY >= height) in wxCursor()
145 hotSpotY = 0; in wxCursor()
153 hotSpotX, hotSpotY ); in wxCursor()
276 int hotSpotY; in wxCursor() local
284 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor()
286 hotSpotY = 0; in wxCursor()
290 if (hotSpotY < 0 || hotSpotY >= h) in wxCursor()
291 hotSpotY = 0; in wxCursor()
304 hotSpotX, hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dcursor.cpp136 int hotSpotX, int hotSpotY, in wxCursor() argument
147 if (hotSpotY < 0 || hotSpotY >= height) in wxCursor()
148 hotSpotY = 0; in wxCursor()
156 hotSpotX, hotSpotY ); in wxCursor()
279 int hotSpotY; in wxCursor() local
287 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor()
289 hotSpotY = 0; in wxCursor()
293 if (hotSpotY < 0 || hotSpotY >= h) in wxCursor()
294 hotSpotY = 0; in wxCursor()
307 hotSpotX, hotSpotY in wxCursor()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Dcursor.cpp136 int hotSpotX, int hotSpotY, in wxCursor() argument
147 if (hotSpotY < 0 || hotSpotY >= height) in wxCursor()
148 hotSpotY = 0; in wxCursor()
156 hotSpotX, hotSpotY ); in wxCursor()
279 int hotSpotY; in wxCursor() local
287 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor()
289 hotSpotY = 0; in wxCursor()
293 if (hotSpotY < 0 || hotSpotY >= h) in wxCursor()
294 hotSpotY = 0; in wxCursor()
307 hotSpotX, hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Dcursor.cpp154 int hotSpotY; in wxCursor() local
162 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor()
164 hotSpotY = 0; in wxCursor()
168 if (hotSpotY < 0 || hotSpotY >= h) in wxCursor()
169 hotSpotY = 0; in wxCursor()
171 Create( (const char*)bits, w, h, hotSpotX, hotSpotY, in wxCursor()
212 int hotSpotX, int hotSpotY) in Create() argument
234 hotSpotY); in Create()
250 Create(bits, width, height, hotSpotX, hotSpotY, maskBits); in wxCursor()
254 int hotSpotX, int hotSpotY) in wxCursor() argument
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Dcursor.cpp154 int hotSpotY; in wxCursor() local
162 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor()
164 hotSpotY = 0; in wxCursor()
168 if (hotSpotY < 0 || hotSpotY >= h) in wxCursor()
169 hotSpotY = 0; in wxCursor()
171 Create( (const char*)bits, w, h, hotSpotX, hotSpotY, in wxCursor()
212 int hotSpotX, int hotSpotY) in Create() argument
234 hotSpotY); in Create()
250 Create(bits, width, height, hotSpotX, hotSpotY, maskBits); in wxCursor()
254 int hotSpotX, int hotSpotY) in wxCursor() argument
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Dcursor.cpp154 int hotSpotY; in wxCursor() local
162 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in wxCursor()
164 hotSpotY = 0; in wxCursor()
168 if (hotSpotY < 0 || hotSpotY >= h) in wxCursor()
169 hotSpotY = 0; in wxCursor()
171 Create( (const char*)bits, w, h, hotSpotX, hotSpotY, in wxCursor()
212 int hotSpotX, int hotSpotY) in Create() argument
234 hotSpotY); in Create()
250 Create(bits, width, height, hotSpotX, hotSpotY, maskBits); in wxCursor()
254 int hotSpotX, int hotSpotY) in wxCursor() argument
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dcursor.cpp78 int hotSpotX, int hotSpotY) in wxCursor() argument
88 img.SetOption(wxIMAGE_OPTION_CUR_HOTSPOT_Y, hotSpotY); in wxCursor()
100 int hotSpotX, int hotSpotY, in wxCursor() argument
106 if (hotSpotY < 0 || hotSpotY >= height) in wxCursor()
107 hotSpotY = 0; in wxCursor()
145 gdk_window_get_display(wxGetTopLevelGDK()), pixbuf, hotSpotX, hotSpotY); in wxCursor()
161 hotSpotX, hotSpotY ); in wxCursor()
280 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y); in InitFromImage() local
282 if (hotSpotY < 0 || hotSpotY > h) hotSpotY = 0; in InitFromImage()
308 gdk_window_get_display(wxGetTopLevelGDK()), pixbuf, hotSpotX, hotSpotY); in InitFromImage()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/motif/
H A Dcursor.h26 int hotSpotX = -1, int hotSpotY = -1,
32 int hotSpotX = 0, int hotSpotY = 0);
57 int hotSpotX = -1, int hotSpotY = -1,
59 void Create(WXPixmap cursor, WXPixmap mask, int hotSpotX, int hotSpotY);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/motif/
H A Dcursor.h25 int hotSpotX = -1, int hotSpotY = -1,
31 int hotSpotX = 0, int hotSpotY = 0);
56 int hotSpotX = -1, int hotSpotY = -1,
58 void Create(WXPixmap cursor, WXPixmap mask, int hotSpotX, int hotSpotY);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/motif/
H A Dcursor.h26 int hotSpotX = -1, int hotSpotY = -1,
32 int hotSpotX = 0, int hotSpotY = 0);
57 int hotSpotX = -1, int hotSpotY = -1,
59 void Create(WXPixmap cursor, WXPixmap mask, int hotSpotX, int hotSpotY);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Dcursor.cpp127 int hotSpotX, int hotSpotY, in wxCursor() argument
138 if (hotSpotY < 0 || hotSpotY >= height) in wxCursor()
139 hotSpotY = 0; in wxCursor()
147 hotSpotX, hotSpotY ); in wxCursor()
178 int hotSpotX, hotSpotY; in wxCursor() local
179 GetHotSpot(image, hotSpotX, hotSpotY); in wxCursor()
197 hotSpotX, hotSpotY in wxCursor()
298 hotSpotX, hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Dcursor.cpp127 int hotSpotX, int hotSpotY, in wxCursor() argument
138 if (hotSpotY < 0 || hotSpotY >= height) in wxCursor()
139 hotSpotY = 0; in wxCursor()
147 hotSpotX, hotSpotY ); in wxCursor()
178 int hotSpotX, hotSpotY; in wxCursor() local
179 GetHotSpot(image, hotSpotX, hotSpotY); in wxCursor()
197 hotSpotX, hotSpotY in wxCursor()
298 hotSpotX, hotSpotY in wxCursor()

12345678