Searched refs:m_anim (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Danimate.cpp190 m_anim = NULL;
257 m_anim = anim.GetPixbuf();
259 // m_anim may be null in case wxNullAnimation has been passed
260 if (m_anim)
263 g_object_ref(m_anim);
274 if (!m_anim)
277 int w = gdk_pixbuf_animation_get_width(m_anim),
278 h = gdk_pixbuf_animation_get_height(m_anim);
286 if (m_anim)
287 g_object_unref(m_anim);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Danimate.h121 { return wxAnimation(m_anim); }
142 GdkPixbufAnimation *m_anim; member in class:wxAnimationCtrl

Completed in 65 milliseconds