-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.4.0, 5.0, 6
-
Fix Understood
-
generic, x86, arm
-
generic, linux, windows_xp
The generic implementations of many of the Blit (and BlitBg and MaskBlit) loops
do not adequately check the clip region before they determine the amount of
intermediate work to do and how big they should allocate any intermediate
buffers.
They all honor the clip eventually when it comes time to write their output
to the destination drawing surface, but they could perform a lot of intermediate
work that will never appear on the screen in the meantime.
do not adequately check the clip region before they determine the amount of
intermediate work to do and how big they should allocate any intermediate
buffers.
They all honor the clip eventually when it comes time to write their output
to the destination drawing surface, but they could perform a lot of intermediate
work that will never appear on the screen in the meantime.
- relates to
-
JDK-4783274 Graphics.drawImage() throws IllegalArgumentException
-
- Resolved
-
-
JDK-5104584 OGL: scaled blits incorrect when source parameters out of bounds
-
- Resolved
-