Lines Matching defs:tile
802 /* Odd sized tile */
820 Pixmap tile;
825 /* Little 4x4 tile */
826 tile = XCreatePixmapFromBitmapData(xp->d, xp->w, (char *)bitmap4x4, 4, 4,
830 tile = XCreatePixmapFromBitmapData(xp->d, xp->w,
833 /* align tile with screen */
836 /* Odd sized tile */
837 tile = XCreatePixmapFromBitmapData(xp->d, xp->w,
840 /* align tile with screen */
842 /* Enormous tile. Well, pretty big. */
843 tile = XCreatePixmapFromBitmapData(xp->d, xp->w,
847 gcv.tile = tile;
851 XFreePixmap(xp->d, tile);
853 /* Little 4x4 tile */
854 tile = XCreatePixmapFromBitmapData(xp->d, xp->w, (char *)bitmap4x4, 4, 4,
858 tile = XCreatePixmapFromBitmapData(xp->d, xp->w,
862 /* Odd sized tile */
863 tile = XCreatePixmapFromBitmapData(xp->d, xp->w,
867 /* Enormous tile. Well, pretty big. */
868 tile = XCreatePixmapFromBitmapData(xp->d, xp->w,
872 gcv.tile = tile;
874 XFreePixmap(xp->d, tile);