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); |