aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joel.liang <joel.liang@arm.com>2016-10-19 02:50:03 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-10-19 02:50:03 -0700
commite8f0a7b986f1e5583c9bc162efcdd92fd6430549 (patch)
tree324ec8920bbf3a8f10df517a68396696c2962063 /gyp
parent3ac64b427af596e4e8341857ce5f214bf0b49efb (diff)
Generate Signed Distance Field directly from vector path
Add SkGenerateDistanceFieldFromPath API to generate signed distance field directly from SkPath. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1643143002 Committed: https://skia.googlesource.com/skia/+/4de97a64e8829323a7070b623411d9f9ddb0cd0f Review-Url: https://chromiumcodereview.appspot.com/1643143002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 398e11a0e0..3a2ad20b54 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -93,6 +93,8 @@
'<(skia_src_path)/gpu/GrCoordTransform.cpp',
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
+ '<(skia_src_path)/gpu/GrDistanceFieldGenFromVector.cpp',
+ '<(skia_src_path)/gpu/GrDistanceFieldGenFromVector.h',
'<(skia_src_path)/gpu/GrDrawContext.cpp',
'<(skia_src_path)/gpu/GrDrawContextPriv.h',
'<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp',