Searched refs:pixmap (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixButton.c85 Pixmap pixmap;
100 * pixmap as well */
164 * the button in a pixmap, then copies the pixmap to the
169 pixmap = Tk_GetPixmap(butPtr->display, Tk_WindowId(tkwin),
171 Tk_Fill3DRectangle(tkwin, pixmap, border, 0, 0, Tk_Width(tkwin),
287 width, height, pixmap, imageXOffset, imageYOffset);
290 height, pixmap, imageXOffset, imageYOffset);
294 XCopyPlane(butPtr->display, butPtr->bitmap, pixmap, gc,
300 Tk_DrawTextLayout(butPtr->display, pixmap, g
83 Pixmap pixmap; local
[all...]
H A DtkUnixMenubu.c76 Pixmap pixmap;
85 * restrict disabled pixmap as well */
119 * the menu button in a pixmap, then copies the pixmap to the
124 pixmap = Tk_GetPixmap(mbPtr->display, Tk_WindowId(tkwin),
126 Tk_Fill3DRectangle(tkwin, pixmap, border, 0, 0, Tk_Width(tkwin),
189 Tk_RedrawImage(mbPtr->image, 0, 0, width, height, pixmap,
193 XCopyPlane(mbPtr->display, mbPtr->bitmap, pixmap,
199 Tk_DrawTextLayout(mbPtr->display, pixmap, gc, mbPtr->textLayout,
201 Tk_UnderlineTextLayout(mbPtr->display, pixmap, g
74 Pixmap pixmap; local
[all...]
H A DtkUnixScrlbr.c31 GC copyGC; /* Used for copying from pixmap onto screen. */
105 Pixmap pixmap;
123 * the scrollbar in a pixmap, then copies the pixmap to the
128 pixmap = Tk_GetPixmap(scrollPtr->display, Tk_WindowId(tkwin),
135 gc = Tk_GCForColor(scrollPtr->highlightColorPtr, pixmap);
137 gc = Tk_GCForColor(scrollPtr->highlightBgColorPtr, pixmap);
139 Tk_DrawFocusHighlight(tkwin, gc, scrollPtr->highlightWidth, pixmap);
141 Tk_Draw3DRectangle(tkwin, pixmap, scrollPtr->bgBorder,
146 XFillRectangle(scrollPtr->display, pixmap,
103 Pixmap pixmap; local
[all...]
H A DtkUnixScale.c107 * or pixmap). */
321 * or pixmap). */
545 Pixmap pixmap;
580 * the scale in a pixmap, then copies the pixmap to the
585 pixmap = Tk_GetPixmap(scalePtr->display, Tk_WindowId(tkwin),
588 pixmap = Tk_WindowId(tkwin);
602 DisplayVerticalScale(scalePtr, pixmap, &drawnArea);
604 DisplayHorizontalScale(scalePtr, pixmap, &drawnArea);
615 Tk_Draw3DRectangle(tkwin, pixmap, scalePt
538 Pixmap pixmap; local
[all...]
H A DtkUnixXId.c505 * Returns a new pixmap.
515 Display *display; /* Display for new pixmap. */
516 Drawable d; /* Drawable where pixmap will be used. */
517 int width, height; /* Dimensions of pixmap. */
518 int depth; /* Bits per pixel for pixmap. */
537 * The pixmap is freed in the X server and its resource identifier
544 Tk_FreePixmap(display, pixmap)
545 Display *display; /* Display for which pixmap was allocated. */
546 Pixmap pixmap; /* Identifier for pixmap
[all...]
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixMenubu.c77 Pixmap pixmap;
88 * restrict disabled pixmap as well */
122 * in a pixmap, then copies the pixmap to the screen in a single
127 pixmap = Tk_GetPixmap(mbPtr->display, Tk_WindowId(tkwin),
129 Tk_Fill3DRectangle(tkwin, pixmap, border, 0, 0, Tk_Width(tkwin),
197 Tk_RedrawImage(mbPtr->image, 0, 0, width, height, pixmap,
201 XCopyPlane(mbPtr->display, mbPtr->bitmap, pixmap,
207 Tk_DrawTextLayout(mbPtr->display, pixmap, gc, mbPtr->textLayout,
209 Tk_UnderlineTextLayout(mbPtr->display, pixmap, g
75 Pixmap pixmap; local
[all...]
H A DtkUnixButton.c170 Pixmap pixmap;
239 pixmap = Tk_GetPixmap(display, d, dim, dim, depth);
240 if (pixmap == None) {
247 img = XGetImage(display, pixmap, 0, 0,
298 XPutImage(display, pixmap, copyGC, img, 0, 0, 0, 0,
300 XCopyArea(display, pixmap, d, copyGC, 0, 0,
309 Tk_FreePixmap(display, pixmap);
363 Pixmap pixmap;
378 * restrict disabled pixmap as well */
441 * pixmap, the
169 Pixmap pixmap; local
360 Pixmap pixmap; local
[all...]
H A DtkUnixScrlbr.c32 GC copyGC; /* Used for copying from pixmap onto screen. */
105 Pixmap pixmap;
123 * in a pixmap, then copies the pixmap to the screen in a single
128 pixmap = Tk_GetPixmap(scrollPtr->display, Tk_WindowId(tkwin),
135 gc = Tk_GCForColor(scrollPtr->highlightColorPtr, pixmap);
137 gc = Tk_GCForColor(scrollPtr->highlightBgColorPtr, pixmap);
139 Tk_DrawFocusHighlight(tkwin, gc, scrollPtr->highlightWidth, pixmap);
141 Tk_Draw3DRectangle(tkwin, pixmap, scrollPtr->bgBorder,
146 XFillRectangle(scrollPtr->display, pixmap,
103 Pixmap pixmap; local
[all...]
H A DtkUnixScale.c106 * pixmap). */
320 * pixmap). */
545 Pixmap pixmap;
581 * pixmap, then copies the pixmap to the screen in a single operation.
586 pixmap = Tk_GetPixmap(scalePtr->display, Tk_WindowId(tkwin),
589 pixmap = Tk_WindowId(tkwin);
602 DisplayVerticalScale(scalePtr, pixmap, &drawnArea);
604 DisplayHorizontalScale(scalePtr, pixmap, &drawnArea);
614 Tk_Draw3DRectangle(tkwin, pixmap, scalePt
538 Pixmap pixmap; local
[all...]
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXBitmap.c136 Pixmap pixmap;
138 pixmap = Tk_GetPixmap(display, None, size.width, size.height, 0);
139 if (TkMacOSXSetupDrawingContext(pixmap, NULL, 1, &dc)) {
151 return pixmap;
176 Pixmap pixmap;
183 pixmap = GetBitmapForIcon(display, icon, CGSizeMake(builtInIconSize,
187 pixmap = Tk_GetPixmap(display, None, builtInIconSize,
190 return pixmap;
260 Pixmap pixmap = None;
333 pixmap
134 Pixmap pixmap; local
173 Pixmap pixmap; local
255 Pixmap pixmap = None; local
[all...]
H A DtkMacOSXButton.c703 Pixmap pixmap;
714 * restrict disabled pixmap as well */
733 pixmap = (Pixmap) Tk_WindowId(tkwin);
734 Tk_Fill3DRectangle(tkwin, pixmap, border, 0, 0, Tk_Width(tkwin),
845 width, height, pixmap, imageXOffset, imageYOffset);
848 width, height, pixmap, imageXOffset, imageYOffset);
851 height, pixmap, imageXOffset, imageYOffset);
855 XCopyPlane(butPtr->display, butPtr->bitmap, pixmap, gc,
861 Tk_DrawTextLayout(butPtr->display, pixmap, gc,
863 Tk_UnderlineTextLayout(butPtr->display, pixmap, g
695 Pixmap pixmap; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinPixmap.c27 * Returns a handle to a new pixmap.
134 * Release the resources associated with a pixmap.
146 Tk_FreePixmap(display, pixmap)
148 Pixmap pixmap;
150 TkWinDrawable *twdPtr = (TkWinDrawable *) pixmap;
178 TkSetPixmapColormap(pixmap, colormap)
179 Pixmap pixmap;
182 TkWinDrawable *twdPtr = (TkWinDrawable *)pixmap;
194 * size of a pixmap or window.
225 panic("XGetGeometry: invalid pixmap");
[all...]
H A DtkWinButton.c36 Pixmap pixmap; /* Bitmap for rendering the button. */ member in struct:WinButton
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, g
331 Pixmap pixmap; local
[all...]
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinButton.c36 Pixmap pixmap; /* Bitmap for rendering the button. */ member in struct:WinButton
331 Pixmap pixmap;
349 * restrict disabled pixmap as well. */
432 * a pixmap, then copies the pixmap to the screen in a single operation.
437 pixmap = Tk_GetPixmap(butPtr->display, Tk_WindowId(tkwin),
439 Tk_Fill3DRectangle(tkwin, pixmap, border, 0, 0, Tk_Width(tkwin),
528 width, height, pixmap, imageXOffset, imageYOffset);
532 width, height, pixmap, imageXOffset, imageYOffset);
534 Tk_RedrawImage(butPtr->image, 0, 0, width, height, pixmap,
325 Pixmap pixmap; local
[all...]
H A DtkWinPixmap.c26 * Returns a handle to a new pixmap.
133 * Release the resources associated with a pixmap.
147 Pixmap pixmap)
149 TkWinDrawable *twdPtr = (TkWinDrawable *) pixmap;
178 Pixmap pixmap,
181 TkWinDrawable *twdPtr = (TkWinDrawable *)pixmap;
192 * degenerate implementation that only returns the size of a pixmap or
223 Tcl_Panic("XGetGeometry: invalid pixmap");
143 Tk_FreePixmap( Display *display, Pixmap pixmap) argument
174 TkSetPixmapColormap( Pixmap pixmap, Colormap colormap) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/glx/
H A DGLContextGLX.cpp127 Pixmap pixmap = XCreatePixmap(display, DefaultRootWindow(display), 1, 1, visualInfo->depth); local
128 if (!pixmap) {
133 GLXPixmap glxPixmap = glXCreateGLXPixmap(display, visualInfo, pixmap);
135 XFreePixmap(display, pixmap);
141 return adoptPtr(new GLContextGLX(context, pixmap, glxPixmap));
180 GLContextGLX::GLContextGLX(GLXContext context, Pixmap pixmap, GLXPixmap glxPixmap) argument
184 , m_pixmap(pixmap)
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXButton.c111 Pixmap pixmap);
113 GWorldPtr destPort, GC gc, Pixmap pixmap);
194 Pixmap pixmap;
200 * pixmap as well */
207 pixmap = (Pixmap) Tk_WindowId(tkwin);
229 Tk_Fill3DRectangle(tkwin, pixmap, butPtr->highlightBorder, 0, 0,
232 Tk_Fill3DRectangle(tkwin, pixmap, butPtr->normalBorder, 0, 0,
242 destPort = TkMacOSXGetDrawablePort(pixmap);
244 TkMacOSXSetUpClippingRgn(pixmap);
254 TkMacOSXDrawControl(macButtonPtr, destPort, dpPtr->gc, pixmap);
192 Pixmap pixmap; local
782 TkMacOSXInitControl( MacButton *mbPtr, GWorldPtr destPort, GC gc, Pixmap pixmap, Rect *paneRect, Rect *cntrRect) argument
865 TkMacOSXDrawControl( MacButton *mbPtr, GWorldPtr destPort, GC gc, Pixmap pixmap) argument
1073 SetupBevelButton( MacButton *mbPtr, ControlRef controlHandle, GWorldPtr destPort, GC gc, Pixmap pixmap) argument
[all...]
H A DtkMacOSXDraw.c302 if (clipPtr->value.pixmap == src) {
316 clipPtr->value.pixmap);
478 PixMap pixmap;
480 pixmap.bounds.left = 0;
481 pixmap.bounds.top = 0;
482 pixmap.bounds.bottom = (short) image->height;
483 pixmap.pixelType = RGBDirect;
484 pixmap.pmVersion = baseAddr32; /* 32bit clean */
485 pixmap.packType = 0;
486 pixmap
474 PixMap pixmap; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-ems.el174 "Show a splash screen using a pixmap in the current buffer."
176 pixmap file height beg i)
191 (setq pixmap (read (current-buffer)))))))
192 (when pixmap
194 (setq height (/ (car pixmap) (frame-char-height))
195 width (/ (cadr pixmap) (frame-char-width)))
197 (set-face-stipple 'gnus-splash pixmap)
/macosx-10.10/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dconfirm.c127 GdkPixmap *pixmap; local
168 pixmap =
173 pixmap =
178 pixmap1 = gtk_pixmap_new (pixmap, mask);
H A Derrorbox.c103 GdkPixmap *pixmap; local
144 pixmap =
149 pixmap =
154 pixmap1 = gtk_pixmap_new (pixmap, mask);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/pixmap/
H A DpixmapInt.h4 * Generic header file for the pixmap image type. This is NOT a public
35 * The following data structure represents the master for a pixmap
59 char **data; /* The data that defines this pixmap
83 * this pixmap. This is usually OK because pixmaps are usually
96 Pixmap pixmap; /* The pixmap to display. */ member in struct:PixmapInstance
H A DpixmapWin.c4 * Implement the Windows specific function calls for the pixmap
38 * Initializes the platform-specific data of a pixmap instance
46 PixmapInstance *instancePtr;/* The pixmap instance. */
78 instancePtr->pixmap = Tk_GetPixmap(display,
142 XDrawRectangle(display, instancePtr->pixmap, gc, x, y, 1, 1);
162 * On Unix: Create the pixmap from the buffer.
183 dc = TkWinGetDrawableDC(display, instancePtr->pixmap, &dcState);
205 TkWinReleaseDrawableDC(instancePtr->pixmap, dc, &dcState);
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeDrag.c43 Pixmap pixmap; member in struct:TreeDragImage_
51 int pixmapW, pixmapH; /* Width/Height of 'pixmap'. */
52 Pixmap pixmap; /* Pixmap -> Tk_Image. */ member in struct:TreeDragImage_
100 ximage = XGetImage(tree->display, dragImage->pixmap, 0, 0,
132 if (dragImage->pixmap != None)
133 Tk_FreePixmap(tree->display, dragImage->pixmap);
134 dragImage->pixmap = Tk_GetPixmap(tree->display,
144 XFillRectangle(tree->display, dragImage->pixmap, gc,
153 XFillRectangle(tree->display, dragImage->pixmap, gc,
235 ximage = XGetImage(tree->display, dragImage->pixmap,
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dimage.c117 /* A black pixel in a mask bitmap/pixmap means ``draw a source
160 XGetImage (display, pixmap, x, y, width, height, plane_mask, format)
162 Pixmap pixmap;
173 xassert (EqualRect (&ri, GetPixBounds (GetGWorldPixMap (pixmap), &rp)));
175 xassert (! (pixelsLocked & GetPixelsState (GetGWorldPixMap (pixmap))));
178 LockPixels (GetGWorldPixMap (pixmap));
180 return pixmap;
189 PixMapHandle pixmap = GetGWorldPixMap (ximage); local
190 short depth = GetPixDepth (pixmap);
195 char *base_addr = GetPixBaseAddr (pixmap);
236 PixMapHandle pixmap = GetGWorldPixMap (ximage); local
624 Pixmap pixmap, mask; local
2256 XPutImage (FRAME_X_DISPLAY (f), pixmap, gc, ximg, 0, 0, 0, 0, width, height); local
5038 Pixmap pixmap; local
[all...]

Completed in 160 milliseconds

12345