commit | 43b692d9a18224e89fc09a0e68d097322e0ef6bb | [log] [tgz] |
---|---|---|
author | Victoria Lease <violets@google.com> | Tue Dec 03 15:02:28 2013 -0800 |
committer | Victoria Lease <violets@google.com> | Tue Dec 03 15:02:28 2013 -0800 |
tree | 549d8db42b079f36272888376592202f7c73349d | |
parent | d786a1900e94c4f0c919b50b44667cea32fd2939 [diff] |
Deprecate Android-specific SkPaint functions. The following functions were problematic: const SkGlyph& getUnicharMetrics(SkUnichar, const SkMatrix*); const SkGlyph& getGlyphMetrics(uint16_t, const SkMatrix*); const void* findImage(const SkGlyph&, const SkMatrix*); Replacing them with calls through SkGlyphCache solved a nasty crash bug, so they have all been deprecated. Bug: 11968757 Change-Id: Id746315d41aec5b211b78b172a883c2061130f08