Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: tools/BUILD.public.expected

Issue 1643143002: Generate Signed Distance Field directly from vector path (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove get direction and add text SDF support Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/core/SkDistanceFieldGen.cpp ('K') | « src/gpu/text/GrFontScaler.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/BUILD.public.expected
diff --git a/tools/BUILD.public.expected b/tools/BUILD.public.expected
index de6edf5e7eb26c41ac01c5e9a54a19027a6d2c0b..878a40188fb73814b95dcdb1e14f05e5b152b003 100644
--- a/tools/BUILD.public.expected
+++ b/tools/BUILD.public.expected
@@ -760,6 +760,8 @@ BASE_SRCS = ['include/private/SkAtomics.h',
'src/gpu/GrCoordTransform.cpp',
'src/gpu/GrDefaultGeoProcFactory.cpp',
'src/gpu/GrDefaultGeoProcFactory.h',
+ 'src/gpu/GrDistanceFieldGenFromVector.cpp',
+ 'src/gpu/GrDistanceFieldGenFromVector.h',
'src/gpu/GrDrawContext.cpp',
'src/gpu/GrDrawTarget.cpp',
'src/gpu/GrDrawTarget.h',
« src/core/SkDistanceFieldGen.cpp ('K') | « src/gpu/text/GrFontScaler.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698