Searched refs:anim (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Danimate.cpp37 wxAnimation *anim)
39 if (anim && anim->GetPixbuf() == NULL)
43 anim->SetPixbuf(gdk_pixbuf_loader_get_animation(loader));
196 const wxAnimation& anim,
223 if (anim.IsOk())
224 SetAnimation(anim);
240 wxAnimation anim; local
241 if (!anim.LoadFile(filename, type))
244 SetAnimation(anim);
32 gdk_pixbuf_area_updated(GdkPixbufLoader *loader, gint x, gint y, gint width, gint height, wxAnimation *anim) argument
195 Create( wxWindow *parent, wxWindowID id, const wxAnimation& anim, const wxPoint& pos, const wxSize& size, long style, const wxString& name) argument
248 SetAnimation(const wxAnimation &anim) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Danimate.h89 const wxAnimation& anim = wxNullAnimation,
97 Create(parent, id, anim, pos, size, style, name);
103 const wxAnimation& anim = wxNullAnimation,
119 virtual void SetAnimation(const wxAnimation &anim);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Danimate.h77 const wxAnimation& anim = wxNullAnimation,
85 Create(parent, id, anim, pos, size, style, name);
91 const wxAnimation& anim = wxNullAnimation,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Danimate.h79 virtual void SetAnimation(const wxAnimation &anim) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgifdecod.cpp605 bool anim = true; local
622 anim = false;
636 if (anim && ((m_szAnimation.GetWidth() == 0) || (m_szAnimation.GetHeight() == 0)))
761 if (anim && ((pimg->w == 0) || (pimg->w > (unsigned int)m_szAnimation.GetWidth()) ||
768 if ( anim )
850 if (!anim)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp310 wxAnimation anim; local
311 if (!anim.LoadFile(filename, type) ||
312 !anim.IsOk())
315 SetAnimation(anim);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Danimatctrl.tex61 \param{const wxAnimation\& }{anim},\rtfsp
75 \param{const wxAnimation\& }{anim},\rtfsp
87 \docparam{anim}{The initial animation shown in the control.}
149 \func{void}{SetAnimation}{\param{const wxAnimation \&}{ anim}}
H A Danimation.tex45 \func{}{wxAnimation}{\param{const wxAnimation\& }{anim}}
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-1.8.2.js8691 anim: animation,
8773 anim = this,
8793 anim.always(function() {
8796 anim.always(function() {
8832 anim.done(function() {
8859 anim.done(function() {
8863 anim.done(function() {
8872 tween = anim.createTween( prop, hidden ? dataShow[ prop ] : 0 );
9005 var anim = Animation( this, jQuery.extend( {}, prop ), optall );
9009 anim
[all...]

Completed in 105 milliseconds