Searched defs:GdkPixbuf (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dskia_utils_gtk2.h11 typedef struct _GdkPixbuf GdkPixbuf; typedef in typeref:struct:_GdkPixbuf
33 const SkBitmap GdkPixbufToImageSkia(GdkPixbuf* pixbuf);
35 // Convert and copy a SkBitmap to a GdkPixbuf. NOTE: this uses BGRAToRGBA, so
36 // it is an expensive operation. The returned GdkPixbuf will have a refcount of
38 GdkPixbuf* GdkPixbufFromSkBitmap(const SkBitmap& bitmap);

Completed in 70 milliseconds