commit | 787cdf9ab06c5afc6fe480ab88268e983505bd32 | [log] [tgz] |
---|---|---|
author | jvanverth <jvanverth@google.com> | Thu Dec 04 10:46:50 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Dec 04 10:46:52 2014 -0800 |
tree | 2bc8edf88bcff616bef07a40f7a193db37241ab1 | |
parent | 32fee2907e2109ef420c3fec5f44e655ebc55c2a [diff] |
Ganesh text rendering cleanup. Rename GrTextStrike.{cpp.h} to GrFontCache.{cpp,h} Move contents of GrTextStrike_impl.h to GrFontCache.h Move glyph uploading to a separate function and remove harmful gotos Add assert on glyph upload failure (shouldn't happen) Review URL: https://codereview.chromium.org/780923002