Home
last modified time | relevance | path

Searched refs:hotx (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_cursor.cxx66 int hotx, hoty; in fallback_cursor() local
76 hotx = 7; in fallback_cursor()
81 hotx = 1; in fallback_cursor()
86 hotx = 7; in fallback_cursor()
91 hotx = 7; in fallback_cursor()
96 hotx = 0; in fallback_cursor()
107 w->cursor(&image, hotx, hoty); in fallback_cursor()
151 void Fl_Window::cursor(const Fl_RGB_Image *image, int hotx, int hoty) { in cursor() argument
163 toplevel->cursor(image, hotx, hoty); in cursor()
170 ret = i->set_cursor(image, hotx, hoty); in cursor()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/ac/
H A Dmouse_cursor.cpp37 hotx = 0; in clear()
48 hotx = in->ReadInt16(); in ReadFromFile()
57 out->WriteInt16(hotx); in WriteToFile()
66 hotx = in->ReadInt32(); in ReadFromSavegame()
74 out->WriteInt32(hotx); in WriteToSavegame()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dfxxbmio.cpp52 extern FXAPI bool fxloadXBM(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint& hotx,F…
53 extern FXAPI bool fxsaveXBM(FXStream& store,const FXColor *data,FXint width,FXint height,FXint hotx
103 bool fxloadXBM(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint& hotx,FXint& hoty){ in fxloadXBM() argument
113 hotx=-1; in fxloadXBM()
129 else if(strstr(name,"x_hot")) hotx=value; in fxloadXBM()
188 bool fxsaveXBM(FXStream& store,const FXColor *data,FXint width,FXint height,FXint hotx,FXint hoty){ in fxsaveXBM() argument
204 if(0<=hotx && 0<=hoty){ in fxsaveXBM()
205 n=sprintf(buffer,"#define %s_x_hot %d\n",name,hotx); in fxsaveXBM()
H A DFXCursor.cpp80 hotx=0; in FXCursor()
92 hotx=0; in FXCursor()
104 hotx=FXCLAMP(0,hx,width-1); in FXCursor()
116 hotx=FXCLAMP(0,hx,width-1); in FXCursor()
197 image->xhot=hotx; in create()
253 xid=XCreatePixmapCursor(DISPLAY(getApp()),srcpix,mskpix,&color[0],&color[1],hotx,hoty); in create()
318 ii.xHotspot=hotx; in create()
348 xid=CreateCursor((HINSTANCE)(getApp()->display),hotx,hoty,32,32,tmpand,tmpxor); in create()
427 store << width << height << hotx << hoty; in save()
438 store >> width >> height >> hotx >> hoty; in load()
H A DFXCURCursor.cpp68 fxloadICO(ms,data,width,height,hotx,hoty); in FXCURCursor()
78 if(fxsaveICO(store,data,width,height,hotx,hoty)){ in savePixels()
88 if(fxloadICO(store,data,width,height,hotx,hoty)){ in loadPixels()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/files/
H A Du6_shape.cpp91 hotx = hoty = 0; in U6Shape()
110 hotx = hx; in init()
198 width += hotx = READ_LE_UINT16(data); in load()
228 if (((hotx + xpos) >= width) || ((hoty + ypos) >= height)) { in load()
246 memcpy(raw + (hotx + xpos) + in load()
270 memset(raw + (hotx + xpos) + in load()
281 memcpy(raw + (hotx + xpos) + in load()
360 *x = hotx; in get_hot_point()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A Dfxxbmio.cpp51 extern FXAPI FXbool fxloadXBM(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint& hotx
52 …xsaveXBM(FXStream& store,const FXColor *data,FXint width,FXint height,FXint hotx=-1,FXint hoty=-1);
102 FXbool fxloadXBM(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint& hotx,FXint& hoty){ in fxloadXBM() argument
112 hotx=-1; in fxloadXBM()
128 else if(strstr(name,"x_hot")) hotx=value; in fxloadXBM()
187 FXbool fxsaveXBM(FXStream& store,const FXColor *data,FXint width,FXint height,FXint hotx,FXint hoty… in fxsaveXBM() argument
203 if(0<=hotx && 0<=hoty){ in fxsaveXBM()
204 n=sprintf(buffer,"#define %s_x_hot %d\n",name,hotx); in fxsaveXBM()
H A DFXCursor.cpp80 hotx=0; in FXCursor()
92 hotx=0; in FXCursor()
104 hotx=FXCLAMP(0,hx,width-1); in FXCursor()
116 hotx=FXCLAMP(0,hx,width-1); in FXCursor()
197 image->xhot=hotx; in create()
244 xid=XCreatePixmapCursor(DISPLAY(getApp()),srcpix,mskpix,&color[0],&color[1],hotx,hoty); in create()
309 ii.xHotspot=hotx; in create()
340 xid=CreateCursor((HINSTANCE)(getApp()->display),hotx,hoty,32,32,tmpand,tmpxor); in create()
419 store << width << height << hotx << hoty; in save()
430 store >> width >> height >> hotx >> hoty; in load()
H A DFXCURCursor.cpp68 fxloadICO(ms,data,width,height,hotx,hoty); in FXCURCursor()
78 if(fxsaveICO(store,data,width,height,hotx,hoty)){ in savePixels()
88 if(fxloadICO(store,data,width,height,hotx,hoty)){ in loadPixels()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxxbmio.cpp52 extern FXAPI bool fxloadXBM(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint& hotx,F…
53 extern FXAPI bool fxsaveXBM(FXStream& store,const FXColor *data,FXint width,FXint height,FXint hotx
103 bool fxloadXBM(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint& hotx,FXint& hoty){ in fxloadXBM() argument
113 hotx=-1; in fxloadXBM()
129 else if(strstr(name,"x_hot")) hotx=value; in fxloadXBM()
188 bool fxsaveXBM(FXStream& store,const FXColor *data,FXint width,FXint height,FXint hotx,FXint hoty){ in fxsaveXBM() argument
204 if(0<=hotx && 0<=hoty){ in fxsaveXBM()
205 n=sprintf(buffer,"#define %s_x_hot %d\n",name,hotx); in fxsaveXBM()
H A DFXCursor.cpp80 hotx=0; in FXCursor()
92 hotx=0; in FXCursor()
104 hotx=FXCLAMP(0,hx,width-1); in FXCursor()
116 hotx=FXCLAMP(0,hx,width-1); in FXCursor()
197 image->xhot=hotx; in create()
253 xid=XCreatePixmapCursor(DISPLAY(getApp()),srcpix,mskpix,&color[0],&color[1],hotx,hoty); in create()
318 ii.xHotspot=hotx; in create()
348 xid=CreateCursor((HINSTANCE)(getApp()->display),hotx,hoty,32,32,tmpand,tmpxor); in create()
427 store << width << height << hotx << hoty; in save()
438 store >> width >> height >> hotx >> hoty; in load()
H A DFXCURCursor.cpp68 fxloadICO(ms,data,width,height,hotx,hoty); in FXCURCursor()
78 if(fxsaveICO(store,data,width,height,hotx,hoty)){ in savePixels()
88 if(fxloadICO(store,data,width,height,hotx,hoty)){ in loadPixels()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxxbmio.cpp53 extern FXAPI FXbool fxloadXBM(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint& hotx
54 …xsaveXBM(FXStream& store,const FXColor *data,FXint width,FXint height,FXint hotx=-1,FXint hoty=-1);
109 FXbool fxloadXBM(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint& hotx,FXint& hoty){ in fxloadXBM() argument
119 hotx=-1; in fxloadXBM()
135 else if(strstr(name,"x_hot")) hotx=value; in fxloadXBM()
194 FXbool fxsaveXBM(FXStream& store,const FXColor *data,FXint width,FXint height,FXint hotx,FXint hoty… in fxsaveXBM() argument
210 if(0<=hotx && 0<=hoty){ in fxsaveXBM()
211 n=__snprintf(buffer,sizeof(buffer),"#define %s_x_hot %d\n",name,hotx); in fxsaveXBM()
H A DFXCursor.cpp78 hotx=0; in FXCursor()
90 hotx=0; in FXCursor()
102 hotx=FXCLAMP(0,hx,width-1); in FXCursor()
114 hotx=FXCLAMP(0,hx,width-1); in FXCursor()
190 iconinfo.xHotspot=hotx; in create()
222 xid=CreateCursor((HINSTANCE)(getApp()->display),hotx,hoty,32,32,tmpand,tmpxor); in create()
251 image->xhot=hotx; in create()
299 xid=XCreatePixmapCursor(DISPLAY(getApp()),srcpix,mskpix,&color[0],&color[1],hotx,hoty); in create()
394 store << width << height << hotx << hoty; in save()
405 store >> width >> height >> hotx >> hoty; in load()
H A DFXCURCursor.cpp70 fxloadICO(ms,data,width,height,hotx,hoty); in FXCURCursor()
79 if(fxsaveICO(store,data,width,height,hotx,hoty)){ in savePixels()
89 if(fxloadICO(store,data,width,height,hotx,hoty)){ in loadPixels()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxxbmio.cpp53 extern FXAPI FXbool fxloadXBM(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint& hotx
54 …xsaveXBM(FXStream& store,const FXColor *data,FXint width,FXint height,FXint hotx=-1,FXint hoty=-1);
109 FXbool fxloadXBM(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint& hotx,FXint& hoty){ in fxloadXBM() argument
119 hotx=-1; in fxloadXBM()
135 else if(strstr(name,"x_hot")) hotx=value; in fxloadXBM()
194 FXbool fxsaveXBM(FXStream& store,const FXColor *data,FXint width,FXint height,FXint hotx,FXint hoty… in fxsaveXBM() argument
210 if(0<=hotx && 0<=hoty){ in fxsaveXBM()
211 n=__snprintf(buffer,sizeof(buffer),"#define %s_x_hot %d\n",name,hotx); in fxsaveXBM()
H A DFXCursor.cpp81 hotx=0; in FXCursor()
93 hotx=0; in FXCursor()
105 hotx=FXCLAMP(0,hx,width-1); in FXCursor()
117 hotx=FXCLAMP(0,hx,width-1); in FXCursor()
192 iconinfo.xHotspot=hotx; in create()
224 xid=CreateCursor((HINSTANCE)(getApp()->display),hotx,hoty,32,32,tmpand,tmpxor); in create()
255 image->xhot=hotx; in create()
303 xid=XCreatePixmapCursor(DISPLAY(getApp()),srcpix,mskpix,&color[0],&color[1],hotx,hoty); in create()
398 store << width << height << hotx << hoty; in save()
409 store >> width >> height >> hotx >> hoty; in load()
H A DFXCURCursor.cpp70 fxloadICO(ms,data,width,height,hotx,hoty); in FXCURCursor()
79 if(fxsaveICO(store,data,width,height,hotx,hoty)){ in savePixels()
89 if(fxloadICO(store,data,width,height,hotx,hoty)){ in loadPixels()
/dports/net/gtk-vnc/gtk-vnc-0.7.2/src/
H A Dvnccursor.c34 guint16 hotx; member
68 g_value_set_int(value, priv->hotx); in vnc_cursor_get_property()
105 priv->hotx = g_value_get_int(value); in vnc_cursor_set_property()
143 guint16 hotx, guint16 hoty, in vnc_cursor_new() argument
148 "hotx", hotx, in vnc_cursor_new()
269 return priv->hotx; in vnc_cursor_get_hotx()
/dports/games/xlife/xlife-6.7/
H A Dfile.c325 newreq->hotx = hotx; in add_loadreq()
383 static int rle_decode_line (pattern *context, char *cp, coord_t hotx, in rle_decode_line() argument
403 chgcell(context, hotx + tx(xoff + *x, yoff + *y, rxx, rxy), in rle_decode_line()
426 chgcell(context, hotx + tx(xoff + *x, yoff + *y, rxx, rxy), in rle_decode_line()
447 coord_t hotx, hoty; in do_loadfile() local
456 hotx = (*loadqueue)->hotx; in do_loadfile()
705 chgcell(context, hotx + tx(xoff + x, yoff + y, rxx, rxy), in do_loadfile()
709 chgcell(context, hotx + tx(xoff + x, yoff + y, rxx, rxy), in do_loadfile()
716 chgcell(context, hotx + tx(xoff + x, yoff + y, rxx, rxy), in do_loadfile()
723 chgcell(context, hotx + tx(xoff + x, yoff + y, rxx, rxy), in do_loadfile()
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Common/ac/
H A Dmousecursor.cpp21 MouseCursor::MouseCursor() { pic = 2054; hotx = 0; hoty = 0; name[0] = 0; flags = 0; view = -1; } in MouseCursor()
26 hotx = in->ReadInt16(); in ReadFromFile()
36 out->WriteInt16(hotx); in WriteToFile()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/win32/
H A Dbdfcursor.c31 int hotx; member
40 int hotx; member
80 if (ci->hotx == x && ci->hoty == y)
159 nfi->hotx = 0 - dx;
256 ci->hotx = bmap->hotx - bx;
311 ci->name, ci->id, ci->width, ci->height, ci->hotx, ci->hoty);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/win32/
H A Dbdfcursor.c31 gint hotx; member
40 gint hotx; member
80 if (ci->hotx == x && ci->hoty == y)
159 nfi->hotx = 0 - dx;
256 ci->hotx = bmap->hotx - bx;
311 ci->name, ci->id, ci->width, ci->height, ci->hotx, ci->hoty);
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dbdfcursor.c33 gint hotx; member
42 gint hotx; member
82 if (ci->hotx == x && ci->hoty == y)
161 nfi->hotx = 0 - dx;
258 ci->hotx = bmap->hotx - bx;
313 ci->name, ci->id, ci->width, ci->height, ci->hotx, ci->hoty);
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXCursor.h61 FXint hotx; // Hot spot x variable
87 void setHotX(FXint x){ hotx=x; } in setHotX()
90 FXint getHotX() const { return hotx; } in getHotX()

12345678910>>...12