Lines Matching defs:dest
70 Drawable dest,
456 Drawable dest,
484 if (screen == NULL || dest == None ||
493 FillPixmapWithGray(screen, dest, bbox, xOffset, yOffset,
530 dest, drawableHeight,
596 Drawable dest,
618 gc = XCreateGC(dpy, dest, GCForeground | GCFunction, &v);
619 XFillRectangle(dpy, dest, gc, x, y, width, height);
624 grayStipple = XCreateBitmapFromData(dpy, dest, grayBits, 2, 2);
631 gc = XCreateGC(dpy, dest, GCForeground | GCBackground | GCFunction |
633 XFillRectangle(dpy, dest, gc, x, y, width, height);