Searched refs:xHot (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libtk/unix/ |
H A D | tkUnixCursor.c | 230 int xHot, yHot, dummy1, dummy2; 245 &source, &xHot, &yHot) != BitmapSuccess) { 250 if ((xHot < 0) || (yHot < 0) || (xHot >= width) || (yHot >= height)) { 263 &fg, &fg, (unsigned) xHot, (unsigned) yHot); 291 &fg, &bg, (unsigned) xHot, (unsigned) yHot); 338 TkCreateCursorFromData(tkwin, source, mask, width, height, xHot, yHot, 344 int xHot, yHot; /* Location of hot-spot in cursor. */ 360 maskPixmap, &fgColor, &bgColor, (unsigned) xHot, (unsigned) yHot); 229 int xHot, yHot, dummy1, dummy2; local
|
/ast/src/lib/libtk/generic/ |
H A D | tkCursor.c | 49 int xHot, yHot; /* Location of cursor hot-spot. */ member in struct:__anon394 180 xHot, yHot, fg, bg) 186 int xHot, yHot; /* Location of hot-spot in cursor. */ 205 dataKey.xHot = xHot; 234 xHot, yHot, fgColor, bgColor);
|
H A D | tkInt.h | 674 int xHot, int yHot, XColor fg, XColor bg));
|
H A D | tk.h | 1160 int width, int height, int xHot, int yHot,
|
Completed in 15 milliseconds