Adjust distance field glyph and font atlas sizes to maximize storage.
authorjvanverth <jvanverth@google.com>
Tue, 10 Mar 2015 13:53:28 +0000 (06:53 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 10 Mar 2015 13:53:28 +0000 (06:53 -0700)
commit07e245ffe1ca7f781590fcff904c2922c2269781
tree2ad40d79cd23e8d5cd5db7a9928412d76f7c81a7
parenteb1514154d913224e013a0de174586d54e8a5490
Adjust distance field glyph and font atlas sizes to maximize storage.

Because of high DPI devices, we need more room in the glyph
atlas for the larger glyphs. These settings will allow 4 of
the distance field glyphs to fit in one Plot (increasing
the storage from 32 large glyphs to 128), and still permit
us to handle glyphs up to a 312 point size.

BUG=chromium:458791

Committed: https://skia.googlesource.com/skia/+/d2737ad7dd8f4ea94a74034027014fd3d78923cb

Review URL: https://codereview.chromium.org/986343002
src/gpu/GrDistanceFieldTextContext.cpp
src/gpu/GrFontAtlasSizes.h