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

/ast/src/lib/libtk/unix/
H A DtkUnixCursor.c230 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 DtkCursor.c49 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. */
206 dataKey.yHot = yHot;
234 xHot, yHot, fgColor, bgColor);
H A DtkInt.h674 int xHot, int yHot, XColor fg, XColor bg));
H A Dtk.h1160 int width, int height, int xHot, int yHot,

Completed in 20 milliseconds