Searched defs:igs_hwcursor (Results 1 – 1 of 1) sorted by relevance
47 struct igs_hwcursor { struct48 struct wsdisplay_curpos cc_pos;49 struct wsdisplay_curpos cc_hot;50 struct wsdisplay_curpos cc_size;51 uint8_t cc_image[512]; /* save copy of image for GCURSOR */52 uint8_t cc_mask[512]; /* save copy of mask for GCURSOR */53 uint16_t cc_sprite[512]; /* sprite in device 2bpp format */54 uint8_t cc_color[6]; /* 2 colors, 3 rgb components */