Home | History | Annotate | Download | only in uxa

Lines Matching refs:white

448 	PicturePtr mask, mask_src = NULL, mask_dst = NULL, white = NULL;
501 white = CreateSolidPicture(0, &color, &error);
507 src = white;
541 if (white)
542 FreePicture(white, 0);
710 PicturePtr white, ret = NULL;
715 white = CreateSolidPicture(0, &color, &error);
716 if (white) {
717 ret = uxa_acquire_solid(screen, white->pSourcePict);
718 FreePicture(white, 0);
736 PicturePtr glyph_atlas, mask, white;
777 white = create_white_solid(screen);
778 if (white)
779 white_pixmap = uxa_get_drawable_pixmap(white->pDrawable);
781 if (white)
782 FreePicture(white, 0);
796 FreePicture(white, 0);
844 white, this_atlas, mask,
846 FreePicture(white, 0);
879 FreePicture(white, 0);