![]() |
|
blit() or memcpy? |
Lillebror
Member #11,789
March 2010
![]() |
What is the most effective way to duplicate a BITMAP? |
Arthur Kalliokoski
Second in Command
February 2005
![]() |
For the best speed, use the SSE registers... (assuming Intel arch) They all watch too much MSNBC... they get ideas. |
Goalie Ca
Member #2,579
July 2002
![]() |
Does blit call memcpy internally? Probably checks what type of bitmap and calls the optimal routine. ------------- |
Evert
Member #794
November 2000
![]() |
Goalie Ca said: Does blit call memcpy internally? Probably checks what type of bitmap and calls the optimal routine. I think so. Either way - it has to be blit, otherwise pointers in the bitmap struct itself are not set properly. |
|