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

Side by Side Diff: gyp/gmslides.gypi

Issue 1135113002: Fix blur on large glyphs in runs < SkGlyphCache::max (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: a bit more Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « gm/largeglyphblur.cpp ('k') | src/gpu/GrAtlasTextContext.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # include this gypi to include all the golden master slides. 5 # include this gypi to include all the golden master slides.
6 { 6 {
7 'include_dirs': [ 7 'include_dirs': [
8 '../gm', 8 '../gm',
9 # include dirs needed by particular GMs 9 # include dirs needed by particular GMs
10 '../src/utils/debugger', 10 '../src/utils/debugger',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 '../gm/image.cpp', 137 '../gm/image.cpp',
138 '../gm/imagefilters.cpp', 138 '../gm/imagefilters.cpp',
139 '../gm/imagefiltersbase.cpp', 139 '../gm/imagefiltersbase.cpp',
140 '../gm/imagefiltersclipped.cpp', 140 '../gm/imagefiltersclipped.cpp',
141 '../gm/imagefilterscropped.cpp', 141 '../gm/imagefilterscropped.cpp',
142 '../gm/imagefilterscropexpand.cpp', 142 '../gm/imagefilterscropexpand.cpp',
143 '../gm/imagefiltersgraph.cpp', 143 '../gm/imagefiltersgraph.cpp',
144 '../gm/imagefiltersscaled.cpp', 144 '../gm/imagefiltersscaled.cpp',
145 '../gm/imagefilterstransformed.cpp', 145 '../gm/imagefilterstransformed.cpp',
146 '../gm/internal_links.cpp', 146 '../gm/internal_links.cpp',
147 '../gm/largeglyphblur.cpp',
147 '../gm/lcdtext.cpp', 148 '../gm/lcdtext.cpp',
148 '../gm/linepaths.cpp', 149 '../gm/linepaths.cpp',
149 '../gm/matrixconvolution.cpp', 150 '../gm/matrixconvolution.cpp',
150 '../gm/matriximagefilter.cpp', 151 '../gm/matriximagefilter.cpp',
151 '../gm/megalooper.cpp', 152 '../gm/megalooper.cpp',
152 '../gm/mixedxfermodes.cpp', 153 '../gm/mixedxfermodes.cpp',
153 '../gm/mixedtextblobs.cpp', 154 '../gm/mixedtextblobs.cpp',
154 '../gm/mipmap.cpp', 155 '../gm/mipmap.cpp',
155 '../gm/modecolorfilters.cpp', 156 '../gm/modecolorfilters.cpp',
156 '../gm/morphology.cpp', 157 '../gm/morphology.cpp',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 '../gm/shadertext2.cpp', 276 '../gm/shadertext2.cpp',
276 '../gm/shadertext3.cpp', 277 '../gm/shadertext3.cpp',
277 278
278 # TODO(reed): Allocates more memory than Android devices are capable of 279 # TODO(reed): Allocates more memory than Android devices are capable of
279 # fulfilling. See http://skbug.com/1978 280 # fulfilling. See http://skbug.com/1978
280 '../gm/verylargebitmap.cpp', 281 '../gm/verylargebitmap.cpp',
281 ], 282 ],
282 }], 283 }],
283 ], 284 ],
284 } 285 }
OLDNEW
« no previous file with comments | « gm/largeglyphblur.cpp ('k') | src/gpu/GrAtlasTextContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698