commit | ac6cc08941f41eb008c696722e71e45b792f3850 | [log] [tgz] |
---|---|---|
author | bigbiff bigbiff <bigbiff@teamw.in> | Fri Nov 01 19:00:27 2019 -0400 |
committer | bigbiff <bigbiff@teamw.in> | Tue Mar 24 12:01:16 2020 -0400 |
tree | e4b70d35a6b5359922fb2f013f4632e234a44db0 | |
parent | 6087339d3a19bbeb113f09210ec90d8aaf61b2d9 [diff] |
truetype: convert to STL map for handling fonts In Android 10, libcutils is deprecating the hash functions. This patchset moves to use the STL map to handle storing related truetype objects. This patchset moves the truetype functions to it's own static class and moves the declarations to a header file. I also removed statistics functions that were not called from anywhere. Change-Id: I1679df4c7e844c01e3a2cbdaf5117bb09df2a5f3