Lines Matching defs:tmp_src
689 PicturePtr tmp_src, tmp_dst;
783 tmp_src = CreatePicture(0, &pixmap->drawable, format, 0, NULL,
785 if (!tmp_src)
788 tmp_src->repeat = 1;
789 tmp_src->repeatType = RepeatPad;
793 tmp_src->filter = PictFilterNearest;
800 tmp_src->transform = &t;
803 ValidatePicture(tmp_src);
843 tmp_src, NULL, tmp_dst,
873 tmp_src->transform = NULL;
874 FreePicture(tmp_src, 0);