Home | History | Annotate | Download | only in themes

Lines Matching refs:pixbuf

7 #include <gdk-pixbuf/gdk-pixbuf.h>
27 // Check to see if we already have the pixbuf in the cache.
33 GdkPixbuf* pixbuf = gfx::GdkPixbufFromSkBitmap(bitmap);
35 // We loaded successfully. Cache the pixbuf.
36 if (pixbuf) {
38 GdkPixbuf* original_pixbuf = pixbuf;
39 pixbuf = gdk_pixbuf_flip(pixbuf, TRUE);
43 gdk_pixbufs_[key] = pixbuf;
44 return pixbuf;