• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/tcl-105/tk84/tk/win/

Lines Matching refs:pixmap

36     Pixmap pixmap;		/* Bitmap for rendering the button. */
337 Pixmap pixmap;
354 * pixmap as well */
438 * the button in a pixmap, then copies the pixmap to the
443 pixmap = Tk_GetPixmap(butPtr->display, Tk_WindowId(tkwin),
445 Tk_Fill3DRectangle(tkwin, pixmap, border, 0, 0, Tk_Width(tkwin),
525 width, height, pixmap, imageXOffset, imageYOffset);
528 width, height, pixmap, imageXOffset, imageYOffset);
532 XCopyPlane(butPtr->display, butPtr->bitmap, pixmap, gc,
538 Tk_DrawTextLayout(butPtr->display, pixmap, gc,
540 Tk_UnderlineTextLayout(butPtr->display, pixmap, gc,
561 pixmap, imageXOffset, imageYOffset);
563 Tk_RedrawImage(butPtr->image, 0, 0, width, height, pixmap,
568 XCopyPlane(butPtr->display, butPtr->bitmap, pixmap, gc, 0, 0,
583 Tk_DrawTextLayout(butPtr->display, pixmap, gc, butPtr->textLayout,
585 Tk_UnderlineTextLayout(butPtr->display, pixmap, gc,
601 dc = TkWinGetDrawableDC(butPtr->display, pixmap, &state);
616 TkWinReleaseDrawableDC(pixmap, dc, &state);
645 * the offscreen pixmap. This requires that the static colors
676 dc = TkWinGetDrawableDC(butPtr->display, pixmap, &state);
681 TkWinReleaseDrawableDC(pixmap, dc, &state);
703 XFillRectangle(butPtr->display, pixmap, butPtr->stippleGC, 0, 0,
706 XFillRectangle(butPtr->display, pixmap, butPtr->stippleGC,
723 Tk_Draw3DRectangle(tkwin, pixmap, border,
730 dc = TkWinGetDrawableDC(butPtr->display, pixmap, &state);
741 TkWinReleaseDrawableDC(pixmap, dc, &state);
749 * Copy the information from the off-screen pixmap onto the screen,
750 * then delete the pixmap.
753 XCopyArea(butPtr->display, pixmap, Tk_WindowId(tkwin),
756 Tk_FreePixmap(butPtr->display, pixmap);