Hook in rough distance field support for fonts
authorjvanverth@google.com <jvanverth@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 11 Nov 2013 20:54:09 +0000 (20:54 +0000)
committerjvanverth@google.com <jvanverth@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 11 Nov 2013 20:54:09 +0000 (20:54 +0000)
commitd830d13c27437b4677a4a1abfa866d98dc2d2ab9
tree777d1614d3956bb174ac65590b2dd0320f656fe8
parent05edd02a7c3d78fe11bbaec83aaa63b2823cce42
Hook in rough distance field support for fonts

R=bsalomon@google.com

Review URL: https://codereview.chromium.org/41213003

git-svn-id: http://skia.googlecode.com/svn/trunk@12229 2bbb7eff-a529-9590-31e7-b0007b416f81
19 files changed:
gyp/common_conditions.gypi
gyp/common_variables.gypi
gyp/edtaa.gyp [new file with mode: 0755]
gyp/gpu.gyp
include/gpu/GrDistanceFieldTextContext.h [new file with mode: 0755]
src/core/SkDraw.cpp
src/core/SkDrawProcs.h
src/device/xps/SkXPSDevice.cpp
src/gpu/GrBitmapTextContext.cpp
src/gpu/GrDistanceFieldTextContext.cpp [new file with mode: 0755]
src/gpu/GrTextStrike.cpp
src/gpu/GrTextStrike.h
src/gpu/GrTextStrike_impl.h
src/gpu/SkGpuDevice.cpp
src/gpu/effects/GrDistanceFieldTextureEffect.cpp [new file with mode: 0755]
src/gpu/effects/GrDistanceFieldTextureEffect.h [new file with mode: 0755]
third_party/edtaa/LICENSE [new file with mode: 0755]
third_party/edtaa/edtaa3.h [new file with mode: 0755]
third_party/edtaa/edtaa3func.cpp [new file with mode: 0755]