Lines Matching defs:dst_pixmap
59 PixmapPtr dst_pixmap, src_pixmap = NULL;
77 dst_pixmap = uxa_get_offscreen_pixmap(pDrawable, &off_x, &off_y);
78 if (!dst_pixmap)
85 dst_pixmap->drawable.depth,
86 format_for_depth(dst_pixmap->drawable.depth));
87 dst = CreatePicture(0, &dst_pixmap->drawable, format, 0, 0, serverClient, &error);
98 format_for_depth(dst_pixmap->drawable.depth));
129 if (!uxa_screen->info->prepare_composite(PictOpSrc, src, NULL, dst, src_pixmap, NULL, dst_pixmap)) {
161 uxa_screen->info->composite(dst_pixmap,
182 uxa_screen->info->composite(dst_pixmap,
194 uxa_screen->info->done_composite(dst_pixmap);
204 if (!(*uxa_screen->info->prepare_solid) (dst_pixmap,
236 (*uxa_screen->info->solid) (dst_pixmap,
253 solid) (dst_pixmap,
264 (*uxa_screen->info->done_solid) (dst_pixmap);