Searched refs:m_backingStore (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/generic/
H A Danimateg.cpp440 if ( !m_backingStore.IsOk() ||
441 m_backingStore.GetWidth() < w || m_backingStore.GetHeight() < h )
443 if (!m_backingStore.Create(w, h))
448 dc.SelectObject(m_backingStore);
476 dc.SelectObject(m_backingStore);
480 // frames, we can be sure that m_backingStore contains the m_currentFrame-1
539 temp.SelectObject(m_backingStore);
544 m_backingStore = m_bmpStaticReal;
575 wxASSERT( m_backingStore
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Danimate.h141 { return m_backingStore; }
169 wxBitmap m_backingStore; // The frames are drawn here and then blitted member in class:wxAnimationCtrl

Completed in 107 milliseconds