summaryrefslogtreecommitdiffstats
path: root/sample/MinikinSkia.h
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2015-10-13 19:35:05 +0900
committerSeigo Nonaka <nona@google.com>2015-10-15 02:54:18 +0000
commit210dfa01db0defb3c23b60c446e97b1ee6f1287e (patch)
tree10242af1758ff518eedeb2ed004a78ad1f75f34b /sample/MinikinSkia.h
parent0f2a025d135f9ca52cc3cf917fffc29d6c126094 (diff)
downloadandroid_frameworks_minikin-210dfa01db0defb3c23b60c446e97b1ee6f1287e.tar.gz
android_frameworks_minikin-210dfa01db0defb3c23b60c446e97b1ee6f1287e.tar.bz2
android_frameworks_minikin-210dfa01db0defb3c23b60c446e97b1ee6f1287e.zip
Remove MinikinFont::GetGlyph interface.
MinikinFont:GetGlyph is no longer used. No behavior chnages are expected with this CL. Change-Id: I13398503841ac06f930b04815017d4b33338efa1
Diffstat (limited to 'sample/MinikinSkia.h')
-rw-r--r--sample/MinikinSkia.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sample/MinikinSkia.h b/sample/MinikinSkia.h
index fca6ca2..25ac1b0 100644
--- a/sample/MinikinSkia.h
+++ b/sample/MinikinSkia.h
@@ -6,8 +6,6 @@ public:
~MinikinFontSkia();
- bool GetGlyph(uint32_t codepoint, uint32_t *glyph) const;
-
float GetHorizontalAdvance(uint32_t glyph_id,
const MinikinPaint &paint) const;
@@ -26,4 +24,4 @@ private:
};
-} // namespace android \ No newline at end of file
+} // namespace android