Searched refs:pixbuf (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/vim-55/pixmaps/
H A Dgen-inline-pixbufs.sh12 gdk-pixbuf-csource --raw --static --build-list $list
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gtk/
H A DImageBufferGtk.cpp38 // http://developer.gnome.org/gdk-pixbuf/stable/gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-bufferv
44 GRefPtr<GdkPixbuf> pixbuf;
62 pixbuf = adoptGRef(cairoSurfaceToGdkPixbuf(newSurface.get()));
64 pixbuf = adoptGRef(cairoSurfaceToGdkPixbuf(surface));
65 if (!pixbuf)
71 gdk_pixbuf_save_to_buffer(pixbuf.get(), &buffer.outPtr(), &bufferSize, type.utf8().data(), &error.outPtr(), "quality", qualityString.utf8().data(), NULL);
73 gdk_pixbuf_save_to_buffer(pixbuf.get(), &buffer.outPtr(), &bufferSize, type.utf8().data(), &error.outPtr(), NULL);
/macosx-10.10/WebKit2-7600.1.25/Shared/gtk/
H A DArgumentCodersGtk.cpp44 static void encodeImage(ArgumentEncoder& encoder, const GdkPixbuf* pixbuf) argument
46 IntSize imageSize(gdk_pixbuf_get_width(pixbuf), gdk_pixbuf_get_height(pixbuf));
51 gdk_cairo_set_source_pixbuf(cr, pixbuf, 0, 0);
60 static bool decodeImage(ArgumentDecoder& decoder, GRefPtr<GdkPixbuf>& pixbuf) argument
78 pixbuf = adoptGRef(gdk_pixbuf_get_from_surface(surface.get(), 0, 0, cairo_image_surface_get_width(surface.get()), cairo_image_surface_get_height(surface.get())));
79 if (!pixbuf)
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DCursorGtk.cpp64 GRefPtr<GdkPixbuf> pixbuf = adoptGRef(gdk_pixbuf_get_from_surface(surface.get(), 0, 0, 32, 32));
65 return adoptGRef(gdk_cursor_new_from_pixbuf(gdk_display_get_default(), pixbuf.get(), cursor.hot_x, cursor.hot_y));
71 GRefPtr<GdkPixbuf> pixbuf = adoptGRef(image->getGdkPixbuf()); local
73 if (!image->nativeImageForCurrentFrame() || !pixbuf)
77 return adoptGRef(gdk_cursor_new_from_pixbuf(gdk_display_get_default(), pixbuf.get(), effectiveHotSpot.x(), effectiveHotSpot.y()));
H A DPasteboardGtk.cpp224 GRefPtr<GdkPixbuf> pixbuf = adoptGRef(image->getGdkPixbuf()); local
225 m_dataObject->setImage(pixbuf.get());
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/sun/
H A Dsun.c506 UByte *pixbuf; local
517 pixbuf = (UByte *) ckalloc (fileWidth);
518 if (!pixbuf) {
532 block.pixelPtr = pixbuf + srcX;
552 dest = pixbuf;
598 UByte *pixbuf = NULL; local
622 pixbuf = (UByte *) ckalloc (fileWidth * nchan);
623 if (!pixbuf) {
652 (pixbuf + srcX * nchan));
683 dest = pixbuf;
713 UByte *pixbuf; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tga/
H A Dtga.c120 UByte *pixbuf; member in struct:__anon13222
132 if (tf->pixbuf) ckfree((char *)tf->pixbuf);
366 pixBufPtr = tf->pixbuf;
377 still stored in "pixbuf" (TGA_MODE_SAME) or read in the
437 if (bytesPerLine != tkimg_Read(handle, (char *)tf->pixbuf, bytesPerLine))
834 tf.pixbuf = (UByte *) ckalloc (fileWidth * nchan);
835 if (!tf.pixbuf) {
853 block.pixelPtr = tf.pixbuf + srcX * nchan;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c206 UByte *pixbuf; member in struct:__anon13201
307 if (tf->pixbuf) ckfree ((char *)tf->pixbuf);
954 tf.pixbuf = (UByte *) ckalloc (fileWidth * opts.nchan);
964 block.pixelPtr = tf.pixbuf + srcX * opts.nchan;
970 pixbufPtr = tf.pixbuf;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c147 UByte *pixbuf; member in struct:__anon13213
264 if (tf->pixbuf) ckfree ((char *)tf->pixbuf);
822 tf.pixbuf = (UByte *) ckalloc (fileWidth * block.pixelSize);
823 block.pixelPtr = tf.pixbuf + srcX * block.pixelSize;
869 pixbufPtr = tf.pixbuf;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c1122 unsigned short *pixbuf; member in struct:__anon13218
1142 if (tf->pixbuf) ckfree ((char *)tf->pixbuf);
1195 unsigned short *src = tf->pixbuf;
1198 if (-1 == getrow (&tf->th, tf->pixbuf, y, sgichn))
1251 unsigned short *dest = tf->pixbuf;
1257 if (-1 == putrow (&tf->th, tf->pixbuf, y, sgichn))
1579 tf.pixbuf = (UShort *) ckalloc (fileWidth * nchan * sizeof (UShort));
1755 tf.pixbuf = (UShort *) ckalloc (blockPtr->width * sizeof (UShort));
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c204 UByte *pixbuf; member in struct:__anon13216
331 if (tf->pixbuf) ckfree ((char *)tf->pixbuf);
1274 tf.pixbuf = (UByte *) ckalloc (fileWidth * tf.th.nChans);
1284 block.pixelPtr = tf.pixbuf + srcX * tf.th.nChans;
1290 pixbufPtr = tf.pixbuf;
/macosx-10.10/vim-55/src/
H A Dgui_gtk.c142 GdkPixbuf *pixbuf; local
145 pixbuf = gdk_pixbuf_new_from_inline(data_length, inline_data, FALSE, NULL);
146 icon_set = gtk_icon_set_new_from_pixbuf(pixbuf);
151 g_object_unref(pixbuf);
/macosx-10.10/emacs-93/emacs/src/
H A Dxfns.c806 GdkPixbuf *pixbuf;
811 pixbuf = gdk_pixbuf_new_from_file (filename, &err);
813 if (pixbuf)
816 pixbuf);
817 g_object_unref (pixbuf);
836 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_xpm_data ((const char **) data);
838 if (!pixbuf)
841 gtk_window_set_icon (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)), pixbuf);
842 g_object_unref (pixbuf);
800 GdkPixbuf *pixbuf; local
830 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_xpm_data ((const char **) data); local

Completed in 282 milliseconds