Lines Matching defs:xhot
1228 int xhot = cursor->bits->xhot;
1250 xhot = info->cursor_w - xhot - 1;
1256 t = xhot;
1257 xhot = yhot;
1261 xhot = info->cursor_w - xhot - 1;
1265 t = xhot;
1266 xhot = info->cursor_h - yhot - 1;
1271 if (xhot != drmmode_crtc->cursor_xhot || yhot != drmmode_crtc->cursor_yhot) {
1273 arg.x = drmmode_crtc->cursor_x += drmmode_crtc->cursor_xhot - xhot;
1275 drmmode_crtc->cursor_xhot = xhot;
1282 arg.hot_x = xhot;
2969 x -= cursor->bits->xhot;