commit | 5fa68b4399d96d1b422af4e54336a0257931791c | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Tue Mar 31 08:34:22 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Mar 31 15:37:57 2020 +0000 |
tree | 2e31f761822e29b5f5b1666a4bc885e69225843b | |
parent | 469046c096578b22167df9a6b0d0251f95b0f314 [diff] |
Reduce GrGlyph's functionality The idea here is to move the mapping of GrGlyph to atlas location into the GrAtlasManager. The only thing left in the GrGlyph will be the PackedGlyphID and the width/height. Bug: 1056730 Change-Id: I6f85780eddbab701100599198b70edfed0c434dc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/279915 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Herb Derby <herb@google.com>