Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: src/core/SkGlyph.h

Issue 1842453002: Remove advance[XY]Fixed getters. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkGlyph.h
diff --git a/src/core/SkGlyph.h b/src/core/SkGlyph.h
index 91aa8429f9a9d15f470168a6b14252c299890488..04f9296b556ae6e98f0bf48a30f89bd32343c657 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);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698