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

/external/webkit/WebCore/platform/graphics/
H A DIcon.h41 typedef struct _GdkPixbuf GdkPixbuf; typedef in typeref:struct:_GdkPixbuf
76 GdkPixbuf* m_icon;
H A DImage.h66 typedef struct _GdkPixbuf GdkPixbuf; typedef in typeref:struct:_GdkPixbuf
156 virtual GdkPixbuf* getGdkPixbuf() { return 0; }
/external/webkit/WebCore/platform/gtk/
H A DDataObjectGtk.h30 typedef struct _GdkPixbuf GdkPixbuf; typedef in typeref:struct:_GdkPixbuf
44 GdkPixbuf* image() { return m_image.get(); }
47 void setImage(GdkPixbuf* newImage) { m_image = newImage; }
71 GRefPtr<GdkPixbuf> m_image;

Completed in 22 milliseconds