[BUG][FIX][TEST] BitBlt clipping problems

Andreas Raab andreas.raab at gmx.de
Fri Mar 7 23:37:48 UTC 2003


"Change Set:		BBClipFix
Date:			8 March 2003
Author:			Andreas Raab

The CS fixes a problem encountered when drawing morphs with huge
positions/sizes. In this case a BitBlt primitive can fail as it is unable to
handle the resulting large integer arithmetic. The problem is corrected by
clipping manually if the primitive fails and (if successful) retrying with
the reduced size."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BBClipFix.1.cs
Type: application/octet-stream
Size: 4605 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030308/ae0499fa/BBClipFix.1.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BitBltClipBugs.st
Type: application/octet-stream
Size: 4000 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030308/ae0499fa/BitBltClipBugs.obj


More information about the Squeak-dev mailing list