Lines Matching refs:drawable
645 TkDisplayChars(display, drawable, gc, fontStructPtr, string, numChars,
648 Drawable drawable; /* Window or pixmap in which to draw. */
718 XDrawString(display, drawable, gc, startX, y, start, p - start);
735 XDrawString(display, drawable, gc, startX, y, replace, 2);
743 XDrawString(display, drawable, gc, startX, y, replace, 4);
765 XDrawString(display, drawable, gc, startX, y, start, p - start);
784 * Information gets displayed in "drawable".
790 TkUnderlineChars(display, drawable, gc, fontStructPtr, string, x, y,
793 Drawable drawable; /* Window or pixmap in which to draw. */
838 XFillRectangle(display, drawable, gc, xUnder, yUnder,
918 * in the given drawable with the given font etc.
924 TkDisplayText(display, drawable, fontStructPtr, string, numChars, x, y,
927 Drawable drawable; /* Window or pixmap in which to draw the
934 int x, y; /* Pixel coordinates within drawable of
967 TkDisplayChars(display, drawable, gc, fontStructPtr, p, charsThisLine,
970 TkUnderlineChars(display, drawable, gc, fontStructPtr, p,