Lines Matching defs:stipple
29 /* Alternate maps for testing out your stipple code. Only the above should
789 Pixmap stipple;
793 /* Little 8x8 stipple */
794 stipple = XCreateBitmapFromData(xp->d, xp->w,
797 /* Enormous stipple which is x4 bits wide */
798 stipple = XCreateBitmapFromData(xp->d, xp->w,
803 stipple = XCreateBitmapFromData(xp->d, xp->w,
806 /* Enormous stipple. Well, pretty big. */
807 stipple = XCreateBitmapFromData(xp->d, xp->w,
811 gcv.stipple = stipple;
817 XFreePixmap(xp->d, stipple);
829 /* Enormous stipple which is x4 bits wide */
857 /* Enormous stipple which is x4 bits wide */