Lines Matching defs:pixmap
62 GC copyGC; /* Used for copying from pixmap onto screen. */
803 Pixmap pixmap;
821 * the scrollbar in a pixmap, then copies the pixmap to the
826 pixmap = Tk_GetPixmap(scrollPtr->display, Tk_WindowId(tkwin),
833 gc = Tk_GCForColor(scrollPtr->highlightColorPtr, pixmap);
835 gc = Tk_GCForColor(scrollPtr->highlightBgColorPtr, pixmap);
837 Tk_DrawFocusHighlight(tkwin, gc, scrollPtr->highlightWidth, pixmap);
839 Tk_Draw3DRectangle(tkwin, pixmap, scrollPtr->bgBorder,
844 XFillRectangle(scrollPtr->display, pixmap, scrollPtr->troughGC,
872 Tk_Fill3DPolygon(tkwin, pixmap, border, points, 3,
881 Tk_Fill3DPolygon(tkwin, pixmap, border, points, 3,
905 Tk_Fill3DPolygon(tkwin, pixmap, border,
915 Tk_Fill3DPolygon(tkwin, pixmap, border,
932 Tk_Fill3DRectangle(tkwin, pixmap, border,
937 Tk_Fill3DRectangle(tkwin, pixmap, border,
944 * Copy the information from the off-screen pixmap onto the screen,
945 * then delete the pixmap.
948 XCopyArea(scrollPtr->display, pixmap, Tk_WindowId(tkwin),
951 Tk_FreePixmap(scrollPtr->display, pixmap);