Searched defs:pixmap (Results 1 - 12 of 12) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkConfig.c809 Pixmap pixmap = *((Pixmap *) ptr);
810 if (pixmap != None) {
811 result = Tk_NameOfBitmap(Tk_Display(tkwin), pixmap);
803 Pixmap pixmap = *((Pixmap *) ptr); local
H A DtkBitmap.c70 Pixmap pixmap; /* X identifier for pixmap. */ member in struct:__anon387
230 idKey.pixmap = bitmap;
332 idKey.pixmap = bitmap;
380 idKey.pixmap = bitmap;
424 idKey.pixmap = bitmap;
H A DtkMenubutton.c618 * used to copy stuff from an off-screen pixmap onto the screen (we know
782 Pixmap pixmap;
807 * the menu button in a pixmap, then copies the pixmap to the
812 pixmap = Tk_GetPixmap(mbPtr->display, Tk_WindowId(tkwin),
814 Tk_Fill3DRectangle(tkwin, pixmap, border, 0, 0, Tk_Width(tkwin),
850 Tk_RedrawImage(mbPtr->image, 0, 0, width, height, pixmap,
853 XCopyPlane(mbPtr->display, mbPtr->bitmap, pixmap,
886 TkDisplayText(mbPtr->display, pixmap, mbPtr->fontPtr,
898 XFillRectangle(mbPtr->display, pixmap, mbPt
777 Pixmap pixmap; local
[all...]
H A DtkScrollbar.c62 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, scrollPt
798 Pixmap pixmap; local
[all...]
H A DtkButton.c98 * used to copy from off-screen pixmap onto
111 * off-screen pixmap to the screen. */
917 * used to copy stuff from an off-screen pixmap onto the screen (we know
1138 Pixmap pixmap;
1184 * the button in a pixmap, then copies the pixmap to the
1189 pixmap = Tk_GetPixmap(butPtr->display, Tk_WindowId(tkwin),
1191 Tk_Fill3DRectangle(tkwin, pixmap, border, 0, 0, Tk_Width(tkwin),
1234 Tk_RedrawImage(butPtr->selectImage, 0, 0, width, height, pixmap,
1237 Tk_RedrawImage(butPtr->image, 0, 0, width, height, pixmap,
1132 Pixmap pixmap; local
[all...]
H A DtkCanvas.c1591 Pixmap pixmap;
1645 * Redrawing is done in a temporary pixmap that is allocated
1647 * is done to the pixmap, and the pixmap is copied to the
1648 * screen at the end of the procedure. The temporary pixmap
1659 * Some tricky points about the pixmap:
1661 * 1. We only allocate a large enough pixmap to hold the
1665 * of the pixmap will actually have to be redrawn.
1667 * with characters that overlap an edge of the pixmap (on the
1670 * make the pixmap
1586 Pixmap pixmap; local
1685 XFillRectangle(Tk_Display(tkwin), pixmap, canvasPtr->pixmapGC, local
1722 XCopyArea(Tk_Display(tkwin), pixmap, Tk_WindowId(tkwin), local
1729 Tk_FreePixmap(Tk_Display(tkwin), pixmap); local
[all...]
H A DtkEntry.c1013 Pixmap pixmap;
1037 pixmap = Tk_GetPixmap(entryPtr->display, Tk_WindowId(tkwin),
1055 Tk_Fill3DRectangle(tkwin, pixmap, entryPtr->normalBorder,
1079 Tk_Fill3DRectangle(tkwin, pixmap, entryPtr->selBorder,
1112 Tk_Fill3DRectangle(tkwin, pixmap, entryPtr->insertBorder,
1118 Tk_Fill3DRectangle(tkwin, pixmap, entryPtr->normalBorder,
1134 TkDisplayChars(entryPtr->display, pixmap, entryPtr->textGC,
1141 TkDisplayChars(entryPtr->display, pixmap, entryPtr->textGC,
1151 TkDisplayChars(entryPtr->display, pixmap, entryPtr->selTextGC,
1158 TkDisplayChars(entryPtr->display, pixmap, entryPt
1008 Pixmap pixmap; local
[all...]
H A DtkInt.h576 Pixmap pixmap; member in union:TkpClipMask::__anon408
811 EXTERN void TkSetPixmapColormap _ANSI_ARGS_((Pixmap pixmap,
H A DtkListbox.c1045 Pixmap pixmap;
1060 * Redrawing is done in a temporary pixmap that is allocated
1062 * done to the pixmap, and the pixmap is copied to the screen
1067 pixmap = Tk_GetPixmap(listPtr->display, Tk_WindowId(tkwin),
1069 Tk_Fill3DRectangle(tkwin, pixmap, listPtr->normalBorder, 0, 0,
1103 Tk_Fill3DRectangle(tkwin, pixmap, listPtr->selBorder, x, y,
1122 Tk_3DVerticalBevel(tkwin, pixmap, listPtr->selBorder,
1127 Tk_3DVerticalBevel(tkwin, pixmap, listPtr->selBorder,
1133 Tk_3DHorizontalBevel(tkwin, pixmap, listPt
1040 Pixmap pixmap; local
[all...]
H A DtkScale.c96 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, scalePt
1472 Pixmap pixmap; local
[all...]
H A DtkTextDisp.c314 DLine *dlPtr, DLine *prevPtr, Pixmap pixmap));
316 DLine *dlPtr, DLine *prevPtr, Pixmap pixmap));
1533 DisplayDLine(textPtr, dlPtr, prevPtr, pixmap)
1538 Pixmap pixmap; /* Pixmap to use for double-buffering.
1553 Tk_Fill3DRectangle(textPtr->tkwin, pixmap, textPtr->border, 0, 0,
1560 DisplayLineBackground(textPtr, dlPtr, prevPtr, pixmap);
1577 dlPtr->baseline - dlPtr->spaceAbove, display, pixmap,
1616 dlPtr->baseline - dlPtr->spaceAbove, display, pixmap,
1621 dlPtr->baseline - dlPtr->spaceAbove, display, pixmap,
1630 * Copy the pixmap ont
1996 Pixmap pixmap; local
[all...]
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c1144 Pixmap pixmap;
1166 pixmap = Tk_GetBitmap(interp, (Tk_Window) winPtr,
1168 if (pixmap == None) {
1171 wmPtr->hints.icon_pixmap = pixmap;
1216 Pixmap pixmap;
1237 pixmap = Tk_GetBitmap(interp, tkwin, Tk_GetUid(argv[3]));
1238 if (pixmap == None) {
1241 wmPtr->hints.icon_mask = pixmap;
1138 Pixmap pixmap; local
1210 Pixmap pixmap; local

Completed in 60 milliseconds