Remove the unused buffers for unique glyph handling
Change-Id: Icf6d62586e65936caa516f8bac40941585e63943 Reviewed-on: https://skia-review.googlesource.com/c/167265 Commit-Queue: Herb Derby <herb@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: Herb Derby <herb@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
6fe9d0af1c
commit
460a43deb1
@ -224,10 +224,7 @@ private:
|
||||
SkSpan<const uint32_t> clusters = SkSpan<const uint32_t>{});
|
||||
|
||||
size_t fMaxTotalRunSize{0};
|
||||
SkAutoTMalloc<uint16_t> fUniqueGlyphIDIndices;
|
||||
SkAutoTMalloc<SkPoint> fPositions;
|
||||
SkAutoTMalloc<SkGlyphID> fUniqueGlyphIDs;
|
||||
|
||||
std::vector<SkGlyphRun> fGlyphRunListStorage;
|
||||
SkGlyphRunList fGlyphRunList;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user