Lines Matching defs:src_pixmap
658 PixmapPtr src_pixmap, dst_pixmap;
668 src_pixmap = uxa_get_offscreen_pixmap(pSrc->pDrawable, &src_off_x, &src_off_y);
669 if (src_pixmap == NULL)
675 src_pixmap = NULL;
707 src_pixmap = uxa_get_offscreen_pixmap(localSrc->pDrawable, &src_off_x, &src_off_y);
708 if (src_pixmap == NULL) {
722 src_pixmap = uxa_get_drawable_pixmap(localSrc->pDrawable);
723 if (src_pixmap == NULL) {
780 src_pixmap, mask_pixmap, dst_pixmap))
984 PixmapPtr src_pixmap;
989 src_pixmap =
991 assert (uxa_pixmap_is_offscreen(src_pixmap));
995 src_pixmap, NULL, pixmap)) {