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

Unified Diff: src/core/SkGlyph.h

Issue 1737693006: Change type of SkGlyph::fAdvance[XY] to float. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Should be float, not SkScalar. 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 | « src/core/SkFindAndPlaceGlyph.h ('k') | src/core/SkPaint.cpp » ('j') | 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 55d5ddcf0512a4c7a5782864464eeb6127834f18..91aa8429f9a9d15f470168a6b14252c299890488 100644
--- a/src/core/SkGlyph.h
+++ b/src/core/SkGlyph.h
@@ -56,7 +56,7 @@ public:
static const uint32_t kImpossibleID = ~0;
void* fImage;
PathData* fPathData;
- SkFixed fAdvanceX, fAdvanceY;
+ float fAdvanceX, fAdvanceY;
uint16_t fWidth, fHeight;
int16_t fTop, fLeft;
« no previous file with comments | « src/core/SkFindAndPlaceGlyph.h ('k') | src/core/SkPaint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698