Lines Matching defs:pixmap
96 GC copyGC; /* Used for copying from pixmap onto screen. */
1084 * or pixmap). */
1282 * or pixmap). */
1483 Pixmap pixmap;
1517 * the scale in a pixmap, then copies the pixmap to the
1522 pixmap = Tk_GetPixmap(scalePtr->display, Tk_WindowId(tkwin),
1536 DisplayVerticalScale(scalePtr, pixmap, &drawnArea);
1538 DisplayHorizontalScale(scalePtr, pixmap, &drawnArea);
1549 Tk_Draw3DRectangle(tkwin, pixmap, scalePtr->bgBorder,
1559 gc = Tk_GCForColor(scalePtr->highlightColorPtr, pixmap);
1561 gc = Tk_GCForColor(scalePtr->highlightBgColorPtr, pixmap);
1563 Tk_DrawFocusHighlight(tkwin, gc, scalePtr->highlightWidth, pixmap);
1568 * Copy the information from the off-screen pixmap onto the screen,
1569 * then delete the pixmap.
1572 XCopyArea(scalePtr->display, pixmap, Tk_WindowId(tkwin),
1575 Tk_FreePixmap(scalePtr->display, pixmap);