commit | 1c5be7b19707c54ff859aa9f834a92e14d6ab5b9 | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Fri Dec 13 12:03:06 2019 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Dec 13 18:12:13 2019 +0000 |
tree | d5267996c536eb62730ad1cd3722caa0a389a586 | |
parent | a6069a154d66b2620bea1907b0eebf5d1afd02e7 [diff] |
Rename viewMatrix to drawMatrix, initialMatrix, or currentMatrix The viewMatrix has three different uses. * drawMatrix is the matrix passed in by the drawTextBlob. * initialMatrix is drawMatrix this a blob was created with. * currentMatrix describes what stored in the SubRun. Change-Id: Idd547f079950385485a279d22728f03145d5a77f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/259834 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Herb Derby <herb@google.com>