commit | e2ba9713241abeb58219a86590fc509278394b38 | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Fri Aug 14 13:55:20 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Aug 14 19:02:55 2020 +0000 |
tree | 112a83d1e0cab6e0e86984674fa7c2bad305ce5c | |
parent | 9a18b0898151ba095f731b734ac5aeb35b52cf2d [diff] |
signal no clipping required The original code had the fill vertex method handling the clip, but each glyph was clipped individually. Signal no clipping at all is need when the sub run is entirely enclosed in the clip rect. Change-Id: Ifc7174fe7af967c9ab7240b2c7e2c0b062d7e259 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/310556 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Herb Derby <herb@google.com>