Searched refs:m_pixbuf (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Danimate.cpp57 m_pixbuf = that.m_pixbuf;
58 if (m_pixbuf)
59 g_object_ref(m_pixbuf);
64 m_pixbuf = p;
65 if ( m_pixbuf )
66 g_object_ref(m_pixbuf);
75 m_pixbuf = that.m_pixbuf;
76 if (m_pixbuf)
[all...]
H A Dbitmap.cpp191 GdkPixbuf *m_pixbuf; member in class:wxBitmapRefData
204 m_pixbuf = (GdkPixbuf *) NULL;
218 if (m_pixbuf)
219 g_object_unref (m_pixbuf);
285 gdk_pixbuf_fill(M_BMPDATA->m_pixbuf, 0x000000ff);
319 if (M_BMPDATA->m_pixbuf != NULL && (
320 M_BMPDATA->m_mask == NULL || gdk_pixbuf_get_has_alpha(M_BMPDATA->m_pixbuf)))
323 gdk_pixbuf_get_has_alpha(M_BMPDATA->m_pixbuf),
325 gdk_pixbuf_scale(M_BMPDATA->m_pixbuf, bmp.GetPixbuf(),
544 GdkPixbuf* pixbuf = M_BMPDATA->m_pixbuf;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Danimate.h32 : m_pixbuf(NULL) { LoadFile(name, type); }
41 { return m_pixbuf != NULL; }
62 { return m_pixbuf; }
66 GdkPixbufAnimation *m_pixbuf; member in class:wxAnimation

Completed in 274 milliseconds