HomeSort by relevance Sort by last modified time
    Searched defs:GdkPixbuf (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
skia_utils_gtk2.h 11 typedef struct _GdkPixbuf GdkPixbuf;
23 const SkBitmap GdkPixbufToImageSkia(GdkPixbuf* pixbuf);
25 // Convert and copy a SkBitmap to a GdkPixbuf. NOTE: this uses BGRAToRGBA, so
26 // it is an expensive operation. The returned GdkPixbuf will have a refcount of
28 GdkPixbuf* GdkPixbufFromSkBitmap(const SkBitmap& bitmap);
  /external/chromium_org/ui/gfx/
gtk_util.h 13 typedef struct _GdkPixbuf GdkPixbuf;
30 // Convert and copy a SkBitmap to a GdkPixbuf. NOTE: this uses BGRAToRGBA, so
31 // it is an expensive operation. The returned GdkPixbuf will have a refcount of
33 UI_EXPORT GdkPixbuf* GdkPixbufFromSkBitmap(const SkBitmap& bitmap);
native_widget_types.h 105 typedef struct _GdkPixbuf GdkPixbuf;
199 typedef GdkPixbuf NativeImageType;
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.h 21 typedef struct _GdkPixbuf GdkPixbuf;
31 GdkPixbuf* GetPixbufForNode(const BookmarkNode* node, BookmarkModel* model,
36 GtkWidget* GetDragRepresentation(GdkPixbuf* pixbuf,
bookmark_tree_model.h 20 typedef struct _GdkPixbuf GdkPixbuf;
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.h 21 typedef struct _GdkPixbuf GdkPixbuf;
31 GdkPixbuf* GetPixbufForNode(const BookmarkNode* node, BookmarkModel* model,
36 GtkWidget* GetDragRepresentation(GdkPixbuf* pixbuf,
bookmark_tree_model.h 19 typedef struct _GdkPixbuf GdkPixbuf;
  /external/chromium_org/ui/base/
theme_provider.h 25 typedef struct _GdkPixbuf GdkPixbuf;
96 // Gets the GdkPixbuf with the specified |id|. Returns a pointer to a shared
97 // instance of the GdkPixbuf. This shared GdkPixbuf is owned by the theme
106 virtual GdkPixbuf* GetRTLEnabledPixbufNamed(int id) const = 0;
  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.h 9 typedef struct _GdkPixbuf GdkPixbuf;
13 // A helper class that takes a GdkPixbuf* and renders it to the screen. Unlike
28 // Whether this CairoCachedSurface owns a GdkPixbuf.
41 void UsePixbuf(GdkPixbuf* pixbuf);
49 GdkPixbuf* pixbuf() { return pixbuf_; }
53 GdkPixbuf* pixbuf_;
create_application_shortcuts_dialog_gtk.h 17 typedef struct _GdkPixbuf GdkPixbuf;
62 GdkPixbuf* favicon_pixbuf_;
gtk_theme_service.h 30 typedef struct _GdkPixbuf GdkPixbuf;
138 static GdkPixbuf* GetFolderIcon(bool native);
139 static GdkPixbuf* GetDefaultFavicon(bool native);
233 GdkPixbuf* pixbuf,
308 static GdkPixbuf* default_folder_icon_;
309 static GdkPixbuf* default_bookmark_icon_;
  /external/chromium_org/chrome/browser/ui/gtk/
global_history_menu.h 27 typedef struct _GdkPixbuf GdkPixbuf;
create_application_shortcuts_dialog_gtk.h 19 typedef struct _GdkPixbuf GdkPixbuf;
77 GdkPixbuf* favicon_pixbuf_;
gtk_theme_service.h 42 typedef struct _GdkPixbuf GdkPixbuf;
  /external/chromium_org/ui/gfx/image/
cairo_cached_surface.h 13 typedef struct _GdkPixbuf GdkPixbuf;
20 // A helper class that takes a GdkPixbuf* and renders it to the screen. Unlike
35 // Whether this CairoCachedSurface owns a GdkPixbuf.
51 void UsePixbuf(GdkPixbuf* pixbuf);
64 GdkPixbuf* pixbuf() { return pixbuf_; }
74 GdkPixbuf* pixbuf_;

Completed in 556 milliseconds