Lines Matching refs:screenpix
610 PixmapPtr screenpix = screen->GetScreenPixmap(screen);
618 PixmapStopDirtyTracking(&crtc->randr_crtc->scanout_pixmap->drawable, screenpix);
620 PixmapStopDirtyTracking(crtc->randr_crtc->scanout_pixmap, screenpix);
649 if (total_width != screenpix->drawable.width ||
650 max_height != screenpix->drawable.height) {
656 screenpix = screen->GetScreenPixmap(screen);
657 screen->width = screenpix->drawable.width = total_width;
658 screen->height = screenpix->drawable.height = max_height;
663 PixmapStartDirtyTracking(&ppix->drawable, screenpix, 0, 0, this_x, 0, RR_Rotate_0);
665 PixmapStartDirtyTracking(ppix, screenpix, 0, 0, this_x, 0, RR_Rotate_0);