aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_FreeType_common.h
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-07-18 15:46:27 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-18 15:46:28 -0700
commit401ae2d2a0c3f60129e689b922a070e7c367959c (patch)
tree79306c712715308310ebb628d15919777125af03 /src/ports/SkFontHost_FreeType_common.h
parentdb00a2a9eb3000f534fa0e22dae737862b933d71 (diff)
Rotate bitmap strikes with FreeType.
Diffstat (limited to 'src/ports/SkFontHost_FreeType_common.h')
-rw-r--r--src/ports/SkFontHost_FreeType_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ports/SkFontHost_FreeType_common.h b/src/ports/SkFontHost_FreeType_common.h
index 3801453e22..6b50af27ab 100644
--- a/src/ports/SkFontHost_FreeType_common.h
+++ b/src/ports/SkFontHost_FreeType_common.h
@@ -31,9 +31,8 @@ protected:
: INHERITED(typeface, effects, desc)
{}
- void generateGlyphImage(FT_Face face, const SkGlyph& glyph);
+ void generateGlyphImage(FT_Face face, const SkGlyph& glyph, const SkMatrix& bitmapTransform);
void generateGlyphPath(FT_Face face, SkPath* path);
-
private:
typedef SkScalerContext INHERITED;
};