Lines Matching defs:yhot
1229 int yhot = cursor->bits->yhot;
1252 yhot = info->cursor_h - yhot - 1;
1257 xhot = yhot;
1258 yhot = info->cursor_w - t - 1;
1262 yhot = info->cursor_h - yhot - 1;
1266 xhot = info->cursor_h - yhot - 1;
1267 yhot = t;
1271 if (xhot != drmmode_crtc->cursor_xhot || yhot != drmmode_crtc->cursor_yhot) {
1274 arg.y = drmmode_crtc->cursor_y += drmmode_crtc->cursor_yhot - yhot;
1276 drmmode_crtc->cursor_yhot = yhot;
1283 arg.hot_y = yhot;
2970 y -= cursor->bits->yhot;