commit | 2717d56b22f14ce0de206cd695ca2855bc568fbc | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon May 07 19:10:52 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon May 07 19:10:52 2012 +0000 |
tree | 18180c704a1f03475e44e0806ebf84c090d201bd | |
parent | 92fde90d9b5bfa07ba22be816f558434e7b07a93 [diff] [blame] |
move more stuff that should be private out from GrGLConfig.h Review URL: http://codereview.appspot.com/6202053/ git-svn-id: http://skia.googlecode.com/svn/trunk@3856 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrDefaultTextContext.cpp b/src/gpu/GrDefaultTextContext.cpp index 3bb8543..8bc4c68 100644 --- a/src/gpu/GrDefaultTextContext.cpp +++ b/src/gpu/GrDefaultTextContext.cpp
@@ -253,7 +253,7 @@ GrFixed tx = GrIntToFixed(glyph->fAtlasLocation.fX); GrFixed ty = GrIntToFixed(glyph->fAtlasLocation.fY); -#if GR_GL_TEXT_TEXTURE_NORMALIZED +#if GR_TEXT_SCALAR_IS_USHORT int x = vx >> 16; int y = vy >> 16; int w = width >> 16;