commit | cbf6b6ecd5edca74aa9f78ea5b9a73fb955b8654 | [log] [tgz] |
---|---|---|
author | senorblanco <senorblanco@chromium.org> | Thu Oct 23 15:00:10 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 23 15:00:12 2014 -0700 |
tree | ddff4f7653fd952ba3cbf7606216cf5d8ac81cfe | |
parent | 14e4d392d4ffa50c0ddf359a426668d1718d7f92 [diff] |
Fix imagemagnifier GM quality and speed. The imagemagnifier GM was applying the filter both to a saveLayer() restore() around the whole scene, as well as to each individual text draw. Applying the filter only in the saveLayer() makes it run ~20x faster on my Linux box, and the quality is improved as well (since the primitives are not double-filtered). BUG=skia: Review URL: https://codereview.chromium.org/637283009