gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] how process about movie_root.advanceMovie


From: kai.yangkai
Subject: [Gnash-dev] how process about movie_root.advanceMovie
Date: Thu, 16 Jul 2009 11:55:02 +0800

 
hi,
I'm reading gnash-0.8.5 source code follow the grogram flow due to transplant sdl-gnash for embedded system,
now has a question ,which stop me to done.
 
 gnash-0.8.5/libcore/movie_root.cpp +1085
void
movie_root::advanceMovie()
{
doMouseDrag();
advanceLiveChars(); 
processLoadMovieRequests();
processActionQueue();
cleanupAndCollect();
assert(testInvariant());
}
 
I don't understand clearly what they want do,especially advanceLiveChar(),mainly I don't know how it effect render update.
thank you for help
best regards
 
2009-07-16

lai.yang

reply via email to

[Prev in Thread] Current Thread [Next in Thread]