aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGlyph.h
diff options
context:
space:
mode:
authorGravatar benjaminwagner <benjaminwagner@google.com>2016-03-28 12:25:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-28 12:25:04 -0700
commite0d62a5177045537e75bf2f2a2ba9b0e66d9a426 (patch)
tree0f8e91420b95f3658831e76c17820044f0d22108 /src/core/SkGlyph.h
parentc5ec1408298510410270ea67e895570ccfa76e54 (diff)
Remove advance[XY]Fixed getters.
Diffstat (limited to 'src/core/SkGlyph.h')
-rw-r--r--src/core/SkGlyph.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/SkGlyph.h b/src/core/SkGlyph.h
index 91aa8429f9..04f9296b55 100644
--- a/src/core/SkGlyph.h
+++ b/src/core/SkGlyph.h
@@ -94,13 +94,6 @@ public:
return rb;
}
-#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
- // Temporary accessor for Android.
- SkFixed advanceXFixed() const { return fAdvanceX; }
- // Temporary accessor for Android.
- SkFixed advanceYFixed() const { return fAdvanceY; }
-#endif
-
unsigned rowBytes() const {
return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
}