Home
last modified time | relevance | path

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

12345678

/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dcursor.cpp181 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor() local
186 wxASSERT_MSG( hotSpotX >= 0 && hotSpotX < image_w && in wxCursor()
196 hotSpotX = hotSpotX + offset.x; in wxCursor()
203 hotSpotX = int(hotSpotX * double(w) / double(image_w)); in wxCursor()
210 hotSpotX, hotSpotY ); in wxCursor()
224 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY), in wxCursor() argument
234 int WXUNUSED(hotSpotX), in wxCursor() argument
247 int hotSpotX, in wxCursor() argument
267 hotSpotX, in wxCursor()
276 hotSpotX, in wxCursor()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dcursor.cpp181 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor() local
186 wxASSERT_MSG( hotSpotX >= 0 && hotSpotX < image_w && in wxCursor()
196 hotSpotX = hotSpotX + offset.x; in wxCursor()
203 hotSpotX = int(hotSpotX * double(w) / double(image_w)); in wxCursor()
210 hotSpotX, hotSpotY ); in wxCursor()
224 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY), in wxCursor() argument
234 int WXUNUSED(hotSpotX), in wxCursor() argument
247 int hotSpotX, in wxCursor() argument
267 hotSpotX, in wxCursor()
276 hotSpotX, in wxCursor()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dcursor.cpp181 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor() local
186 wxASSERT_MSG( hotSpotX >= 0 && hotSpotX < image_w && in wxCursor()
196 hotSpotX = hotSpotX + offset.x; in wxCursor()
203 hotSpotX = int(hotSpotX * double(w) / double(image_w)); in wxCursor()
210 hotSpotX, hotSpotY ); in wxCursor()
224 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY), in wxCursor() argument
234 int WXUNUSED(hotSpotX), in wxCursor() argument
247 int hotSpotX, in wxCursor() argument
267 hotSpotX, in wxCursor()
276 hotSpotX, in wxCursor()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dcursor.cpp181 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor() local
186 wxASSERT_MSG( hotSpotX >= 0 && hotSpotX < image_w && in wxCursor()
196 hotSpotX = hotSpotX + offset.x; in wxCursor()
203 hotSpotX = int(hotSpotX * double(w) / double(image_w)); in wxCursor()
210 hotSpotX, hotSpotY ); in wxCursor()
224 int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY), in wxCursor() argument
234 int WXUNUSED(hotSpotX), in wxCursor() argument
247 int hotSpotX, in wxCursor() argument
267 hotSpotX, in wxCursor()
276 hotSpotX, in wxCursor()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dcursor.cpp179 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor() local
184 wxASSERT_MSG( hotSpotX >= 0 && hotSpotX < image_w && in wxCursor()
194 hotSpotX = hotSpotX + offset.x; in wxCursor()
201 hotSpotX = int(hotSpotX * double(w) / double(image_w)); in wxCursor()
208 hotSpotX, hotSpotY ); in wxCursor()
231 int hotSpotX, in wxCursor() argument
252 hotSpotX, in wxCursor()
261 hotSpotX, in wxCursor()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dcursor.cpp179 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor() local
184 wxASSERT_MSG( hotSpotX >= 0 && hotSpotX < image_w && in wxCursor()
194 hotSpotX = hotSpotX + offset.x; in wxCursor()
201 hotSpotX = int(hotSpotX * double(w) / double(image_w)); in wxCursor()
208 hotSpotX, hotSpotY ); in wxCursor()
231 int hotSpotX, in wxCursor() argument
252 hotSpotX, in wxCursor()
261 hotSpotX, in wxCursor()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dcursor.cpp80 int hotSpotX, int hotSpotY) in wxCursor() argument
88 img.SetOption(wxIMAGE_OPTION_CUR_HOTSPOT_X, hotSpotX); in wxCursor()
102 int hotSpotX, int hotSpotY, in wxCursor() argument
106 if (hotSpotX < 0 || hotSpotX >= width) in wxCursor()
107 hotSpotX = 0; in wxCursor()
146 … gdk_cursor_new_from_pixbuf(gtk_widget_get_display(wxGetRootWindow()), pixbuf, hotSpotX, hotSpotY); in wxCursor()
162 hotSpotX, hotSpotY ); in wxCursor()
251 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in InitFromImage() local
253 if (hotSpotX < 0 || hotSpotX > w) hotSpotX = 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
88 img.SetOption(wxIMAGE_OPTION_CUR_HOTSPOT_X, hotSpotX); in wxCursor()
102 int hotSpotX, int hotSpotY, in wxCursor() argument
106 if (hotSpotX < 0 || hotSpotX >= width) in wxCursor()
107 hotSpotX = 0; in wxCursor()
146 … gdk_cursor_new_from_pixbuf(gtk_widget_get_display(wxGetRootWindow()), pixbuf, hotSpotX, hotSpotY); in wxCursor()
162 hotSpotX, hotSpotY ); in wxCursor()
251 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in InitFromImage() local
253 if (hotSpotX < 0 || hotSpotX > w) hotSpotX = 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.cpp162 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor() local
167 wxASSERT_MSG( hotSpotX >= 0 && hotSpotX < image_w && in wxCursor()
177 hotSpotX = hotSpotX + offset.x; in wxCursor()
184 hotSpotX = int(hotSpotX * double(w) / double(image_w)); in wxCursor()
191 hotSpotX, hotSpotY ); in wxCursor()
205 int hotSpotX, in wxCursor() argument
224 hotSpotX, in wxCursor()
233 hotSpotX, in wxCursor()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dcursor.cpp136 int hotSpotX, int hotSpotY, in wxCursor() argument
145 if (hotSpotX < 0 || hotSpotX >= width) in wxCursor()
146 hotSpotX = 0; in wxCursor()
156 hotSpotX, hotSpotY ); in wxCursor()
278 int hotSpotX; in wxCursor() local
282 hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor()
284 hotSpotX = 0; in wxCursor()
291 if (hotSpotX < 0 || hotSpotX >= w) in wxCursor()
292 hotSpotX = 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
142 if (hotSpotX < 0 || hotSpotX >= width) in wxCursor()
143 hotSpotX = 0; in wxCursor()
153 hotSpotX, hotSpotY ); in wxCursor()
275 int hotSpotX; in wxCursor() local
279 hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor()
281 hotSpotX = 0; in wxCursor()
288 if (hotSpotX < 0 || hotSpotX >= w) in wxCursor()
289 hotSpotX = 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
142 if (hotSpotX < 0 || hotSpotX >= width) in wxCursor()
143 hotSpotX = 0; in wxCursor()
153 hotSpotX, hotSpotY ); in wxCursor()
275 int hotSpotX; in wxCursor() local
279 hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor()
281 hotSpotX = 0; in wxCursor()
288 if (hotSpotX < 0 || hotSpotX >= w) in wxCursor()
289 hotSpotX = 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
142 if (hotSpotX < 0 || hotSpotX >= width) in wxCursor()
143 hotSpotX = 0; in wxCursor()
153 hotSpotX, hotSpotY ); in wxCursor()
275 int hotSpotX; in wxCursor() local
279 hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor()
281 hotSpotX = 0; in wxCursor()
288 if (hotSpotX < 0 || hotSpotX >= w) in wxCursor()
289 hotSpotX = 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
142 if (hotSpotX < 0 || hotSpotX >= width) in wxCursor()
143 hotSpotX = 0; in wxCursor()
153 hotSpotX, hotSpotY ); in wxCursor()
275 int hotSpotX; in wxCursor() local
279 hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor()
281 hotSpotX = 0; in wxCursor()
288 if (hotSpotX < 0 || hotSpotX >= w) in wxCursor()
289 hotSpotX = 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
145 if (hotSpotX < 0 || hotSpotX >= width) in wxCursor()
146 hotSpotX = 0; in wxCursor()
156 hotSpotX, hotSpotY ); in wxCursor()
278 int hotSpotX; in wxCursor() local
282 hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor()
284 hotSpotX = 0; in wxCursor()
291 if (hotSpotX < 0 || hotSpotX >= w) in wxCursor()
292 hotSpotX = 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
145 if (hotSpotX < 0 || hotSpotX >= width) in wxCursor()
146 hotSpotX = 0; in wxCursor()
156 hotSpotX, hotSpotY ); in wxCursor()
278 int hotSpotX; in wxCursor() local
282 hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor()
284 hotSpotX = 0; in wxCursor()
291 if (hotSpotX < 0 || hotSpotX >= w) in wxCursor()
292 hotSpotX = 0; in wxCursor()
307 hotSpotX, hotSpotY in wxCursor()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Dcursor.cpp153 int hotSpotX; in wxCursor() local
157 hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor()
159 hotSpotX = 0; in wxCursor()
166 if (hotSpotX < 0 || hotSpotX >= w) in wxCursor()
167 hotSpotX = 0; in wxCursor()
171 Create( (const char*)bits, w, h, hotSpotX, hotSpotY, in wxCursor()
212 int hotSpotX, int hotSpotY) in Create() argument
233 hotSpotX , 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.cpp153 int hotSpotX; in wxCursor() local
157 hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor()
159 hotSpotX = 0; in wxCursor()
166 if (hotSpotX < 0 || hotSpotX >= w) in wxCursor()
167 hotSpotX = 0; in wxCursor()
171 Create( (const char*)bits, w, h, hotSpotX, hotSpotY, in wxCursor()
212 int hotSpotX, int hotSpotY) in Create() argument
233 hotSpotX , 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.cpp153 int hotSpotX; in wxCursor() local
157 hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in wxCursor()
159 hotSpotX = 0; in wxCursor()
166 if (hotSpotX < 0 || hotSpotX >= w) in wxCursor()
167 hotSpotX = 0; in wxCursor()
171 Create( (const char*)bits, w, h, hotSpotX, hotSpotY, in wxCursor()
212 int hotSpotX, int hotSpotY) in Create() argument
233 hotSpotX , 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
86 img.SetOption(wxIMAGE_OPTION_CUR_HOTSPOT_X, hotSpotX); in wxCursor()
100 int hotSpotX, int hotSpotY, in wxCursor() argument
104 if (hotSpotX < 0 || hotSpotX >= width) in wxCursor()
105 hotSpotX = 0; in wxCursor()
145 gdk_window_get_display(wxGetTopLevelGDK()), pixbuf, hotSpotX, hotSpotY); in wxCursor()
161 hotSpotX, hotSpotY ); in wxCursor()
279 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X); in InitFromImage() local
281 if (hotSpotX < 0 || hotSpotX > w) hotSpotX = 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
136 if (hotSpotX < 0 || hotSpotX >= width) in wxCursor()
137 hotSpotX = 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
136 if (hotSpotX < 0 || hotSpotX >= width) in wxCursor()
137 hotSpotX = 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