commit | dd6d22751a1ec858daaf78c3929c22737483e3db | [log] [tgz] |
---|---|---|
author | jvanverth <jvanverth@google.com> | Tue Jul 22 13:25:26 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jul 22 13:25:26 2014 -0700 |
tree | c336f0a593044a91810d6cf49db16f8d82562267 | |
parent | 1c63bf6e90f160c9a0d7484dedfaf87c0aa341e9 [diff] |
Replace use of GrTHashTable in GrFontCache with SkTDynamicHash. Searching the font cache for existing text strikes was showing up as a hotspot on Android. This change reduces that cost. R=bsalomon@google.com, robertphillips@google.com, mtklein@google.com Author: jvanverth@google.com Review URL: https://codereview.chromium.org/390103002