Lines Matching refs:drawables
1097 DrawablePtr drawables[MAXSCREENS]; in PanoramiXCopyArea() local
1104 rc = dixLookupDrawable(drawables + j, src->info[j].id, client, 0, in PanoramiXCopyArea()
1108 drawables[j]->pScreen->SourceValidate(drawables[j], 0, 0, in PanoramiXCopyArea()
1109 drawables[j]->width, in PanoramiXCopyArea()
1110 drawables[j]->height, in PanoramiXCopyArea()
1114 pitch = PixmapBytePad(width, drawables[0]->depth); in PanoramiXCopyArea()
1118 XineramaGetImageData(drawables, srcx, srcy, width, height, ZPixmap, ~0, in PanoramiXCopyArea()
1124 if (drawables[0]->depth != pDst->depth) { in PanoramiXCopyArea()
1142 dx = drawables[0]->x; in PanoramiXCopyArea()
1143 dy = drawables[0]->y; in PanoramiXCopyArea()
1162 sd = NotClippedByChildren((WindowPtr)drawables[j]); in PanoramiXCopyArea()
1164 sd = &((WindowPtr)drawables[j])->clipList; in PanoramiXCopyArea()
1944 DrawablePtr drawables[MAXSCREENS]; in PanoramiXGetImage() local
2007 drawables[0] = pDraw; in PanoramiXGetImage()
2009 rc = dixLookupDrawable(drawables + i, draw->info[i].id, client, 0, in PanoramiXGetImage()
2015 drawables[i]->pScreen->SourceValidate(drawables[i], 0, 0, in PanoramiXGetImage()
2016 drawables[i]->width, in PanoramiXGetImage()
2017 drawables[i]->height, in PanoramiXGetImage()
2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage()
2084 XineramaGetImageData(drawables, x, y + linesDone, w, in PanoramiXGetImage()