Searched refs:mpViewList (Results 1 – 2 of 2) sorted by relevance
100 mpViewList = new List; in Animation()121 mpViewList = new List; in Animation()137 for( void* pView = mpViewList->First(); pView; pView = mpViewList->Next() ) in ~Animation()140 delete mpViewList; in ~Animation()232 for( void* pView = mpViewList->First(); pView; pView = mpViewList->Next() ) in SetEmpty()234 mpViewList->Clear(); in SetEmpty()339 …for( pView = (ImplAnimView*) mpViewList->First(); pView; pView = (ImplAnimView*) mpViewList->Next(… in Start()351 delete (ImplAnimView*) mpViewList->Remove( pView ); in Start()359 if( !mpViewList->Count() ) in Start()367 …mpViewList->Insert( new ImplAnimView( this, pOut, rDestPt, rDestSz, nExtraData, pFirstFrameOutDev … in Start()[all …]
147 List* mpViewList; member in Animation