commit | d095f2bf06ca810844233bea9fb06de585643b32 | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Mon Mar 16 09:49:54 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Mar 16 09:49:54 2015 -0700 |
tree | 9a9cc4fdbfb55b19aa0c920b28b2b81f1f9a089b | |
parent | fdc310855dbf04ffb33787f5c0d76fef90b303d4 [diff] |
Test for glyphs which straddle the edge of device space. If a glyph ends up with a left edge near the extreme right edge of device space, the right edge may end up at the extreme left. The current clip tests do not test for this situation and attempt to draw the glyphs. This results in the blitters never reaching the right edge of the glyph and so reading from other memory. BUG=chromium:467011 Review URL: https://codereview.chromium.org/1012763002