Lines Matching defs:cursor_w
1151 uint32_t cursor_w = info->cursor_w, cursor_h = info->cursor_h;
1157 for (dstx = 0; dstx < cursor_w; dstx++) {
1159 cursor_w,
1167 ptr[dsty * info->cursor_w + dstx] = cpu_to_le32(argb);
1173 uint32_t cursor_size = info->cursor_w * info->cursor_h;
1215 info->cursor_w, info->cursor_h);
1240 arg.width = info->cursor_w;
1250 xhot = info->cursor_w - xhot - 1;
1258 yhot = info->cursor_w - t - 1;
1261 xhot = info->cursor_w - xhot - 1;