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

Unified Diff: include/gpu/GrFontScaler.h

Issue 636183005: Fix color emoji. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix even dumber bug introduced by previous fix Created 6 years, 2 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 | include/gpu/GrGlyph.h » ('j') | src/gpu/GrBitmapTextContext.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrFontScaler.h
diff --git a/include/gpu/GrFontScaler.h b/include/gpu/GrFontScaler.h
index 037603813561bd59f2997235e4f6383422b61825..4eb4f396af4f6ca4cb2ada05234407fb62264396 100644
--- a/include/gpu/GrFontScaler.h
+++ b/include/gpu/GrFontScaler.h
@@ -67,6 +67,7 @@ public:
const GrFontDescKey* getKey();
GrMaskFormat getMaskFormat();
robertphillips 2014/10/09 16:14:53 Can this be const ?
jvanverth1 2014/10/09 17:34:35 Done.
+ GrMaskFormat getPackedGlyphMaskFormat(GrGlyph::PackedID);
bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds);
bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height,
int rowBytes, void* image);
« no previous file with comments | « no previous file | include/gpu/GrGlyph.h » ('j') | src/gpu/GrBitmapTextContext.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698