Searched refs:yHot (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixCursor.c231 int xHot, yHot, dummy1, dummy2;
257 &source, &xHot, &yHot) != BitmapSuccess) {
262 if ((xHot < 0) || (yHot < 0) || (xHot >= width) || (yHot >= height)) {
275 &fg, &fg, (unsigned) xHot, (unsigned) yHot);
304 &fg, &bg, (unsigned) xHot, (unsigned) yHot);
354 TkCreateCursorFromData(tkwin, source, mask, width, height, xHot, yHot,
360 int xHot, yHot; /* Location of hot-spot in cursor. */
376 maskPixmap, &fgColor, &bgColor, (unsigned) xHot, (unsigned) yHot);
230 int xHot, yHot, dummy1, dummy2; local
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixCursor.c389 int xHot = -1, yHot = -1;
423 &width, &height, &xHot, &yHot);
435 &source, &xHot, &yHot) != BitmapSuccess) {
442 if ((xHot < 0) || (yHot < 0) || (xHot >= width) || (yHot >= height)) {
499 &fg, &fg, (unsigned) xHot, (unsigned) yHot);
543 &fg, &bg, (unsigned) xHot, (unsigned) yHot);
578 int xHot, int yHot, /* Location of hot-spot in cursor. */
594 maskPixmap, &fgColor, &bgColor, (unsigned) xHot, (unsigned) yHot);
388 int xHot = -1, yHot = -1; local
571 TkCreateCursorFromData( Tk_Window tkwin, CONST char *source, CONST char *mask, int width, int height, int xHot, int yHot, XColor fgColor, XColor bgColor) argument
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinCursor.c192 TkCreateCursorFromData(tkwin, source, mask, width, height, xHot, yHot,
198 int xHot, yHot; /* Location of hot-spot in cursor. */
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkCursor.c33 int xHot, yHot; /* Location of cursor hot-spot. */ member in struct:__anon13557
322 xHot, yHot, fg, bg)
328 int xHot, yHot; /* Location of hot-spot in cursor. */
349 dataKey.yHot = yHot;
378 xHot, yHot, fgColor, bgColor);
H A DtkIntDecls.h81 int width, int height, int xHot, int yHot,
588 TkCursor * (*tkCreateCursorFromData) _ANSI_ARGS_((Tk_Window tkwin, CONST char * source, CONST char * mask, int width, int height, int xHot, int yHot, XColor fg, XColor bg)); /* 12 */
H A DtkDecls.h359 int width, int height, int xHot, int yHot,
1023 Tk_Cursor (*tk_GetCursorFromData) _ANSI_ARGS_((Tcl_Interp * interp, Tk_Window tkwin, CONST char * source, CONST char * mask, int width, int height, int xHot, int yHot, Tk_Uid fg, Tk_Uid bg)); /* 92 */
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkCursor.c32 int xHot, yHot; /* Location of cursor hot-spot. */ member in struct:__anon13210
321 int xHot, int yHot, /* Location of hot-spot in cursor. */
341 dataKey.yHot = yHot;
368 xHot, yHot, fgColor, bgColor);
311 Tk_GetCursorFromData( Tcl_Interp *interp, Tk_Window tkwin, CONST char *source, CONST char *mask, int width, int height, int xHot, int yHot, Tk_Uid fg, Tk_Uid bg) argument
H A DtkIntDecls.h114 int width, int height, int xHot, int yHot,
1060 TkCursor * (*tkCreateCursorFromData) (Tk_Window tkwin, CONST char *source, CONST char *mask, int width, int height, int xHot, int yHot, XColor fg, XColor bg); /* 12 */
H A DtkDecls.h606 int xHot, int yHot, Tk_Uid fg, Tk_Uid bg);
1783 Tk_Cursor (*tk_GetCursorFromData) (Tcl_Interp *interp, Tk_Window tkwin, CONST char *source, CONST char *mask, int width, int height, int xHot, int yHot, Tk_Uid fg, Tk_Uid bg); /* 92 */
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinCursor.c203 int xHot, int yHot, /* Location of hot-spot in cursor. */
196 TkCreateCursorFromData( Tk_Window tkwin, CONST char *source, CONST char *mask, int width, int height, int xHot, int yHot, XColor fgColor, XColor bgColor) argument
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXCursor.c302 int xHot, int yHot, /* Location of hot-spot in cursor. */
294 TkCreateCursorFromData( Tk_Window tkwin, CONST char *source, CONST char *mask, int width, int height, int xHot, int yHot, XColor fgColor, XColor bgColor) argument
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXCursor.c430 int xHot, int yHot, /* Location of hot-spot in cursor. */
422 TkCreateCursorFromData( Tk_Window tkwin, const char *source, const char *mask, int width, int height, int xHot, int yHot, XColor fgColor, XColor bgColor) argument

Completed in 218 milliseconds