Re: What is faster ?

2003-03-13 Thread Keith Rollin
At 3:42 PM +0100 3/13/03, Chris Apers wrote: I'd like to know what function is faster : WinScrollRectangle or MemMove That's like asking: Which is faster -- BmpCreate or MemPtrNew? The two are different functions that do different things for different reasons. In your case WinScrollRectangle i

Re: What is faster ?

2003-03-13 Thread Aaron Ardiri
> I'd like to know what function is faster : > > WinScrollRectangle or MemMove what do you think? the only problem is that if your window is wider than the display, you'll have to do a series of MemMove's. note, the WinScrollRectangle API uses MemMove most likely - but, it has all the clipping/b

Re: What is faster ?

2003-03-13 Thread tilo . christ
Hi! > > WinScrollRectangle or MemMove > Those two functions are probably both not raging speed demons :-) You should include a memory copy loop in handcoded assembly language into your research. You will probably also have to benchmark and make different choices on various devices, because some

Re: What is faster ?

2003-03-13 Thread Dennis Leas
an an hour. Just an idea... Dennis Leas --- [EMAIL PROTECTED] - Original Message - From: "Chris Apers" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 9:42 AM Subject: What is faster ? >

What is faster ?

2003-03-13 Thread Chris Apers
Hi, I'd like to know what function is faster : WinScrollRectangle or MemMove thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/