Path: utzoo!attcan!uunet!mcvax!jurjen From: jurjen@cwi.nl (Jurjen N.E. Bos) Newsgroups: comp.sys.mac.programmer Subject: CopyBits() question Keywords: CopyBits Message-ID: <8134@boring.cwi.nl> Date: 22 May 89 08:32:09 GMT Organization: CWI, Amsterdam Lines: 19 Hi, I have an offscreen bitmap of size about 300*500. At an update event, this whole stuff needs to be dumped on screen. This seems easy--one CopyBits call does the trick. But then I read in IM that is is considered to be bad practice to copy large bitmaps (>3K), because they use up stack space as large as the bitmap. The question is: is this still true in the following case: no overlap between source and destination, no reduction, no mask region. It would save me a lot of dirty code if I could still do it with a single call. Help, anyone? -- | | "Never image yourself not to be otherwise than what | | Jurjen N.E. Bos | it might appear to others that what you were or | | | might have been was not otherwise than what you had | | jurjen@cwi.nl | been would have appeared to them to be otherwise." |