To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=43238
------- Additional comments from [EMAIL PROTECTED] Thu Mar 10 03:22:56 -0800 2005 ------- Two possible optimizations come to mind here: first, I currently hold one VirtualDevice and one Bitmap per CanvasCustomSprite. The VirtualDevice could be temporarily destroyed (as long as the sprite contains static content). Second, the current algorithm to determine and assemble the update area for each frame is relatively dumb. It is conceivable to crank it up, such that it can detect simple horizontal or vertical moves, where normally no background content needs to be restored (I'm talking about the case where a slide flies in, covering increasingly more of the background content, and revealing nothing of it). --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
