Lines Matching defs:dst_pixmap
943 PixmapPtr dst_pixmap, src_pixmap = NULL;
956 dst_pixmap = uxa_get_offscreen_pixmap(dst->pDrawable, &dst_x, &dst_y);
957 if (!dst_pixmap)
992 !uxa_screen->info->check_solid(&dst_pixmap->drawable, GXcopy, FB_ALLONES))
1003 if (!uxa_screen->info->prepare_solid(dst_pixmap, GXcopy, FB_ALLONES, pixel))
1007 uxa_screen->info->solid(dst_pixmap,
1013 uxa_screen->info->done_solid(dst_pixmap);
1047 if (!uxa_screen->info->prepare_composite(op, src, NULL, dst, src_pixmap, NULL, dst_pixmap))
1051 uxa_screen->info->composite(dst_pixmap,
1060 uxa_screen->info->done_composite(dst_pixmap);