aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-15 15:52:07 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-15 15:52:07 +0000
commitd3fbd34099a530b5415c95b1f2f8149ac417b9b3 (patch)
tree378e0b3e153d4a3f252c6f766d575e54c9f704c7 /gyp
parent73cb15351f33459e0c861a96135c634dec77ef9d (diff)
Fix size of rotated text with FreeType.
This generalizes and shares the solution found for a similar issue with GDI. The issue is that the text size is applied early, and the rest of the transformation late. This allows us to isolate and independently control the text size from the rest of the transformation. R=reed@google.com Review URL: https://codereview.chromium.org/213153006 git-svn-id: http://skia.googlecode.com/svn/trunk@14201 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/utils.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 070d18a07e..5b3d9ea98c 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -81,6 +81,8 @@
'../src/utils/SkGatherPixelRefsAndRects.h',
'../src/utils/SkInterpolator.cpp',
'../src/utils/SkLayer.cpp',
+ '../src/utils/SkMatrix22.cpp',
+ '../src/utils/SkMatrix22.h',
'../src/utils/SkMatrix44.cpp',
'../src/utils/SkMD5.cpp',
'../src/utils/SkMD5.h',