Lines Matching refs:rotate_pixmap
66 PixmapPtr rotate_pixmap;
557 PixmapPtr rotate_pixmap;
562 rotate_pixmap = drmmode_pixmap_wrap(pScrn->pScreen, width, height,
567 drmmode_crtc->rotate_pixmap = rotate_pixmap;
568 return drmmode_crtc->rotate_pixmap;
572 drmmode_crtc_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data)
577 if (rotate_pixmap)
578 FreeScratchPixmapHeader(rotate_pixmap);
584 drmmode_crtc->rotate_pixmap = NULL;