Lines Matching defs:pixmap
98 * 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,
1242 XCopyPlane(butPtr->display, butPtr->bitmap, pixmap, gc, 0, 0,
1284 TkDisplayText(butPtr->display, pixmap, butPtr->fontPtr,
1303 Tk_Draw3DRectangle(tkwin, pixmap, border, x, y, dim, dim,
1316 XFillRectangle(butPtr->display, pixmap, gc, x, y,
1319 Tk_Fill3DRectangle(tkwin, pixmap, butPtr->normalBorder, x, y,
1342 XFillPolygon(butPtr->display, pixmap, gc, points, 4, Convex,
1345 Tk_Fill3DPolygon(tkwin, pixmap, butPtr->normalBorder, points,
1348 Tk_Draw3DPolygon(tkwin, pixmap, border, points, 4, butPtr->borderWidth,
1367 XFillRectangle(butPtr->display, pixmap, butPtr->disabledGC,
1384 Tk_Draw3DRectangle(tkwin, pixmap, border,
1394 gc = Tk_GCForColor(butPtr->highlightColorPtr, pixmap);
1396 gc = Tk_GCForColor(butPtr->highlightBgColorPtr, pixmap);
1398 Tk_DrawFocusHighlight(tkwin, gc, butPtr->highlightWidth, pixmap);
1402 * Copy the information from the off-screen pixmap onto the screen,
1403 * then delete the pixmap.
1406 XCopyArea(butPtr->display, pixmap, Tk_WindowId(tkwin),
1409 Tk_FreePixmap(butPtr->display, pixmap);