Lines Matching refs:pCurs
82 qxl_load_cursor_argb (ScrnInfoPtr pScrn, CursorPtr pCurs)
85 int w = pCurs->bits->width;
86 int h = pCurs->bits->height;
102 cursor->header.hot_spot_x = pCurs->bits->xhot;
103 cursor->header.hot_spot_y = pCurs->bits->yhot;
111 memcpy (cursor->chunk.data, pCurs->bits->argb, size);
119 ErrorF ("%c", (pCurs->bits->argb[j * w + i] & 0xff000000) == 0xff000000? '#' : '.');
128 qxl->hot_x = pCurs->bits->xhot;
129 qxl->hot_y = pCurs->bits->yhot;
145 qxl_use_hw_cursor (ScreenPtr pScrn, CursorPtr pCurs)
154 qxl_use_hw_cursorARGB (ScreenPtr pScrn, CursorPtr pCurs)