Remove glyphs excluded logic
DirectMaskSubRun::Make used to fit positions into 16-bit ints, but
now it has been unified with all the other runs to SkScalar removing
the need to report excluded glyphs. TransformedMaskSubRun used to
have excluded glyphs because of bad glyph scaling. This problem was
fixed. Now that all the cases of excluded glyphs are removed,
the excluded glyph logic can be removed from TextBlob.
Change-Id: Ia9f8479aa518394b04c7647f82b8350e3edf7acb
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/568599
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Herb Derby <herb@google.com>
5 files changed