Lines Matching refs:XRT_PIXMAP
91 XRT_PIXMAP, client, DixReadAccess); in PanoramiXCreateWindow()
101 XRT_PIXMAP, client, DixReadAccess); in PanoramiXCreateWindow()
195 XRT_PIXMAP, client, DixReadAccess); in PanoramiXChangeWindowAttributes()
205 XRT_PIXMAP, client, DixReadAccess); in PanoramiXChangeWindowAttributes()
698 newPix->type = XRT_PIXMAP; in PanoramiXCreatePixmap()
711 AddResource(newPix->info[0].id, XRT_PIXMAP, newPix); in PanoramiXCreatePixmap()
730 result = dixLookupResourceByType((void **) &pix, stuff->id, XRT_PIXMAP, in PanoramiXFreePixmap()
777 result = dixLookupResourceByType((void **) &tile, tmp, XRT_PIXMAP, in PanoramiXCreateGC()
786 result = dixLookupResourceByType((void **) &stip, tmp, XRT_PIXMAP, in PanoramiXCreateGC()
795 result = dixLookupResourceByType((void **) &clip, tmp, XRT_PIXMAP, in PanoramiXCreateGC()
857 result = dixLookupResourceByType((void **) &tile, tmp, XRT_PIXMAP, in PanoramiXChangeGC()
866 result = dixLookupResourceByType((void **) &stip, tmp, XRT_PIXMAP, in PanoramiXChangeGC()
875 result = dixLookupResourceByType((void **) &clip, tmp, XRT_PIXMAP, in PanoramiXChangeGC()
1096 if ((dst->type == XRT_PIXMAP) && (src->type == XRT_WINDOW)) { in PanoramiXCopyArea()
1969 if (draw->type == XRT_PIXMAP) in PanoramiXGetImage()