Lines Matching defs:cursor_w
1573 uint32_t cursor_w = info->cursor_w, cursor_h = info->cursor_h;
1579 for (dstx = 0; dstx < cursor_w; dstx++) {
1581 cursor_w,
1589 ptr[dsty * info->cursor_w + dstx] = cpu_to_le32(argb);
1595 uint32_t cursor_size = info->cursor_w * info->cursor_h;
1636 info->cursor_w, info->cursor_h);
1666 arg.width = info->cursor_w;
1676 xhot = info->cursor_w - xhot - 1;
1684 yhot = info->cursor_w - t - 1;
1687 xhot = info->cursor_w - xhot - 1;