aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGlyphCache.h
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2014-08-06 06:58:06 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-06 06:58:06 -0700
commit1b27704eba15be4e9d1997faac42038493a30be5 (patch)
tree867cb1e568681cdb719c9c3771bbfadf222b3787 /src/core/SkGlyphCache.h
parent847092c88be671c06bdf24aa02b5a66e7a593a15 (diff)
Remove ALL font fallback logic from Skia.
R=reed@google.com, bungeman@google.com, caryclark@google.com Author: djsollen@google.com Review URL: https://codereview.chromium.org/434623002
Diffstat (limited to 'src/core/SkGlyphCache.h')
-rw-r--r--src/core/SkGlyphCache.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/SkGlyphCache.h b/src/core/SkGlyphCache.h
index 4daf6b06b6..2939eaa678 100644
--- a/src/core/SkGlyphCache.h
+++ b/src/core/SkGlyphCache.h
@@ -76,14 +76,6 @@ public:
*/
unsigned getGlyphCount();
-#ifdef SK_BUILD_FOR_ANDROID
- /** Returns the base glyph count for this strike.
- */
- unsigned getBaseGlyphCount(SkUnichar charCode) const {
- return fScalerContext->getBaseGlyphCount(charCode);
- }
-#endif
-
/** Return the image associated with the glyph. If it has not been generated
this will trigger that.
*/