OLD | NEW |
1 This file is auto-generated by tools/BUILD_simulator.py. | 1 This file is auto-generated by tools/BUILD_simulator.py. |
2 It expands BUILD.public to make it easy to see changes. | 2 It expands BUILD.public to make it easy to see changes. |
3 COPTS = ['*** BEGIN //conditions:default ***', | 3 BASE_DEPS = ['*** BEGIN CONDITION_IOS ***', |
4 '-Wno-implicit-fallthrough', | 4 '*** END CONDITION_IOS ***', |
5 '-Wno-deprecated-declarations', | 5 '*** BEGIN //conditions:default ***', |
6 '*** END //conditions:default ***', | |
7 '*** BEGIN CONDITION_ANDROID ***', | |
8 '-mfpu=neon', | |
9 '*** END CONDITION_ANDROID ***'] | |
10 COPTS_ANDROID = ['-mfpu=neon'] | |
11 COPTS_UNIX = ['-Wno-implicit-fallthrough', '-Wno-deprecated-declarations'] | |
12 DEFINES = ['*** BEGIN //conditions:default ***', | |
13 'SK_BUILD_FOR_UNIX', | |
14 'SK_SAMPLES_FOR_X', | |
15 '*** END //conditions:default ***', | |
16 '*** BEGIN CONDITION_ANDROID ***', | |
17 'SK_BUILD_FOR_ANDROID', | |
18 'SK_PNG_NO_INDEX_SUPPORTED', | |
19 '*** END CONDITION_ANDROID ***', | |
20 'SK_USE_FLOATBITS', | |
21 'SK_USE_FREETYPE_EMBOLDEN', | |
22 'GOOGLE3'] | |
23 DEFINES_ALL = ['SK_USE_FLOATBITS', 'SK_USE_FREETYPE_EMBOLDEN', 'GOOGLE3'] | |
24 DEFINES_ANDROID = ['SK_BUILD_FOR_ANDROID', 'SK_PNG_NO_INDEX_SUPPORTED'] | |
25 DEFINES_UNIX = ['SK_BUILD_FOR_UNIX', 'SK_SAMPLES_FOR_X'] | |
26 DEPS = ['*** BEGIN //conditions:default ***', | |
27 ':opts_sse4', | 6 ':opts_sse4', |
28 ':opts_ssse3', | 7 ':opts_ssse3', |
29 '*** END //conditions:default ***', | 8 '*** END //conditions:default ***', |
30 '*** BEGIN CONDITION_ANDROID ***', | 9 '*** BEGIN CONDITION_ANDROID ***', |
31 '*** END CONDITION_ANDROID ***'] | 10 '*** END CONDITION_ANDROID ***'] |
32 DEPS_ANDROID = [] | 11 BASE_DEPS_ANDROID = [] |
33 DEPS_UNIX = [':opts_sse4', ':opts_ssse3'] | 12 BASE_DEPS_IOS = [] |
34 DM_INCLUDES = ['gm', | 13 BASE_DEPS_UNIX = [':opts_sse4', ':opts_ssse3'] |
35 'src/codec', | 14 BASE_HDRS = ['include/android/SkBRDAllocator.h', |
36 'src/effects', | 15 'include/android/SkBitmapRegionDecoder.h', |
37 'src/fonts', | 16 'include/c/sk_canvas.h', |
38 'src/pathops', | |
39 'src/pipe/utils', | |
40 'src/ports', | |
41 'src/utils/debugger', | |
42 'tests', | |
43 'tools', | |
44 'tools/flags', | |
45 'tools/timer'] | |
46 DM_PLATFORM_SRCS = ['*** BEGIN //conditions:default ***', | |
47 '*** END //conditions:default ***', | |
48 '*** BEGIN CONDITION_ANDROID ***', | |
49 'tests/FontMgrAndroidParserTest.cpp', | |
50 '*** END CONDITION_ANDROID ***'] | |
51 DM_SRCS = ['dm/DM.cpp', | |
52 'dm/DMGpuSupport.h', | |
53 'dm/DMJsonWriter.cpp', | |
54 'dm/DMJsonWriter.h', | |
55 'dm/DMSrcSink.cpp', | |
56 'dm/DMSrcSink.h', | |
57 'dm/DMSrcSinkAndroid.h', | |
58 'gm/SkAnimTimer.h', | |
59 'gm/aaclip.cpp', | |
60 'gm/aarectmodes.cpp', | |
61 'gm/aaxfermodes.cpp', | |
62 'gm/addarc.cpp', | |
63 'gm/all_bitmap_configs.cpp', | |
64 'gm/alphagradients.cpp', | |
65 'gm/anisotropic.cpp', | |
66 'gm/annotated_text.cpp', | |
67 'gm/arcofzorro.cpp', | |
68 'gm/arithmode.cpp', | |
69 'gm/astcbitmap.cpp', | |
70 'gm/badpaint.cpp', | |
71 'gm/beziereffects.cpp', | |
72 'gm/beziers.cpp', | |
73 'gm/bigblurs.cpp', | |
74 'gm/bigmatrix.cpp', | |
75 'gm/bigrrectaaeffect.cpp', | |
76 'gm/bigtext.cpp', | |
77 'gm/bigtileimagefilter.cpp', | |
78 'gm/bitmapcopy.cpp', | |
79 'gm/bitmapfilters.cpp', | |
80 'gm/bitmappremul.cpp', | |
81 'gm/bitmaprect.cpp', | |
82 'gm/bitmaprecttest.cpp', | |
83 'gm/bitmapshader.cpp', | |
84 'gm/bleed.cpp', | |
85 'gm/blend.cpp', | |
86 'gm/blurcircles.cpp', | |
87 'gm/blurquickreject.cpp', | |
88 'gm/blurrect.cpp', | |
89 'gm/blurroundrect.cpp', | |
90 'gm/blurs.cpp', | |
91 'gm/bmpfilterqualityrepeat.cpp', | |
92 'gm/cgm.c', | |
93 'gm/cgms.cpp', | |
94 'gm/circles.cpp', | |
95 'gm/circularclips.cpp', | |
96 'gm/clip_strokerect.cpp', | |
97 'gm/clipdrawdraw.cpp', | |
98 'gm/clippedbitmapshaders.cpp', | |
99 'gm/cmykjpeg.cpp', | |
100 'gm/colorcube.cpp', | |
101 'gm/coloremoji.cpp', | |
102 'gm/colorfilterimagefilter.cpp', | |
103 'gm/colorfilters.cpp', | |
104 'gm/colormatrix.cpp', | |
105 'gm/colortype.cpp', | |
106 'gm/colortypexfermode.cpp', | |
107 'gm/colorwheel.cpp', | |
108 'gm/complexclip.cpp', | |
109 'gm/complexclip2.cpp', | |
110 'gm/complexclip3.cpp', | |
111 'gm/composeshader.cpp', | |
112 'gm/concavepaths.cpp', | |
113 'gm/conicpaths.cpp', | |
114 'gm/constcolorprocessor.cpp', | |
115 'gm/convex_all_line_paths.cpp', | |
116 'gm/convexpaths.cpp', | |
117 'gm/convexpolyclip.cpp', | |
118 'gm/convexpolyeffect.cpp', | |
119 'gm/copyTo4444.cpp', | |
120 'gm/cubicpaths.cpp', | |
121 'gm/dashcubics.cpp', | |
122 'gm/dashing.cpp', | |
123 'gm/dcshader.cpp', | |
124 'gm/degeneratesegments.cpp', | |
125 'gm/dftext.cpp', | |
126 'gm/discard.cpp', | |
127 'gm/displacement.cpp', | |
128 'gm/distantclip.cpp', | |
129 'gm/downsamplebitmap.cpp', | |
130 'gm/draw_bitmap_rect_skbug4374.cpp', | |
131 'gm/drawable.cpp', | |
132 'gm/drawatlas.cpp', | |
133 'gm/drawatlascolor.cpp', | |
134 'gm/drawbitmaprect.cpp', | |
135 'gm/drawfilter.cpp', | |
136 'gm/drawlooper.cpp', | |
137 'gm/drawminibitmaprect.cpp', | |
138 'gm/dropshadowimagefilter.cpp', | |
139 'gm/drrect.cpp', | |
140 'gm/dstreadshuffle.cpp', | |
141 'gm/emboss.cpp', | |
142 'gm/emptypath.cpp', | |
143 'gm/etc1bitmap.cpp', | |
144 'gm/extractbitmap.cpp', | |
145 'gm/factory.cpp', | |
146 'gm/fadefilter.cpp', | |
147 'gm/fatpathfill.cpp', | |
148 'gm/filltypes.cpp', | |
149 'gm/filltypespersp.cpp', | |
150 'gm/filterbitmap.cpp', | |
151 'gm/filterfastbounds.cpp', | |
152 'gm/filterindiabox.cpp', | |
153 'gm/fontcache.cpp', | |
154 'gm/fontmgr.cpp', | |
155 'gm/fontscaler.cpp', | |
156 'gm/fontscalerdistortable.cpp', | |
157 'gm/gammatext.cpp', | |
158 'gm/getpostextpath.cpp', | |
159 'gm/giantbitmap.cpp', | |
160 'gm/glyph_pos.cpp', | |
161 'gm/glyph_pos_align.cpp', | |
162 'gm/gm.cpp', | |
163 'gm/gm.h', | |
164 'gm/gm_expectations.h', | |
165 'gm/gradientDirtyLaundry.cpp', | |
166 'gm/gradient_matrix.cpp', | |
167 'gm/gradients.cpp', | |
168 'gm/gradients_2pt_conical.cpp', | |
169 'gm/gradients_no_texture.cpp', | |
170 'gm/gradtext.cpp', | |
171 'gm/grayscalejpg.cpp', | |
172 'gm/hairlines.cpp', | |
173 'gm/hairmodes.cpp', | |
174 'gm/hittestpath.cpp', | |
175 'gm/image.cpp', | |
176 'gm/image.h', | |
177 'gm/image_pict.cpp', | |
178 'gm/image_shader.cpp', | |
179 'gm/imagealphathreshold.cpp', | |
180 'gm/imageblur.cpp', | |
181 'gm/imageblur2.cpp', | |
182 'gm/imageblurtiled.cpp', | |
183 'gm/imagefilters.cpp', | |
184 'gm/imagefiltersbase.cpp', | |
185 'gm/imagefiltersclipped.cpp', | |
186 'gm/imagefilterscropexpand.cpp', | |
187 'gm/imagefilterscropped.cpp', | |
188 'gm/imagefiltersgraph.cpp', | |
189 'gm/imagefiltersscaled.cpp', | |
190 'gm/imagefiltersstroked.cpp', | |
191 'gm/imagefilterstransformed.cpp', | |
192 'gm/imagefromyuvtextures.cpp', | |
193 'gm/imagemagnifier.cpp', | |
194 'gm/imageresizetiled.cpp', | |
195 'gm/imagesource.cpp', | |
196 'gm/imagesource2.cpp', | |
197 'gm/internal_links.cpp', | |
198 'gm/inversepaths.cpp', | |
199 'gm/largeglyphblur.cpp', | |
200 'gm/lcdblendmodes.cpp', | |
201 'gm/lcdoverlap.cpp', | |
202 'gm/lcdtext.cpp', | |
203 'gm/lerpmode.cpp', | |
204 'gm/lighting.cpp', | |
205 'gm/lightingshader.cpp', | |
206 'gm/linepaths.cpp', | |
207 'gm/localmatriximagefilter.cpp', | |
208 'gm/lumafilter.cpp', | |
209 'gm/matrixconvolution.cpp', | |
210 'gm/matriximagefilter.cpp', | |
211 'gm/megalooper.cpp', | |
212 'gm/mipmap.cpp', | |
213 'gm/mixedtextblobs.cpp', | |
214 'gm/modecolorfilters.cpp', | |
215 'gm/morphology.cpp', | |
216 'gm/multipicturedraw.cpp', | |
217 'gm/nested.cpp', | |
218 'gm/ninepatchstretch.cpp', | |
219 'gm/nonclosedpaths.cpp', | |
220 'gm/offsetimagefilter.cpp', | |
221 'gm/ovals.cpp', | |
222 'gm/patch.cpp', | |
223 'gm/patchgrid.cpp', | |
224 'gm/path_stroke_with_zero_length.cpp', | |
225 'gm/patheffects.cpp', | |
226 'gm/pathfill.cpp', | |
227 'gm/pathinterior.cpp', | |
228 'gm/pathopsinverse.cpp', | |
229 'gm/pathopsskpclip.cpp', | |
230 'gm/pathreverse.cpp', | |
231 'gm/pdf_never_embed.cpp', | |
232 'gm/peekpixels.cpp', | |
233 'gm/perlinnoise.cpp', | |
234 'gm/perspshaders.cpp', | |
235 'gm/picture.cpp', | |
236 'gm/pictureimagefilter.cpp', | |
237 'gm/pictureimagegenerator.cpp', | |
238 'gm/pictureshader.cpp', | |
239 'gm/pictureshadertile.cpp', | |
240 'gm/pixelsnap.cpp', | |
241 'gm/plus.cpp', | |
242 'gm/points.cpp', | |
243 'gm/poly2poly.cpp', | |
244 'gm/polygons.cpp', | |
245 'gm/quadpaths.cpp', | |
246 'gm/recordopts.cpp', | |
247 'gm/rects.cpp', | |
248 'gm/repeated_bitmap.cpp', | |
249 'gm/resizeimagefilter.cpp', | |
250 'gm/roundrects.cpp', | |
251 'gm/rrect.cpp', | |
252 'gm/rrects.cpp', | |
253 'gm/samplerstress.cpp', | |
254 'gm/scaledstrokes.cpp', | |
255 'gm/selftest.cpp', | |
256 'gm/shaderbounds.cpp', | |
257 'gm/shadertext.cpp', | |
258 'gm/shadertext2.cpp', | |
259 'gm/shadertext3.cpp', | |
260 'gm/shadows.cpp', | |
261 'gm/shallowgradient.cpp', | |
262 'gm/simpleaaclip.cpp', | |
263 'gm/skbug1719.cpp', | |
264 'gm/smallarc.cpp', | |
265 'gm/smallimage.cpp', | |
266 'gm/spritebitmap.cpp', | |
267 'gm/srcmode.cpp', | |
268 'gm/stlouisarch.cpp', | |
269 'gm/stringart.cpp', | |
270 'gm/strokefill.cpp', | |
271 'gm/strokerect.cpp', | |
272 'gm/strokerects.cpp', | |
273 'gm/strokes.cpp', | |
274 'gm/stroketext.cpp', | |
275 'gm/surface.cpp', | |
276 'gm/tablecolorfilter.cpp', | |
277 'gm/tallstretchedbitmaps.cpp', | |
278 'gm/testimagefilters.cpp', | |
279 'gm/texdata.cpp', | |
280 'gm/textblob.cpp', | |
281 'gm/textblobcolortrans.cpp', | |
282 'gm/textblobgeometrychange.cpp', | |
283 'gm/textbloblooper.cpp', | |
284 'gm/textblobmixedsizes.cpp', | |
285 'gm/textblobrandomfont.cpp', | |
286 'gm/textblobshader.cpp', | |
287 'gm/textblobtransforms.cpp', | |
288 'gm/textblobuseaftergpufree.cpp', | |
289 'gm/texteffects.cpp', | |
290 'gm/texturedomaineffect.cpp', | |
291 'gm/thinrects.cpp', | |
292 'gm/thinstrokedrects.cpp', | |
293 'gm/tiledscaledbitmap.cpp', | |
294 'gm/tileimagefilter.cpp', | |
295 'gm/tilemodes.cpp', | |
296 'gm/tilemodes_scaled.cpp', | |
297 'gm/tinybitmap.cpp', | |
298 'gm/transparency.cpp', | |
299 'gm/typeface.cpp', | |
300 'gm/variedtext.cpp', | |
301 'gm/vertices.cpp', | |
302 'gm/verttext.cpp', | |
303 'gm/verttext2.cpp', | |
304 'gm/verylargebitmap.cpp', | |
305 'gm/xfermodeimagefilter.cpp', | |
306 'gm/xfermodes.cpp', | |
307 'gm/xfermodes2.cpp', | |
308 'gm/xfermodes3.cpp', | |
309 'gm/yuvtorgbeffect.cpp', | |
310 'tests/AAClipTest.cpp', | |
311 'tests/ARGBImageEncoderTest.cpp', | |
312 'tests/AnnotationTest.cpp', | |
313 'tests/AsADashTest.cpp', | |
314 'tests/AtomicTest.cpp', | |
315 'tests/BadIcoTest.cpp', | |
316 'tests/BitSetTest.cpp', | |
317 'tests/BitmapCopyTest.cpp', | |
318 'tests/BitmapGetColorTest.cpp', | |
319 'tests/BitmapHasherTest.cpp', | |
320 'tests/BitmapHeapTest.cpp', | |
321 'tests/BitmapTest.cpp', | |
322 'tests/BlendTest.cpp', | |
323 'tests/BlitRowTest.cpp', | |
324 'tests/BlurTest.cpp', | |
325 'tests/CPlusPlusEleven.cpp', | |
326 'tests/CTest.cpp', | |
327 'tests/CachedDataTest.cpp', | |
328 'tests/CachedDecodingPixelRefTest.cpp', | |
329 'tests/CanvasStateHelpers.cpp', | |
330 'tests/CanvasStateHelpers.h', | |
331 'tests/CanvasStateTest.cpp', | |
332 'tests/CanvasTest.cpp', | |
333 'tests/ChecksumTest.cpp', | |
334 'tests/ClampRangeTest.cpp', | |
335 'tests/ClipBoundsTest.cpp', | |
336 'tests/ClipCubicTest.cpp', | |
337 'tests/ClipStackTest.cpp', | |
338 'tests/ClipperTest.cpp', | |
339 'tests/CodexTest.cpp', | |
340 'tests/ColorFilterTest.cpp', | |
341 'tests/ColorMatrixTest.cpp', | |
342 'tests/ColorPrivTest.cpp', | |
343 'tests/ColorTest.cpp', | |
344 'tests/DashPathEffectTest.cpp', | |
345 'tests/DataRefTest.cpp', | |
346 'tests/DequeTest.cpp', | |
347 'tests/DeviceLooperTest.cpp', | |
348 'tests/DiscardableMemoryPoolTest.cpp', | |
349 'tests/DiscardableMemoryTest.cpp', | |
350 'tests/DrawBitmapRectTest.cpp', | |
351 'tests/DrawFilterTest.cpp', | |
352 'tests/DrawPathTest.cpp', | |
353 'tests/DrawTextTest.cpp', | |
354 'tests/DynamicHashTest.cpp', | |
355 'tests/EmptyPathTest.cpp', | |
356 'tests/ErrorTest.cpp', | |
357 'tests/FillPathTest.cpp', | |
358 'tests/FitsInTest.cpp', | |
359 'tests/FloatingPointTextureTest.cpp', | |
360 'tests/FontHostStreamTest.cpp', | |
361 'tests/FontHostTest.cpp', | |
362 'tests/FontMgrTest.cpp', | |
363 'tests/FontNamesTest.cpp', | |
364 'tests/FontObjTest.cpp', | |
365 'tests/FrontBufferedStreamTest.cpp', | |
366 'tests/GLInterfaceValidationTest.cpp', | |
367 'tests/GLProgramsTest.cpp', | |
368 'tests/GeometryTest.cpp', | |
369 'tests/GifTest.cpp', | |
370 'tests/GpuColorFilterTest.cpp', | |
371 'tests/GpuDrawPathTest.cpp', | |
372 'tests/GpuLayerCacheTest.cpp', | |
373 'tests/GpuRectanizerTest.cpp', | |
374 'tests/GrAllocatorTest.cpp', | |
375 'tests/GrContextFactoryTest.cpp', | |
376 'tests/GrDrawTargetTest.cpp', | |
377 'tests/GrGLSLPrettyPrintTest.cpp', | |
378 'tests/GrGetCoeffBlendKnownComponentsTest.cpp', | |
379 'tests/GrMemoryPoolTest.cpp', | |
380 'tests/GrPorterDuffTest.cpp', | |
381 'tests/GrSurfaceTest.cpp', | |
382 'tests/GrTRecorderTest.cpp', | |
383 'tests/GrTextureMipMapInvalidationTest.cpp', | |
384 'tests/GradientTest.cpp', | |
385 'tests/HashTest.cpp', | |
386 'tests/ImageCacheTest.cpp', | |
387 'tests/ImageDecodingTest.cpp', | |
388 'tests/ImageFilterTest.cpp', | |
389 'tests/ImageGeneratorTest.cpp', | |
390 'tests/ImageIsOpaqueTest.cpp', | |
391 'tests/ImageNewShaderTest.cpp', | |
392 'tests/ImageTest.cpp', | |
393 'tests/IndexedPngOverflowTest.cpp', | |
394 'tests/InfRectTest.cpp', | |
395 'tests/InterpolatorTest.cpp', | |
396 'tests/InvalidIndexedPngTest.cpp', | |
397 'tests/JpegTest.cpp', | |
398 'tests/KtxTest.cpp', | |
399 'tests/LListTest.cpp', | |
400 'tests/LayerDrawLooperTest.cpp', | |
401 'tests/LayerRasterizerTest.cpp', | |
402 'tests/MD5Test.cpp', | |
403 'tests/MallocPixelRefTest.cpp', | |
404 'tests/MaskCacheTest.cpp', | |
405 'tests/MathTest.cpp', | |
406 'tests/Matrix44Test.cpp', | |
407 'tests/MatrixClipCollapseTest.cpp', | |
408 'tests/MatrixTest.cpp', | |
409 'tests/MemoryTest.cpp', | |
410 'tests/MemsetTest.cpp', | |
411 'tests/MessageBusTest.cpp', | |
412 'tests/MetaDataTest.cpp', | |
413 'tests/MipMapTest.cpp', | |
414 'tests/NameAllocatorTest.cpp', | |
415 'tests/OSPathTest.cpp', | |
416 'tests/OncePtrTest.cpp', | |
417 'tests/OnceTest.cpp', | |
418 'tests/PDFDeflateWStreamTest.cpp', | |
419 'tests/PDFDocumentTest.cpp', | |
420 'tests/PDFGlyphsToUnicodeTest.cpp', | |
421 'tests/PDFInvalidBitmapTest.cpp', | |
422 'tests/PDFJpegEmbedTest.cpp', | |
423 'tests/PDFMetadataAttributeTest.cpp', | |
424 'tests/PDFOpaqueSrcModeToSrcOverTest.cpp', | |
425 'tests/PDFPrimitivesTest.cpp', | |
426 'tests/PackBitsTest.cpp', | |
427 'tests/PaintTest.cpp', | |
428 'tests/ParsePathTest.cpp', | |
429 'tests/PathCoverageTest.cpp', | |
430 'tests/PathMeasureTest.cpp', | |
431 'tests/PathOpsAngleIdeas.cpp', | |
432 'tests/PathOpsAngleTest.cpp', | |
433 'tests/PathOpsBattles.cpp', | |
434 'tests/PathOpsBoundsTest.cpp', | |
435 'tests/PathOpsBuildUseTest.cpp', | |
436 'tests/PathOpsBuilderTest.cpp', | |
437 'tests/PathOpsConicIntersectionTest.cpp', | |
438 'tests/PathOpsConicLineIntersectionTest.cpp', | |
439 'tests/PathOpsCubicConicIntersectionTest.cpp', | |
440 'tests/PathOpsCubicIntersectionTest.cpp', | |
441 'tests/PathOpsCubicIntersectionTestData.cpp', | |
442 'tests/PathOpsCubicIntersectionTestData.h', | |
443 'tests/PathOpsCubicLineIntersectionIdeas.cpp', | |
444 'tests/PathOpsCubicLineIntersectionTest.cpp', | |
445 'tests/PathOpsCubicQuadIntersectionTest.cpp', | |
446 'tests/PathOpsCubicReduceOrderTest.cpp', | |
447 'tests/PathOpsDCubicTest.cpp', | |
448 'tests/PathOpsDLineTest.cpp', | |
449 'tests/PathOpsDPointTest.cpp', | |
450 'tests/PathOpsDRectTest.cpp', | |
451 'tests/PathOpsDVectorTest.cpp', | |
452 'tests/PathOpsDebug.cpp', | |
453 'tests/PathOpsExtendedTest.cpp', | |
454 'tests/PathOpsExtendedTest.h', | |
455 'tests/PathOpsFuzz763Test.cpp', | |
456 'tests/PathOpsInverseTest.cpp', | |
457 'tests/PathOpsIssue3651.cpp', | |
458 'tests/PathOpsLineIntersectionTest.cpp', | |
459 'tests/PathOpsLineParametetersTest.cpp', | |
460 'tests/PathOpsOpCircleThreadedTest.cpp', | |
461 'tests/PathOpsOpCubicThreadedTest.cpp', | |
462 'tests/PathOpsOpLoopThreadedTest.cpp', | |
463 'tests/PathOpsOpRectThreadedTest.cpp', | |
464 'tests/PathOpsOpTest.cpp', | |
465 'tests/PathOpsQuadIntersectionTest.cpp', | |
466 'tests/PathOpsQuadIntersectionTestData.cpp', | |
467 'tests/PathOpsQuadIntersectionTestData.h', | |
468 'tests/PathOpsQuadLineIntersectionTest.cpp', | |
469 'tests/PathOpsQuadLineIntersectionThreadedTest.cpp', | |
470 'tests/PathOpsQuadReduceOrderTest.cpp', | |
471 'tests/PathOpsSimplifyDegenerateThreadedTest.cpp', | |
472 'tests/PathOpsSimplifyFailTest.cpp', | |
473 'tests/PathOpsSimplifyQuadThreadedTest.cpp', | |
474 'tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', | |
475 'tests/PathOpsSimplifyRectThreadedTest.cpp', | |
476 'tests/PathOpsSimplifyTest.cpp', | |
477 'tests/PathOpsSimplifyTrianglesThreadedTest.cpp', | |
478 'tests/PathOpsSkpTest.cpp', | |
479 'tests/PathOpsTSectDebug.h', | |
480 'tests/PathOpsTestCommon.cpp', | |
481 'tests/PathOpsTestCommon.h', | |
482 'tests/PathOpsThreadedCommon.cpp', | |
483 'tests/PathOpsThreadedCommon.h', | |
484 'tests/PathOpsThreeWayTest.cpp', | |
485 'tests/PathOpsTightBoundsTest.cpp', | |
486 'tests/PathOpsTypesTest.cpp', | |
487 'tests/PathTest.cpp', | |
488 'tests/PictureBBHTest.cpp', | |
489 'tests/PictureShaderTest.cpp', | |
490 'tests/PictureTest.cpp', | |
491 'tests/PipeTest.cpp', | |
492 'tests/PixelRefTest.cpp', | |
493 'tests/Point3Test.cpp', | |
494 'tests/PointTest.cpp', | |
495 'tests/PremulAlphaRoundTripTest.cpp', | |
496 'tests/QuickRejectTest.cpp', | |
497 'tests/RTConfRegistryTest.cpp', | |
498 'tests/RTreeTest.cpp', | |
499 'tests/RandomTest.cpp', | |
500 'tests/ReadPixelsTest.cpp', | |
501 'tests/ReadWriteAlphaTest.cpp', | |
502 'tests/Reader32Test.cpp', | |
503 'tests/RecordDrawTest.cpp', | |
504 'tests/RecordOptsTest.cpp', | |
505 'tests/RecordPatternTest.cpp', | |
506 'tests/RecordReplaceDrawTest.cpp', | |
507 'tests/RecordTest.cpp', | |
508 'tests/RecordTestUtils.h', | |
509 'tests/RecorderTest.cpp', | |
510 'tests/RecordingXfermodeTest.cpp', | |
511 'tests/RectTest.cpp', | |
512 'tests/RefCntTest.cpp', | |
513 'tests/RefDictTest.cpp', | |
514 'tests/RegionTest.cpp', | |
515 'tests/ResourceCacheTest.cpp', | |
516 'tests/RoundRectTest.cpp', | |
517 'tests/RuntimeConfigTest.cpp', | |
518 'tests/SHA1Test.cpp', | |
519 'tests/SRGBReadWritePixelsTest.cpp', | |
520 'tests/SVGDeviceTest.cpp', | |
521 'tests/ScalarTest.cpp', | |
522 'tests/SerializationTest.cpp', | |
523 'tests/ShaderImageFilterTest.cpp', | |
524 'tests/ShaderOpacityTest.cpp', | |
525 'tests/SizeTest.cpp', | |
526 'tests/SkBase64Test.cpp', | |
527 'tests/SkImageTest.cpp', | |
528 'tests/SkNxTest.cpp', | |
529 'tests/SkResourceCacheTest.cpp', | |
530 'tests/SkSharedMutexTest.cpp', | |
531 'tests/SmallAllocatorTest.cpp', | |
532 'tests/SortTest.cpp', | |
533 'tests/SrcOverTest.cpp', | |
534 'tests/StreamTest.cpp', | |
535 'tests/StringTest.cpp', | |
536 'tests/StrokeTest.cpp', | |
537 'tests/StrokerTest.cpp', | |
538 'tests/SurfaceTest.cpp', | |
539 'tests/SwizzlerTest.cpp', | |
540 'tests/TArrayTest.cpp', | |
541 'tests/TDPQueueTest.cpp', | |
542 'tests/TLSTest.cpp', | |
543 'tests/TemplatesTest.cpp', | |
544 'tests/TessellatingPathRendererTests.cpp', | |
545 'tests/Test.cpp', | |
546 'tests/Test.h', | |
547 'tests/TextBlobCacheTest.cpp', | |
548 'tests/TextBlobTest.cpp', | |
549 'tests/TextureCompressionTest.cpp', | |
550 'tests/Time.cpp', | |
551 'tests/TopoSortTest.cpp', | |
552 'tests/TraceMemoryDumpTest.cpp', | |
553 'tests/TracingTest.cpp', | |
554 'tests/TypefaceTest.cpp', | |
555 'tests/UnicodeTest.cpp', | |
556 'tests/UtilsTest.cpp', | |
557 'tests/VarAllocTest.cpp', | |
558 'tests/WArrayTest.cpp', | |
559 'tests/WritePixelsTest.cpp', | |
560 'tests/Writer32Test.cpp', | |
561 'tests/XfermodeTest.cpp', | |
562 'tests/YUVCacheTest.cpp', | |
563 'tools/CrashHandler.cpp', | |
564 'tools/CrashHandler.h', | |
565 'tools/LazyDecodeBitmap.cpp', | |
566 'tools/LazyDecodeBitmap.h', | |
567 'tools/ProcStats.cpp', | |
568 'tools/ProcStats.h', | |
569 'tools/Resources.cpp', | |
570 'tools/Resources.h', | |
571 'tools/SkBitmapRegionCanvas.cpp', | |
572 'tools/SkBitmapRegionCanvas.h', | |
573 'tools/SkBitmapRegionCodec.cpp', | |
574 'tools/SkBitmapRegionCodec.h', | |
575 'tools/SkBitmapRegionDecoder.cpp', | |
576 'tools/SkBitmapRegionDecoder.h', | |
577 'tools/SkBitmapRegionSampler.cpp', | |
578 'tools/SkBitmapRegionSampler.h', | |
579 'tools/flags/SkCommandLineFlags.cpp', | |
580 'tools/flags/SkCommandLineFlags.h', | |
581 'tools/flags/SkCommonFlags.cpp', | |
582 'tools/flags/SkCommonFlags.h', | |
583 'tools/sk_tool_utils.cpp', | |
584 'tools/sk_tool_utils.h', | |
585 'tools/sk_tool_utils_font.cpp', | |
586 'tools/timer/Timer.cpp', | |
587 'tools/timer/Timer.h'] | |
588 DM_SRCS_ANDROID = ['tests/FontMgrAndroidParserTest.cpp'] | |
589 DM_SRCS_UNIX = [] | |
590 HDRS = ['include/c/sk_canvas.h', | |
591 'include/c/sk_data.h', | 17 'include/c/sk_data.h', |
592 'include/c/sk_image.h', | 18 'include/c/sk_image.h', |
593 'include/c/sk_maskfilter.h', | 19 'include/c/sk_maskfilter.h', |
594 'include/c/sk_matrix.h', | 20 'include/c/sk_matrix.h', |
595 'include/c/sk_paint.h', | 21 'include/c/sk_paint.h', |
596 'include/c/sk_path.h', | 22 'include/c/sk_path.h', |
597 'include/c/sk_picture.h', | 23 'include/c/sk_picture.h', |
598 'include/c/sk_shader.h', | 24 'include/c/sk_shader.h', |
599 'include/c/sk_surface.h', | 25 'include/c/sk_surface.h', |
600 'include/c/sk_types.h', | 26 'include/c/sk_types.h', |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
841 'include/utils/SkRandom.h', | 267 'include/utils/SkRandom.h', |
842 'include/utils/SkTextBox.h', | 268 'include/utils/SkTextBox.h', |
843 'include/utils/mac/SkCGUtils.h', | 269 'include/utils/mac/SkCGUtils.h', |
844 'include/utils/win/SkAutoCoInitialize.h', | 270 'include/utils/win/SkAutoCoInitialize.h', |
845 'include/utils/win/SkHRESULT.h', | 271 'include/utils/win/SkHRESULT.h', |
846 'include/utils/win/SkIStream.h', | 272 'include/utils/win/SkIStream.h', |
847 'include/utils/win/SkTScopedComPtr.h', | 273 'include/utils/win/SkTScopedComPtr.h', |
848 'include/xml/SkDOM.h', | 274 'include/xml/SkDOM.h', |
849 'include/xml/SkXMLParser.h', | 275 'include/xml/SkXMLParser.h', |
850 'include/xml/SkXMLWriter.h'] | 276 'include/xml/SkXMLWriter.h'] |
851 INCLUDES = ['include/c', | 277 BASE_SRCS = ['include/private/SkAtomics.h', |
852 'include/codec', | |
853 'include/config', | |
854 'include/core', | |
855 'include/effects', | |
856 'include/gpu', | |
857 'include/images', | |
858 'include/pathops', | |
859 'include/pipe', | |
860 'include/ports', | |
861 'include/private', | |
862 'include/utils', | |
863 'include/svg', | |
864 'include/xml', | |
865 'src/core', | |
866 'src/gpu', | |
867 'src/image', | |
868 'src/lazy', | |
869 'src/opts', | |
870 'src/pdf', | |
871 'src/sfnt', | |
872 'src/utils', | |
873 'third_party/etc1', | |
874 'third_party/ktx'] | |
875 LINKOPTS = ['*** BEGIN //conditions:default ***', | |
876 '-ldl', | |
877 '*** END //conditions:default ***', | |
878 '*** BEGIN CONDITION_ANDROID ***', | |
879 '-ldl', | |
880 '-lEGL', | |
881 '*** END CONDITION_ANDROID ***'] | |
882 PLATFORM_SRCS = ['*** BEGIN //conditions:default ***', | |
883 'src/gpu/gl/GrGLDefaultInterface_native.cpp', | |
884 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | |
885 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', | |
886 'src/opts/Sk4px_SSE2.h', | |
887 'src/opts/Sk4px_none.h', | |
888 'src/opts/SkBitmapFilter_opts_SSE2.cpp', | |
889 'src/opts/SkBitmapFilter_opts_SSE2.h', | |
890 'src/opts/SkBitmapProcState_opts_SSE2.cpp', | |
891 'src/opts/SkBitmapProcState_opts_SSE2.h', | |
892 'src/opts/SkBlitMask_opts.h', | |
893 'src/opts/SkBlitRow_opts.h', | |
894 'src/opts/SkBlitRow_opts_SSE2.cpp', | |
895 'src/opts/SkBlitRow_opts_SSE2.h', | |
896 'src/opts/SkBlurImageFilter_opts.h', | |
897 'src/opts/SkColorCubeFilter_opts.h', | |
898 'src/opts/SkColor_opts_SSE2.h', | |
899 'src/opts/SkFloatingPoint_opts.h', | |
900 'src/opts/SkMatrix_opts.h', | |
901 'src/opts/SkMorphologyImageFilter_opts.h', | |
902 'src/opts/SkNx_sse.h', | |
903 'src/opts/SkTextureCompressor_opts.h', | |
904 'src/opts/SkUtils_opts.h', | |
905 'src/opts/SkXfermode_opts.h', | |
906 'src/opts/opts_check_x86.cpp', | |
907 'src/ports/SkDebug_stdio.cpp', | |
908 'src/ports/SkDiscardableMemory_none.cpp', | |
909 'src/ports/SkFontHost_FreeType.cpp', | |
910 'src/ports/SkFontHost_FreeType_common.cpp', | |
911 'src/ports/SkFontHost_FreeType_common.h', | |
912 'src/ports/SkFontMgr_custom.cpp', | |
913 'src/ports/SkFontMgr_custom_directory_factory.cpp', | |
914 'src/ports/SkGlobalInitialization_default.cpp', | |
915 'src/ports/SkImageGenerator_skia.cpp', | |
916 'src/ports/SkMemory_malloc.cpp', | |
917 'src/ports/SkOSFile_posix.cpp', | |
918 'src/ports/SkOSFile_stdio.cpp', | |
919 'src/ports/SkOSLibrary.h', | |
920 'src/ports/SkOSLibrary_posix.cpp', | |
921 'src/ports/SkTLS_pthread.cpp', | |
922 'src/ports/SkTime_Unix.cpp', | |
923 '*** END //conditions:default ***', | |
924 '*** BEGIN CONDITION_ANDROID ***', | |
925 'src/gpu/gl/GrGLDefaultInterface_none.cpp', | |
926 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', | |
927 'src/opts/Sk4px_NEON.h', | |
928 'src/opts/Sk4px_none.h', | |
929 'src/opts/SkBitmapProcState_arm_neon.cpp', | |
930 'src/opts/SkBitmapProcState_filter_neon.h', | |
931 'src/opts/SkBitmapProcState_matrixProcs_neon.cpp', | |
932 'src/opts/SkBitmapProcState_matrix_neon.h', | |
933 'src/opts/SkBitmapProcState_opts_arm.cpp', | |
934 'src/opts/SkBlitMask_opts.h', | |
935 'src/opts/SkBlitMask_opts_arm.cpp', | |
936 'src/opts/SkBlitMask_opts_arm_neon.cpp', | |
937 'src/opts/SkBlitMask_opts_arm_neon.h', | |
938 'src/opts/SkBlitRow_opts.h', | |
939 'src/opts/SkBlitRow_opts_arm.cpp', | |
940 'src/opts/SkBlitRow_opts_arm_neon.cpp', | |
941 'src/opts/SkBlitRow_opts_arm_neon.h', | |
942 'src/opts/SkBlurImageFilter_opts.h', | |
943 'src/opts/SkColorCubeFilter_opts.h', | |
944 'src/opts/SkColor_opts_neon.h', | |
945 'src/opts/SkFloatingPoint_opts.h', | |
946 'src/opts/SkMatrix_opts.h', | |
947 'src/opts/SkMorphologyImageFilter_opts.h', | |
948 'src/opts/SkNx_neon.h', | |
949 'src/opts/SkNx_sse.h', | |
950 'src/opts/SkOpts_neon.cpp', | |
951 'src/opts/SkTextureCompressor_opts.h', | |
952 'src/opts/SkUtils_opts.h', | |
953 'src/opts/SkXfermode_opts.h', | |
954 'src/ports/SkDebug_android.cpp', | |
955 'src/ports/SkDiscardableMemory_none.cpp', | |
956 'src/ports/SkFontHost_FreeType.cpp', | |
957 'src/ports/SkFontHost_FreeType_common.cpp', | |
958 'src/ports/SkFontHost_FreeType_common.h', | |
959 'src/ports/SkFontMgr_android.cpp', | |
960 'src/ports/SkFontMgr_android_factory.cpp', | |
961 'src/ports/SkFontMgr_android_parser.cpp', | |
962 'src/ports/SkFontMgr_android_parser.h', | |
963 'src/ports/SkFontMgr_custom.cpp', | |
964 'src/ports/SkGlobalInitialization_default.cpp', | |
965 'src/ports/SkImageGenerator_skia.cpp', | |
966 'src/ports/SkMemory_malloc.cpp', | |
967 'src/ports/SkOSFile_posix.cpp', | |
968 'src/ports/SkOSFile_stdio.cpp', | |
969 'src/ports/SkOSLibrary.h', | |
970 'src/ports/SkOSLibrary_posix.cpp', | |
971 'src/ports/SkTLS_pthread.cpp', | |
972 'src/ports/SkTime_Unix.cpp', | |
973 '*** END CONDITION_ANDROID ***'] | |
974 SRCS = ['include/private/SkAtomics.h', | |
975 'include/private/SkChecksum.h', | 278 'include/private/SkChecksum.h', |
976 'include/private/SkFloatBits.h', | 279 'include/private/SkFloatBits.h', |
977 'include/private/SkFloatingPoint.h', | 280 'include/private/SkFloatingPoint.h', |
978 'include/private/SkGpuFenceSync.h', | 281 'include/private/SkGpuFenceSync.h', |
979 'include/private/SkMiniRecorder.h', | 282 'include/private/SkMiniRecorder.h', |
980 'include/private/SkMutex.h', | 283 'include/private/SkMutex.h', |
981 'include/private/SkOnce.h', | 284 'include/private/SkOnce.h', |
982 'include/private/SkOncePtr.h', | 285 'include/private/SkOncePtr.h', |
983 'include/private/SkRecords.h', | 286 'include/private/SkRecords.h', |
984 'include/private/SkSemaphore.h', | 287 'include/private/SkSemaphore.h', |
985 'include/private/SkSpinlock.h', | 288 'include/private/SkSpinlock.h', |
986 'include/private/SkTHash.h', | 289 'include/private/SkTHash.h', |
987 'include/private/SkTLogic.h', | 290 'include/private/SkTLogic.h', |
988 'include/private/SkTemplates.h', | 291 'include/private/SkTemplates.h', |
989 'include/private/SkThreadID.h', | 292 'include/private/SkThreadID.h', |
990 'include/private/SkUniquePtr.h', | 293 'include/private/SkUniquePtr.h', |
991 'include/private/SkUtility.h', | 294 'include/private/SkUtility.h', |
992 'include/private/SkWeakRefCnt.h', | 295 'include/private/SkWeakRefCnt.h', |
| 296 'src/android/SkBitmapRegionCanvas.cpp', |
| 297 'src/android/SkBitmapRegionCanvas.h', |
| 298 'src/android/SkBitmapRegionCodec.cpp', |
| 299 'src/android/SkBitmapRegionCodec.h', |
| 300 'src/android/SkBitmapRegionDecoder.cpp', |
| 301 'src/android/SkBitmapRegionDecoderPriv.h', |
993 'src/c/sk_c_from_to.h', | 302 'src/c/sk_c_from_to.h', |
994 'src/c/sk_paint.cpp', | 303 'src/c/sk_paint.cpp', |
995 'src/c/sk_surface.cpp', | 304 'src/c/sk_surface.cpp', |
996 'src/c/sk_types_priv.h', | 305 'src/c/sk_types_priv.h', |
997 'src/codec/SkAndroidCodec.cpp', | 306 'src/codec/SkAndroidCodec.cpp', |
998 'src/codec/SkBmpCodec.cpp', | 307 'src/codec/SkBmpCodec.cpp', |
999 'src/codec/SkBmpCodec.h', | 308 'src/codec/SkBmpCodec.h', |
1000 'src/codec/SkBmpMaskCodec.cpp', | 309 'src/codec/SkBmpMaskCodec.cpp', |
1001 'src/codec/SkBmpMaskCodec.h', | 310 'src/codec/SkBmpMaskCodec.h', |
1002 'src/codec/SkBmpRLECodec.cpp', | 311 'src/codec/SkBmpRLECodec.cpp', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1129 'src/core/SkEdgeClipper.h', | 438 'src/core/SkEdgeClipper.h', |
1130 'src/core/SkEmptyShader.h', | 439 'src/core/SkEmptyShader.h', |
1131 'src/core/SkEndian.h', | 440 'src/core/SkEndian.h', |
1132 'src/core/SkError.cpp', | 441 'src/core/SkError.cpp', |
1133 'src/core/SkErrorInternals.h', | 442 'src/core/SkErrorInternals.h', |
1134 'src/core/SkFDot6.h', | 443 'src/core/SkFDot6.h', |
1135 'src/core/SkFilterProc.cpp', | 444 'src/core/SkFilterProc.cpp', |
1136 'src/core/SkFilterProc.h', | 445 'src/core/SkFilterProc.h', |
1137 'src/core/SkFilterShader.cpp', | 446 'src/core/SkFilterShader.cpp', |
1138 'src/core/SkFilterShader.h', | 447 'src/core/SkFilterShader.h', |
| 448 'src/core/SkFindAndPlaceGlyph.h', |
1139 'src/core/SkFlattenable.cpp', | 449 'src/core/SkFlattenable.cpp', |
1140 'src/core/SkFlattenableSerialization.cpp', | 450 'src/core/SkFlattenableSerialization.cpp', |
1141 'src/core/SkFloatBits.cpp', | 451 'src/core/SkFloatBits.cpp', |
1142 'src/core/SkFont.cpp', | 452 'src/core/SkFont.cpp', |
1143 'src/core/SkFontDescriptor.cpp', | 453 'src/core/SkFontDescriptor.cpp', |
1144 'src/core/SkFontDescriptor.h', | 454 'src/core/SkFontDescriptor.h', |
1145 'src/core/SkFontHost.cpp', | 455 'src/core/SkFontHost.cpp', |
1146 'src/core/SkFontMgr.cpp', | 456 'src/core/SkFontMgr.cpp', |
1147 'src/core/SkFontStream.cpp', | 457 'src/core/SkFontStream.cpp', |
1148 'src/core/SkFontStream.h', | 458 'src/core/SkFontStream.h', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1225 'src/core/SkPictureRecord.h', | 535 'src/core/SkPictureRecord.h', |
1226 'src/core/SkPictureRecorder.cpp', | 536 'src/core/SkPictureRecorder.cpp', |
1227 'src/core/SkPictureShader.cpp', | 537 'src/core/SkPictureShader.cpp', |
1228 'src/core/SkPictureShader.h', | 538 'src/core/SkPictureShader.h', |
1229 'src/core/SkPixelRef.cpp', | 539 'src/core/SkPixelRef.cpp', |
1230 'src/core/SkPixmap.cpp', | 540 'src/core/SkPixmap.cpp', |
1231 'src/core/SkPoint.cpp', | 541 'src/core/SkPoint.cpp', |
1232 'src/core/SkPoint3.cpp', | 542 'src/core/SkPoint3.cpp', |
1233 'src/core/SkPtrRecorder.cpp', | 543 'src/core/SkPtrRecorder.cpp', |
1234 'src/core/SkPtrRecorder.h', | 544 'src/core/SkPtrRecorder.h', |
| 545 'src/core/SkPx.h', |
1235 'src/core/SkQuadClipper.cpp', | 546 'src/core/SkQuadClipper.cpp', |
1236 'src/core/SkQuadClipper.h', | 547 'src/core/SkQuadClipper.h', |
1237 'src/core/SkRRect.cpp', | 548 'src/core/SkRRect.cpp', |
1238 'src/core/SkRTree.cpp', | 549 'src/core/SkRTree.cpp', |
1239 'src/core/SkRTree.h', | 550 'src/core/SkRTree.h', |
1240 'src/core/SkRWBuffer.cpp', | 551 'src/core/SkRWBuffer.cpp', |
1241 'src/core/SkRWBuffer.h', | 552 'src/core/SkRWBuffer.h', |
1242 'src/core/SkRasterClip.cpp', | 553 'src/core/SkRasterClip.cpp', |
1243 'src/core/SkRasterClip.h', | 554 'src/core/SkRasterClip.h', |
1244 'src/core/SkRasterizer.cpp', | 555 'src/core/SkRasterizer.cpp', |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1414 'src/effects/gradients/SkTwoPointConicalGradient_gpu.h', | 725 'src/effects/gradients/SkTwoPointConicalGradient_gpu.h', |
1415 'src/fonts/SkFontMgr_indirect.cpp', | 726 'src/fonts/SkFontMgr_indirect.cpp', |
1416 'src/fonts/SkGScalerContext.cpp', | 727 'src/fonts/SkGScalerContext.cpp', |
1417 'src/fonts/SkGScalerContext.h', | 728 'src/fonts/SkGScalerContext.h', |
1418 'src/fonts/SkRandomScalerContext.cpp', | 729 'src/fonts/SkRandomScalerContext.cpp', |
1419 'src/fonts/SkRandomScalerContext.h', | 730 'src/fonts/SkRandomScalerContext.h', |
1420 'src/fonts/SkRemotableFontMgr.cpp', | 731 'src/fonts/SkRemotableFontMgr.cpp', |
1421 'src/fonts/SkTestScalerContext.cpp', | 732 'src/fonts/SkTestScalerContext.cpp', |
1422 'src/fonts/SkTestScalerContext.h', | 733 'src/fonts/SkTestScalerContext.h', |
1423 'src/gpu/GrAllocator.h', | 734 'src/gpu/GrAllocator.h', |
1424 'src/gpu/GrAtlas.cpp', | |
1425 'src/gpu/GrAtlas.h', | |
1426 'src/gpu/GrAtlasTextBlob.cpp', | 735 'src/gpu/GrAtlasTextBlob.cpp', |
1427 'src/gpu/GrAtlasTextBlob.h', | 736 'src/gpu/GrAtlasTextBlob.h', |
1428 'src/gpu/GrAtlasTextContext.cpp', | 737 'src/gpu/GrAtlasTextContext.cpp', |
1429 'src/gpu/GrAtlasTextContext.h', | 738 'src/gpu/GrAtlasTextContext.h', |
1430 'src/gpu/GrAutoLocaleSetter.h', | 739 'src/gpu/GrAutoLocaleSetter.h', |
1431 'src/gpu/GrBatchAtlas.cpp', | 740 'src/gpu/GrBatchAtlas.cpp', |
1432 'src/gpu/GrBatchAtlas.h', | 741 'src/gpu/GrBatchAtlas.h', |
1433 'src/gpu/GrBatchFlushState.cpp', | 742 'src/gpu/GrBatchFlushState.cpp', |
1434 'src/gpu/GrBatchFlushState.h', | 743 'src/gpu/GrBatchFlushState.h', |
1435 'src/gpu/GrBatchFontCache.cpp', | 744 'src/gpu/GrBatchFontCache.cpp', |
(...skipping 27 matching lines...) Expand all Loading... |
1463 'src/gpu/GrGeometryProcessor.h', | 772 'src/gpu/GrGeometryProcessor.h', |
1464 'src/gpu/GrGlyph.h', | 773 'src/gpu/GrGlyph.h', |
1465 'src/gpu/GrGpu.cpp', | 774 'src/gpu/GrGpu.cpp', |
1466 'src/gpu/GrGpu.h', | 775 'src/gpu/GrGpu.h', |
1467 'src/gpu/GrGpuFactory.cpp', | 776 'src/gpu/GrGpuFactory.cpp', |
1468 'src/gpu/GrGpuFactory.h', | 777 'src/gpu/GrGpuFactory.h', |
1469 'src/gpu/GrGpuResource.cpp', | 778 'src/gpu/GrGpuResource.cpp', |
1470 'src/gpu/GrGpuResourceCacheAccess.h', | 779 'src/gpu/GrGpuResourceCacheAccess.h', |
1471 'src/gpu/GrGpuResourcePriv.h', | 780 'src/gpu/GrGpuResourcePriv.h', |
1472 'src/gpu/GrGpuResourceRef.cpp', | 781 'src/gpu/GrGpuResourceRef.cpp', |
| 782 'src/gpu/GrImageIDTextureAdjuster.cpp', |
| 783 'src/gpu/GrImageIDTextureAdjuster.h', |
1473 'src/gpu/GrIndexBuffer.h', | 784 'src/gpu/GrIndexBuffer.h', |
1474 'src/gpu/GrInvariantOutput.cpp', | 785 'src/gpu/GrInvariantOutput.cpp', |
| 786 'src/gpu/GrLayerAtlas.cpp', |
| 787 'src/gpu/GrLayerAtlas.h', |
1475 'src/gpu/GrLayerCache.cpp', | 788 'src/gpu/GrLayerCache.cpp', |
1476 'src/gpu/GrLayerCache.h', | 789 'src/gpu/GrLayerCache.h', |
1477 'src/gpu/GrLayerHoister.cpp', | 790 'src/gpu/GrLayerHoister.cpp', |
1478 'src/gpu/GrLayerHoister.h', | 791 'src/gpu/GrLayerHoister.h', |
1479 'src/gpu/GrMemoryPool.cpp', | 792 'src/gpu/GrMemoryPool.cpp', |
1480 'src/gpu/GrMemoryPool.h', | 793 'src/gpu/GrMemoryPool.h', |
1481 'src/gpu/GrNonAtomicRef.h', | 794 'src/gpu/GrNonAtomicRef.h', |
1482 'src/gpu/GrOvalRenderer.cpp', | 795 'src/gpu/GrOvalRenderer.cpp', |
1483 'src/gpu/GrOvalRenderer.h', | 796 'src/gpu/GrOvalRenderer.h', |
1484 'src/gpu/GrPaint.cpp', | 797 'src/gpu/GrPaint.cpp', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1556 'src/gpu/GrTraceMarker.cpp', | 869 'src/gpu/GrTraceMarker.cpp', |
1557 'src/gpu/GrTraceMarker.h', | 870 'src/gpu/GrTraceMarker.h', |
1558 'src/gpu/GrTracing.h', | 871 'src/gpu/GrTracing.h', |
1559 'src/gpu/GrVertexBuffer.h', | 872 'src/gpu/GrVertexBuffer.h', |
1560 'src/gpu/GrVertices.h', | 873 'src/gpu/GrVertices.h', |
1561 'src/gpu/GrXferProcessor.cpp', | 874 'src/gpu/GrXferProcessor.cpp', |
1562 'src/gpu/GrYUVProvider.cpp', | 875 'src/gpu/GrYUVProvider.cpp', |
1563 'src/gpu/GrYUVProvider.h', | 876 'src/gpu/GrYUVProvider.h', |
1564 'src/gpu/SkGpuDevice.cpp', | 877 'src/gpu/SkGpuDevice.cpp', |
1565 'src/gpu/SkGpuDevice.h', | 878 'src/gpu/SkGpuDevice.h', |
| 879 'src/gpu/SkGpuDevice_drawTexture.cpp', |
1566 'src/gpu/SkGr.cpp', | 880 'src/gpu/SkGr.cpp', |
1567 'src/gpu/SkGrPixelRef.cpp', | 881 'src/gpu/SkGrPixelRef.cpp', |
1568 'src/gpu/SkGrPriv.h', | 882 'src/gpu/SkGrPriv.h', |
1569 'src/gpu/SkGrTexturePixelRef.cpp', | 883 'src/gpu/SkGrTexturePixelRef.cpp', |
1570 'src/gpu/batches/GrAAConvexPathRenderer.cpp', | 884 'src/gpu/batches/GrAAConvexPathRenderer.cpp', |
1571 'src/gpu/batches/GrAAConvexPathRenderer.h', | 885 'src/gpu/batches/GrAAConvexPathRenderer.h', |
1572 'src/gpu/batches/GrAAConvexTessellator.cpp', | 886 'src/gpu/batches/GrAAConvexTessellator.cpp', |
1573 'src/gpu/batches/GrAAConvexTessellator.h', | 887 'src/gpu/batches/GrAAConvexTessellator.h', |
1574 'src/gpu/batches/GrAADistanceFieldPathRenderer.cpp', | 888 'src/gpu/batches/GrAADistanceFieldPathRenderer.cpp', |
1575 'src/gpu/batches/GrAADistanceFieldPathRenderer.h', | 889 'src/gpu/batches/GrAADistanceFieldPathRenderer.h', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1660 'src/gpu/gl/GrGLAssembleInterface.h', | 974 'src/gpu/gl/GrGLAssembleInterface.h', |
1661 'src/gpu/gl/GrGLBufferImpl.cpp', | 975 'src/gpu/gl/GrGLBufferImpl.cpp', |
1662 'src/gpu/gl/GrGLBufferImpl.h', | 976 'src/gpu/gl/GrGLBufferImpl.h', |
1663 'src/gpu/gl/GrGLCaps.cpp', | 977 'src/gpu/gl/GrGLCaps.cpp', |
1664 'src/gpu/gl/GrGLCaps.h', | 978 'src/gpu/gl/GrGLCaps.h', |
1665 'src/gpu/gl/GrGLContext.cpp', | 979 'src/gpu/gl/GrGLContext.cpp', |
1666 'src/gpu/gl/GrGLContext.h', | 980 'src/gpu/gl/GrGLContext.h', |
1667 'src/gpu/gl/GrGLCreateNullInterface.cpp', | 981 'src/gpu/gl/GrGLCreateNullInterface.cpp', |
1668 'src/gpu/gl/GrGLDefines.h', | 982 'src/gpu/gl/GrGLDefines.h', |
1669 'src/gpu/gl/GrGLExtensions.cpp', | 983 'src/gpu/gl/GrGLExtensions.cpp', |
1670 'src/gpu/gl/GrGLFragmentProcessor.cpp', | |
1671 'src/gpu/gl/GrGLFragmentProcessor.h', | |
1672 'src/gpu/gl/GrGLGLSL.cpp', | 984 'src/gpu/gl/GrGLGLSL.cpp', |
1673 'src/gpu/gl/GrGLGLSL.h', | 985 'src/gpu/gl/GrGLGLSL.h', |
1674 'src/gpu/glsl/GrGLSLGeometryProcessor.cpp', | |
1675 'src/gpu/glsl/GrGLSLGeometryProcessor.h', | |
1676 'src/gpu/gl/GrGLGpu.cpp', | 986 'src/gpu/gl/GrGLGpu.cpp', |
1677 'src/gpu/gl/GrGLGpu.h', | 987 'src/gpu/gl/GrGLGpu.h', |
1678 'src/gpu/gl/GrGLGpuProgramCache.cpp', | 988 'src/gpu/gl/GrGLGpuProgramCache.cpp', |
1679 'src/gpu/gl/GrGLIRect.h', | 989 'src/gpu/gl/GrGLIRect.h', |
1680 'src/gpu/gl/GrGLIndexBuffer.cpp', | 990 'src/gpu/gl/GrGLIndexBuffer.cpp', |
1681 'src/gpu/gl/GrGLIndexBuffer.h', | 991 'src/gpu/gl/GrGLIndexBuffer.h', |
1682 'src/gpu/gl/GrGLInterface.cpp', | 992 'src/gpu/gl/GrGLInterface.cpp', |
1683 'src/gpu/gl/GrGLNameAllocator.cpp', | 993 'src/gpu/gl/GrGLNameAllocator.cpp', |
1684 'src/gpu/gl/GrGLNameAllocator.h', | 994 'src/gpu/gl/GrGLNameAllocator.h', |
1685 'src/gpu/gl/GrGLNoOpInterface.cpp', | 995 'src/gpu/gl/GrGLNoOpInterface.cpp', |
1686 'src/gpu/gl/GrGLNoOpInterface.h', | 996 'src/gpu/gl/GrGLNoOpInterface.h', |
1687 'src/gpu/gl/GrGLPath.cpp', | 997 'src/gpu/gl/GrGLPath.cpp', |
1688 'src/gpu/gl/GrGLPath.h', | 998 'src/gpu/gl/GrGLPath.h', |
1689 'src/gpu/gl/GrGLPathRange.cpp', | 999 'src/gpu/gl/GrGLPathRange.cpp', |
1690 'src/gpu/gl/GrGLPathRange.h', | 1000 'src/gpu/gl/GrGLPathRange.h', |
1691 'src/gpu/gl/GrGLPathRendering.cpp', | 1001 'src/gpu/gl/GrGLPathRendering.cpp', |
1692 'src/gpu/gl/GrGLPathRendering.h', | 1002 'src/gpu/gl/GrGLPathRendering.h', |
1693 'src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp', | |
1694 'src/gpu/glsl/GrGLSLPrimitiveProcessor.h', | |
1695 'src/gpu/gl/GrGLProgram.cpp', | 1003 'src/gpu/gl/GrGLProgram.cpp', |
1696 'src/gpu/gl/GrGLProgram.h', | 1004 'src/gpu/gl/GrGLProgram.h', |
1697 'src/gpu/gl/GrGLProgramDataManager.cpp', | 1005 'src/gpu/gl/GrGLProgramDataManager.cpp', |
1698 'src/gpu/gl/GrGLProgramDataManager.h', | 1006 'src/gpu/gl/GrGLProgramDataManager.h', |
1699 'src/gpu/gl/GrGLProgramDesc.cpp', | 1007 'src/gpu/gl/GrGLProgramDesc.cpp', |
1700 'src/gpu/gl/GrGLProgramDesc.h', | 1008 'src/gpu/gl/GrGLProgramDesc.h', |
1701 'src/gpu/gl/GrGLRenderTarget.cpp', | 1009 'src/gpu/gl/GrGLRenderTarget.cpp', |
1702 'src/gpu/gl/GrGLRenderTarget.h', | 1010 'src/gpu/gl/GrGLRenderTarget.h', |
1703 'src/gpu/gl/GrGLSLBlend.cpp', | |
1704 'src/gpu/gl/GrGLSLBlend.h', | |
1705 'src/gpu/gl/GrGLStencilAttachment.cpp', | 1011 'src/gpu/gl/GrGLStencilAttachment.cpp', |
1706 'src/gpu/gl/GrGLStencilAttachment.h', | 1012 'src/gpu/gl/GrGLStencilAttachment.h', |
1707 'src/gpu/gl/GrGLTexture.cpp', | 1013 'src/gpu/gl/GrGLTexture.cpp', |
1708 'src/gpu/gl/GrGLTexture.h', | 1014 'src/gpu/gl/GrGLTexture.h', |
1709 'src/gpu/gl/GrGLTextureRenderTarget.cpp', | 1015 'src/gpu/gl/GrGLTextureRenderTarget.cpp', |
1710 'src/gpu/gl/GrGLTextureRenderTarget.h', | 1016 'src/gpu/gl/GrGLTextureRenderTarget.h', |
1711 'src/gpu/gl/GrGLUtil.cpp', | 1017 'src/gpu/gl/GrGLUtil.cpp', |
1712 'src/gpu/gl/GrGLUtil.h', | 1018 'src/gpu/gl/GrGLUtil.h', |
1713 'src/gpu/gl/GrGLVertexArray.cpp', | 1019 'src/gpu/gl/GrGLVertexArray.cpp', |
1714 'src/gpu/gl/GrGLVertexArray.h', | 1020 'src/gpu/gl/GrGLVertexArray.h', |
1715 'src/gpu/gl/GrGLVertexBuffer.cpp', | 1021 'src/gpu/gl/GrGLVertexBuffer.cpp', |
1716 'src/gpu/gl/GrGLVertexBuffer.h', | 1022 'src/gpu/gl/GrGLVertexBuffer.h', |
1717 'src/gpu/glsl/GrGLSLXferProcessor.cpp', | |
1718 'src/gpu/glsl/GrGLSLXferProcessor.h', | |
1719 'src/gpu/gl/SkGLContext.cpp', | 1023 'src/gpu/gl/SkGLContext.cpp', |
1720 'src/gpu/gl/SkNullGLContext.cpp', | 1024 'src/gpu/gl/SkNullGLContext.cpp', |
1721 'src/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp', | |
1722 'src/gpu/gl/builders/GrGLFragmentShaderBuilder.h', | |
1723 'src/gpu/gl/builders/GrGLGeometryShaderBuilder.cpp', | |
1724 'src/gpu/gl/builders/GrGLGeometryShaderBuilder.h', | |
1725 'src/gpu/gl/builders/GrGLProgramBuilder.cpp', | 1025 'src/gpu/gl/builders/GrGLProgramBuilder.cpp', |
1726 'src/gpu/gl/builders/GrGLProgramBuilder.h', | 1026 'src/gpu/gl/builders/GrGLProgramBuilder.h', |
1727 'src/gpu/gl/builders/GrGLSLPrettyPrint.cpp', | 1027 'src/gpu/gl/builders/GrGLSLPrettyPrint.cpp', |
1728 'src/gpu/gl/builders/GrGLShaderBuilder.cpp', | |
1729 'src/gpu/gl/builders/GrGLShaderBuilder.h', | |
1730 'src/gpu/gl/builders/GrGLShaderStringBuilder.cpp', | 1028 'src/gpu/gl/builders/GrGLShaderStringBuilder.cpp', |
1731 'src/gpu/gl/builders/GrGLShaderStringBuilder.h', | 1029 'src/gpu/gl/builders/GrGLShaderStringBuilder.h', |
1732 'src/gpu/gl/builders/GrGLVertexShaderBuilder.cpp', | |
1733 'src/gpu/gl/builders/GrGLVertexShaderBuilder.h', | |
1734 'src/gpu/gl/debug/GrBufferObj.cpp', | 1030 'src/gpu/gl/debug/GrBufferObj.cpp', |
1735 'src/gpu/gl/debug/GrBufferObj.h', | 1031 'src/gpu/gl/debug/GrBufferObj.h', |
1736 'src/gpu/gl/debug/GrDebugGL.cpp', | 1032 'src/gpu/gl/debug/GrDebugGL.cpp', |
1737 'src/gpu/gl/debug/GrDebugGL.h', | 1033 'src/gpu/gl/debug/GrDebugGL.h', |
1738 'src/gpu/gl/debug/GrFBBindableObj.h', | 1034 'src/gpu/gl/debug/GrFBBindableObj.h', |
1739 'src/gpu/gl/debug/GrFakeRefObj.h', | 1035 'src/gpu/gl/debug/GrFakeRefObj.h', |
1740 'src/gpu/gl/debug/GrFrameBufferObj.cpp', | 1036 'src/gpu/gl/debug/GrFrameBufferObj.cpp', |
1741 'src/gpu/gl/debug/GrFrameBufferObj.h', | 1037 'src/gpu/gl/debug/GrFrameBufferObj.h', |
1742 'src/gpu/gl/debug/GrGLCreateDebugInterface.cpp', | 1038 'src/gpu/gl/debug/GrGLCreateDebugInterface.cpp', |
1743 'src/gpu/gl/debug/GrProgramObj.cpp', | 1039 'src/gpu/gl/debug/GrProgramObj.cpp', |
1744 'src/gpu/gl/debug/GrProgramObj.h', | 1040 'src/gpu/gl/debug/GrProgramObj.h', |
1745 'src/gpu/gl/debug/GrRenderBufferObj.h', | 1041 'src/gpu/gl/debug/GrRenderBufferObj.h', |
1746 'src/gpu/gl/debug/GrShaderObj.cpp', | 1042 'src/gpu/gl/debug/GrShaderObj.cpp', |
1747 'src/gpu/gl/debug/GrShaderObj.h', | 1043 'src/gpu/gl/debug/GrShaderObj.h', |
1748 'src/gpu/gl/debug/GrTextureObj.cpp', | 1044 'src/gpu/gl/debug/GrTextureObj.cpp', |
1749 'src/gpu/gl/debug/GrTextureObj.h', | 1045 'src/gpu/gl/debug/GrTextureObj.h', |
1750 'src/gpu/gl/debug/GrTextureUnitObj.cpp', | 1046 'src/gpu/gl/debug/GrTextureUnitObj.cpp', |
1751 'src/gpu/gl/debug/GrTextureUnitObj.h', | 1047 'src/gpu/gl/debug/GrTextureUnitObj.h', |
1752 'src/gpu/gl/debug/GrVertexArrayObj.h', | 1048 'src/gpu/gl/debug/GrVertexArrayObj.h', |
1753 'src/gpu/gl/debug/SkDebugGLContext.cpp', | 1049 'src/gpu/gl/debug/SkDebugGLContext.cpp', |
1754 'src/gpu/gl/debug/SkDebugGLContext.h', | 1050 'src/gpu/gl/debug/SkDebugGLContext.h', |
1755 'src/gpu/glsl/GrGLSL.cpp', | 1051 'src/gpu/glsl/GrGLSL.cpp', |
1756 'src/gpu/glsl/GrGLSL.h', | 1052 'src/gpu/glsl/GrGLSL.h', |
| 1053 'src/gpu/glsl/GrGLSLBlend.cpp', |
| 1054 'src/gpu/glsl/GrGLSLBlend.h', |
1757 'src/gpu/glsl/GrGLSLCaps.cpp', | 1055 'src/gpu/glsl/GrGLSLCaps.cpp', |
1758 'src/gpu/glsl/GrGLSLCaps.h', | 1056 'src/gpu/glsl/GrGLSLCaps.h', |
| 1057 'src/gpu/glsl/GrGLSLFragmentProcessor.cpp', |
| 1058 'src/gpu/glsl/GrGLSLFragmentProcessor.h', |
| 1059 'src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp', |
| 1060 'src/gpu/glsl/GrGLSLFragmentShaderBuilder.h', |
| 1061 'src/gpu/glsl/GrGLSLGeometryProcessor.cpp', |
| 1062 'src/gpu/glsl/GrGLSLGeometryProcessor.h', |
| 1063 'src/gpu/glsl/GrGLSLGeometryShaderBuilder.cpp', |
| 1064 'src/gpu/glsl/GrGLSLGeometryShaderBuilder.h', |
| 1065 'src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp', |
| 1066 'src/gpu/glsl/GrGLSLPrimitiveProcessor.h', |
1759 'src/gpu/glsl/GrGLSLProcessorTypes.h', | 1067 'src/gpu/glsl/GrGLSLProcessorTypes.h', |
| 1068 'src/gpu/glsl/GrGLSLProgramBuilder.cpp', |
| 1069 'src/gpu/glsl/GrGLSLProgramBuilder.h', |
1760 'src/gpu/glsl/GrGLSLProgramDataManager.h', | 1070 'src/gpu/glsl/GrGLSLProgramDataManager.h', |
| 1071 'src/gpu/glsl/GrGLSLShaderBuilder.cpp', |
| 1072 'src/gpu/glsl/GrGLSLShaderBuilder.h', |
1761 'src/gpu/glsl/GrGLSLShaderVar.h', | 1073 'src/gpu/glsl/GrGLSLShaderVar.h', |
1762 'src/gpu/glsl/GrGLSLTextureSampler.h', | 1074 'src/gpu/glsl/GrGLSLTextureSampler.h', |
| 1075 'src/gpu/glsl/GrGLSLUtil.cpp', |
| 1076 'src/gpu/glsl/GrGLSLUtil.h', |
| 1077 'src/gpu/glsl/GrGLSLVertexShaderBuilder.cpp', |
| 1078 'src/gpu/glsl/GrGLSLVertexShaderBuilder.h', |
| 1079 'src/gpu/glsl/GrGLSLXferProcessor.cpp', |
| 1080 'src/gpu/glsl/GrGLSLXferProcessor.h', |
1763 'src/gpu/glsl/GrGLSL_impl.h', | 1081 'src/gpu/glsl/GrGLSL_impl.h', |
1764 'src/image/SkImage.cpp', | 1082 'src/image/SkImage.cpp', |
1765 'src/image/SkImagePriv.h', | 1083 'src/image/SkImagePriv.h', |
1766 'src/image/SkImageShader.cpp', | 1084 'src/image/SkImageShader.cpp', |
1767 'src/image/SkImageShader.h', | 1085 'src/image/SkImageShader.h', |
1768 'src/image/SkImage_Base.h', | 1086 'src/image/SkImage_Base.h', |
1769 'src/image/SkImage_Generator.cpp', | 1087 'src/image/SkImage_Generator.cpp', |
1770 'src/image/SkImage_Gpu.cpp', | 1088 'src/image/SkImage_Gpu.cpp', |
1771 'src/image/SkImage_Gpu.h', | 1089 'src/image/SkImage_Gpu.h', |
1772 'src/image/SkImage_Raster.cpp', | 1090 'src/image/SkImage_Raster.cpp', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1950 'src/utils/SkDashPath.cpp', | 1268 'src/utils/SkDashPath.cpp', |
1951 'src/utils/SkDashPathPriv.h', | 1269 'src/utils/SkDashPathPriv.h', |
1952 'src/utils/SkDumpCanvas.cpp', | 1270 'src/utils/SkDumpCanvas.cpp', |
1953 'src/utils/SkEventTracer.cpp', | 1271 'src/utils/SkEventTracer.cpp', |
1954 'src/utils/SkFloatUtils.h', | 1272 'src/utils/SkFloatUtils.h', |
1955 'src/utils/SkFrontBufferedStream.cpp', | 1273 'src/utils/SkFrontBufferedStream.cpp', |
1956 'src/utils/SkImageGeneratorUtils.cpp', | 1274 'src/utils/SkImageGeneratorUtils.cpp', |
1957 'src/utils/SkImageGeneratorUtils.h', | 1275 'src/utils/SkImageGeneratorUtils.h', |
1958 'src/utils/SkInterpolator.cpp', | 1276 'src/utils/SkInterpolator.cpp', |
1959 'src/utils/SkLayer.cpp', | 1277 'src/utils/SkLayer.cpp', |
1960 'src/utils/SkLua.cpp', | |
1961 'src/utils/SkLuaCanvas.cpp', | |
1962 'src/utils/SkMD5.cpp', | 1278 'src/utils/SkMD5.cpp', |
1963 'src/utils/SkMD5.h', | 1279 'src/utils/SkMD5.h', |
1964 'src/utils/SkMatrix22.cpp', | 1280 'src/utils/SkMatrix22.cpp', |
1965 'src/utils/SkMatrix22.h', | 1281 'src/utils/SkMatrix22.h', |
1966 'src/utils/SkMatrix44.cpp', | 1282 'src/utils/SkMatrix44.cpp', |
1967 'src/utils/SkMeshUtils.cpp', | 1283 'src/utils/SkMeshUtils.cpp', |
1968 'src/utils/SkNWayCanvas.cpp', | 1284 'src/utils/SkNWayCanvas.cpp', |
1969 'src/utils/SkNinePatch.cpp', | 1285 'src/utils/SkNinePatch.cpp', |
1970 'src/utils/SkNullCanvas.cpp', | 1286 'src/utils/SkNullCanvas.cpp', |
1971 'src/utils/SkOSFile.cpp', | 1287 'src/utils/SkOSFile.cpp', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2005 'src/utils/debugger/SkDrawCommand.h', | 1321 'src/utils/debugger/SkDrawCommand.h', |
2006 'src/utils/debugger/SkObjectParser.cpp', | 1322 'src/utils/debugger/SkObjectParser.cpp', |
2007 'src/utils/debugger/SkObjectParser.h', | 1323 'src/utils/debugger/SkObjectParser.h', |
2008 'src/xml/SkDOM.cpp', | 1324 'src/xml/SkDOM.cpp', |
2009 'src/xml/SkXMLParser.cpp', | 1325 'src/xml/SkXMLParser.cpp', |
2010 'src/xml/SkXMLWriter.cpp', | 1326 'src/xml/SkXMLWriter.cpp', |
2011 'third_party/etc1/etc1.cpp', | 1327 'third_party/etc1/etc1.cpp', |
2012 'third_party/etc1/etc1.h', | 1328 'third_party/etc1/etc1.h', |
2013 'third_party/ktx/ktx.cpp', | 1329 'third_party/ktx/ktx.cpp', |
2014 'third_party/ktx/ktx.h'] | 1330 'third_party/ktx/ktx.h'] |
2015 SRCS_ANDROID = ['src/gpu/gl/GrGLDefaultInterface_none.cpp', | 1331 BASE_SRCS_ANDROID = ['src/gpu/gl/GrGLDefaultInterface_none.cpp', |
2016 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', | 1332 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', |
2017 'src/opts/Sk4px_NEON.h', | 1333 'src/opts/Sk4px_NEON.h', |
2018 'src/opts/Sk4px_none.h', | 1334 'src/opts/Sk4px_none.h', |
2019 'src/opts/SkBitmapProcState_arm_neon.cpp', | 1335 'src/opts/SkBitmapProcState_arm_neon.cpp', |
2020 'src/opts/SkBitmapProcState_filter_neon.h', | 1336 'src/opts/SkBitmapProcState_filter_neon.h', |
2021 'src/opts/SkBitmapProcState_matrixProcs_neon.cpp', | 1337 'src/opts/SkBitmapProcState_matrixProcs_neon.cpp', |
2022 'src/opts/SkBitmapProcState_matrix_neon.h', | 1338 'src/opts/SkBitmapProcState_matrix_neon.h', |
2023 'src/opts/SkBitmapProcState_opts_arm.cpp', | 1339 'src/opts/SkBitmapProcState_opts_arm.cpp', |
2024 'src/opts/SkBlitMask_opts.h', | 1340 'src/opts/SkBlitMask_opts.h', |
2025 'src/opts/SkBlitMask_opts_arm.cpp', | 1341 'src/opts/SkBlitMask_opts_arm.cpp', |
2026 'src/opts/SkBlitMask_opts_arm_neon.cpp', | 1342 'src/opts/SkBlitMask_opts_arm_neon.cpp', |
2027 'src/opts/SkBlitMask_opts_arm_neon.h', | 1343 'src/opts/SkBlitMask_opts_arm_neon.h', |
2028 'src/opts/SkBlitRow_opts.h', | 1344 'src/opts/SkBlitRow_opts.h', |
2029 'src/opts/SkBlitRow_opts_arm.cpp', | 1345 'src/opts/SkBlitRow_opts_arm.cpp', |
2030 'src/opts/SkBlitRow_opts_arm_neon.cpp', | 1346 'src/opts/SkBlitRow_opts_arm_neon.cpp', |
2031 'src/opts/SkBlitRow_opts_arm_neon.h', | 1347 'src/opts/SkBlitRow_opts_arm_neon.h', |
2032 'src/opts/SkBlurImageFilter_opts.h', | 1348 'src/opts/SkBlurImageFilter_opts.h', |
2033 'src/opts/SkColorCubeFilter_opts.h', | 1349 'src/opts/SkColorCubeFilter_opts.h', |
2034 'src/opts/SkColor_opts_neon.h', | 1350 'src/opts/SkColor_opts_neon.h', |
2035 'src/opts/SkFloatingPoint_opts.h', | 1351 'src/opts/SkFloatingPoint_opts.h', |
2036 'src/opts/SkMatrix_opts.h', | 1352 'src/opts/SkMatrix_opts.h', |
2037 'src/opts/SkMorphologyImageFilter_opts.h', | 1353 'src/opts/SkMorphologyImageFilter_opts.h', |
| 1354 'src/opts/SkNx_avx.h', |
2038 'src/opts/SkNx_neon.h', | 1355 'src/opts/SkNx_neon.h', |
2039 'src/opts/SkNx_sse.h', | 1356 'src/opts/SkNx_sse.h', |
| 1357 'src/opts/SkOpts_avx.cpp', |
2040 'src/opts/SkOpts_neon.cpp', | 1358 'src/opts/SkOpts_neon.cpp', |
| 1359 'src/opts/SkPx_neon.h', |
| 1360 'src/opts/SkPx_none.h', |
| 1361 'src/opts/SkPx_sse.h', |
2041 'src/opts/SkTextureCompressor_opts.h', | 1362 'src/opts/SkTextureCompressor_opts.h', |
2042 'src/opts/SkUtils_opts.h', | 1363 'src/opts/SkUtils_opts.h', |
2043 'src/opts/SkXfermode_opts.h', | 1364 'src/opts/SkXfermode_opts.h', |
2044 'src/ports/SkDebug_android.cpp', | 1365 'src/ports/SkDebug_android.cpp', |
2045 'src/ports/SkDiscardableMemory_none.cpp', | 1366 'src/ports/SkDiscardableMemory_none.cpp', |
2046 'src/ports/SkFontHost_FreeType.cpp', | 1367 'src/ports/SkFontHost_FreeType.cpp', |
2047 'src/ports/SkFontHost_FreeType_common.cpp', | 1368 'src/ports/SkFontHost_FreeType_common.cpp', |
2048 'src/ports/SkFontHost_FreeType_common.h', | 1369 'src/ports/SkFontHost_FreeType_common.h', |
2049 'src/ports/SkFontMgr_android.cpp', | 1370 'src/ports/SkFontMgr_android.cpp', |
2050 'src/ports/SkFontMgr_android_factory.cpp', | 1371 'src/ports/SkFontMgr_android_factory.cpp', |
2051 'src/ports/SkFontMgr_android_parser.cpp', | 1372 'src/ports/SkFontMgr_android_parser.cpp', |
2052 'src/ports/SkFontMgr_android_parser.h', | 1373 'src/ports/SkFontMgr_android_parser.h', |
2053 'src/ports/SkFontMgr_custom.cpp', | 1374 'src/ports/SkFontMgr_custom.cpp', |
2054 'src/ports/SkGlobalInitialization_default.cpp', | 1375 'src/ports/SkGlobalInitialization_default.cpp', |
2055 'src/ports/SkImageGenerator_skia.cpp', | 1376 'src/ports/SkImageGenerator_skia.cpp', |
2056 'src/ports/SkMemory_malloc.cpp', | 1377 'src/ports/SkMemory_malloc.cpp', |
2057 'src/ports/SkOSFile_posix.cpp', | 1378 'src/ports/SkOSFile_posix.cpp', |
2058 'src/ports/SkOSFile_stdio.cpp', | 1379 'src/ports/SkOSFile_stdio.cpp', |
2059 'src/ports/SkOSLibrary.h', | 1380 'src/ports/SkOSLibrary.h', |
2060 'src/ports/SkOSLibrary_posix.cpp', | 1381 'src/ports/SkOSLibrary_posix.cpp', |
2061 'src/ports/SkTLS_pthread.cpp', | 1382 'src/ports/SkTLS_pthread.cpp', |
2062 'src/ports/SkTime_Unix.cpp'] | 1383 'src/ports/SkTime_Unix.cpp'] |
2063 SRCS_SSE4 = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp'] | 1384 BASE_SRCS_IOS = ['src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
2064 SRCS_SSSE3 = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse
3.cpp'] | 1385 'src/opts/Sk4px_none.h', |
2065 SRCS_UNIX = ['src/gpu/gl/GrGLDefaultInterface_native.cpp', | 1386 'src/opts/SkBitmapProcState_opts_arm.cpp', |
| 1387 'src/opts/SkBlitMask_opts.h', |
| 1388 'src/opts/SkBlitMask_opts_arm.cpp', |
| 1389 'src/opts/SkBlitRow_opts.h', |
| 1390 'src/opts/SkBlitRow_opts_arm.cpp', |
| 1391 'src/opts/SkBlurImageFilter_opts.h', |
| 1392 'src/opts/SkColorCubeFilter_opts.h', |
| 1393 'src/opts/SkFloatingPoint_opts.h', |
| 1394 'src/opts/SkMatrix_opts.h', |
| 1395 'src/opts/SkMorphologyImageFilter_opts.h', |
| 1396 'src/opts/SkNx_avx.h', |
| 1397 'src/opts/SkNx_sse.h', |
| 1398 'src/opts/SkOpts_avx.cpp', |
| 1399 'src/opts/SkPx_none.h', |
| 1400 'src/opts/SkPx_sse.h', |
| 1401 'src/opts/SkTextureCompressor_opts.h', |
| 1402 'src/opts/SkUtils_opts.h', |
| 1403 'src/opts/SkXfermode_opts.h', |
| 1404 'src/ports/SkDiscardableMemory_none.cpp', |
| 1405 'src/ports/SkFontHost_mac.cpp', |
| 1406 'src/ports/SkGlobalInitialization_default.cpp', |
| 1407 'src/ports/SkImageGenerator_skia.cpp', |
| 1408 'src/ports/SkMemory_malloc.cpp', |
| 1409 'src/ports/SkOSFile_posix.cpp', |
| 1410 'src/ports/SkOSFile_stdio.cpp', |
| 1411 'src/ports/SkOSLibrary.h', |
| 1412 'src/ports/SkOSLibrary_posix.cpp', |
| 1413 'src/ports/SkTLS_pthread.cpp', |
| 1414 'src/ports/SkTime_Unix.cpp'] |
| 1415 BASE_SRCS_PLATFORM = ['*** BEGIN CONDITION_IOS ***', |
| 1416 'src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', |
| 1417 'src/opts/Sk4px_none.h', |
| 1418 'src/opts/SkBitmapProcState_opts_arm.cpp', |
| 1419 'src/opts/SkBlitMask_opts.h', |
| 1420 'src/opts/SkBlitMask_opts_arm.cpp', |
| 1421 'src/opts/SkBlitRow_opts.h', |
| 1422 'src/opts/SkBlitRow_opts_arm.cpp', |
| 1423 'src/opts/SkBlurImageFilter_opts.h', |
| 1424 'src/opts/SkColorCubeFilter_opts.h', |
| 1425 'src/opts/SkFloatingPoint_opts.h', |
| 1426 'src/opts/SkMatrix_opts.h', |
| 1427 'src/opts/SkMorphologyImageFilter_opts.h', |
| 1428 'src/opts/SkNx_avx.h', |
| 1429 'src/opts/SkNx_sse.h', |
| 1430 'src/opts/SkOpts_avx.cpp', |
| 1431 'src/opts/SkPx_none.h', |
| 1432 'src/opts/SkPx_sse.h', |
| 1433 'src/opts/SkTextureCompressor_opts.h', |
| 1434 'src/opts/SkUtils_opts.h', |
| 1435 'src/opts/SkXfermode_opts.h', |
| 1436 'src/ports/SkDiscardableMemory_none.cpp', |
| 1437 'src/ports/SkFontHost_mac.cpp', |
| 1438 'src/ports/SkGlobalInitialization_default.cpp', |
| 1439 'src/ports/SkImageGenerator_skia.cpp', |
| 1440 'src/ports/SkMemory_malloc.cpp', |
| 1441 'src/ports/SkOSFile_posix.cpp', |
| 1442 'src/ports/SkOSFile_stdio.cpp', |
| 1443 'src/ports/SkOSLibrary.h', |
| 1444 'src/ports/SkOSLibrary_posix.cpp', |
| 1445 'src/ports/SkTLS_pthread.cpp', |
| 1446 'src/ports/SkTime_Unix.cpp', |
| 1447 '*** END CONDITION_IOS ***', |
| 1448 '*** BEGIN //conditions:default ***', |
| 1449 'src/gpu/gl/GrGLDefaultInterface_native.cpp', |
2066 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | 1450 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
2067 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', | 1451 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', |
2068 'src/opts/Sk4px_SSE2.h', | 1452 'src/opts/Sk4px_SSE2.h', |
| 1453 'src/opts/Sk4px_none.h', |
| 1454 'src/opts/SkBitmapFilter_opts_SSE2.cpp', |
| 1455 'src/opts/SkBitmapFilter_opts_SSE2.h', |
| 1456 'src/opts/SkBitmapProcState_opts_SSE2.cpp', |
| 1457 'src/opts/SkBitmapProcState_opts_SSE2.h', |
| 1458 'src/opts/SkBlitMask_opts.h', |
| 1459 'src/opts/SkBlitRow_opts.h', |
| 1460 'src/opts/SkBlitRow_opts_SSE2.cpp', |
| 1461 'src/opts/SkBlitRow_opts_SSE2.h', |
| 1462 'src/opts/SkBlurImageFilter_opts.h', |
| 1463 'src/opts/SkColorCubeFilter_opts.h', |
| 1464 'src/opts/SkColor_opts_SSE2.h', |
| 1465 'src/opts/SkFloatingPoint_opts.h', |
| 1466 'src/opts/SkMatrix_opts.h', |
| 1467 'src/opts/SkMorphologyImageFilter_opts.h', |
| 1468 'src/opts/SkNx_avx.h', |
| 1469 'src/opts/SkNx_sse.h', |
| 1470 'src/opts/SkOpts_avx.cpp', |
| 1471 'src/opts/SkPx_none.h', |
| 1472 'src/opts/SkPx_sse.h', |
| 1473 'src/opts/SkTextureCompressor_opts.h', |
| 1474 'src/opts/SkUtils_opts.h', |
| 1475 'src/opts/SkXfermode_opts.h', |
| 1476 'src/opts/opts_check_x86.cpp', |
| 1477 'src/ports/SkDebug_stdio.cpp', |
| 1478 'src/ports/SkDiscardableMemory_none.cpp', |
| 1479 'src/ports/SkFontHost_FreeType.cpp', |
| 1480 'src/ports/SkFontHost_FreeType_common.cpp', |
| 1481 'src/ports/SkFontHost_FreeType_common.h', |
| 1482 'src/ports/SkFontMgr_custom.cpp', |
| 1483 'src/ports/SkFontMgr_custom_directory_factory.cpp', |
| 1484 'src/ports/SkGlobalInitialization_default.cpp', |
| 1485 'src/ports/SkImageGenerator_skia.cpp', |
| 1486 'src/ports/SkMemory_malloc.cpp', |
| 1487 'src/ports/SkOSFile_posix.cpp', |
| 1488 'src/ports/SkOSFile_stdio.cpp', |
| 1489 'src/ports/SkOSLibrary.h', |
| 1490 'src/ports/SkOSLibrary_posix.cpp', |
| 1491 'src/ports/SkTLS_pthread.cpp', |
| 1492 'src/ports/SkTime_Unix.cpp', |
| 1493 '*** END //conditions:default ***', |
| 1494 '*** BEGIN CONDITION_ANDROID ***', |
| 1495 'src/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 1496 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', |
| 1497 'src/opts/Sk4px_NEON.h', |
| 1498 'src/opts/Sk4px_none.h', |
| 1499 'src/opts/SkBitmapProcState_arm_neon.cpp', |
| 1500 'src/opts/SkBitmapProcState_filter_neon.h', |
| 1501 'src/opts/SkBitmapProcState_matrixProcs_neon.cpp', |
| 1502 'src/opts/SkBitmapProcState_matrix_neon.h', |
| 1503 'src/opts/SkBitmapProcState_opts_arm.cpp', |
| 1504 'src/opts/SkBlitMask_opts.h', |
| 1505 'src/opts/SkBlitMask_opts_arm.cpp', |
| 1506 'src/opts/SkBlitMask_opts_arm_neon.cpp', |
| 1507 'src/opts/SkBlitMask_opts_arm_neon.h', |
| 1508 'src/opts/SkBlitRow_opts.h', |
| 1509 'src/opts/SkBlitRow_opts_arm.cpp', |
| 1510 'src/opts/SkBlitRow_opts_arm_neon.cpp', |
| 1511 'src/opts/SkBlitRow_opts_arm_neon.h', |
| 1512 'src/opts/SkBlurImageFilter_opts.h', |
| 1513 'src/opts/SkColorCubeFilter_opts.h', |
| 1514 'src/opts/SkColor_opts_neon.h', |
| 1515 'src/opts/SkFloatingPoint_opts.h', |
| 1516 'src/opts/SkMatrix_opts.h', |
| 1517 'src/opts/SkMorphologyImageFilter_opts.h', |
| 1518 'src/opts/SkNx_avx.h', |
| 1519 'src/opts/SkNx_neon.h', |
| 1520 'src/opts/SkNx_sse.h', |
| 1521 'src/opts/SkOpts_avx.cpp', |
| 1522 'src/opts/SkOpts_neon.cpp', |
| 1523 'src/opts/SkPx_neon.h', |
| 1524 'src/opts/SkPx_none.h', |
| 1525 'src/opts/SkPx_sse.h', |
| 1526 'src/opts/SkTextureCompressor_opts.h', |
| 1527 'src/opts/SkUtils_opts.h', |
| 1528 'src/opts/SkXfermode_opts.h', |
| 1529 'src/ports/SkDebug_android.cpp', |
| 1530 'src/ports/SkDiscardableMemory_none.cpp', |
| 1531 'src/ports/SkFontHost_FreeType.cpp', |
| 1532 'src/ports/SkFontHost_FreeType_common.cpp', |
| 1533 'src/ports/SkFontHost_FreeType_common.h', |
| 1534 'src/ports/SkFontMgr_android.cpp', |
| 1535 'src/ports/SkFontMgr_android_factory.cpp', |
| 1536 'src/ports/SkFontMgr_android_parser.cpp', |
| 1537 'src/ports/SkFontMgr_android_parser.h', |
| 1538 'src/ports/SkFontMgr_custom.cpp', |
| 1539 'src/ports/SkGlobalInitialization_default.cpp', |
| 1540 'src/ports/SkImageGenerator_skia.cpp', |
| 1541 'src/ports/SkMemory_malloc.cpp', |
| 1542 'src/ports/SkOSFile_posix.cpp', |
| 1543 'src/ports/SkOSFile_stdio.cpp', |
| 1544 'src/ports/SkOSLibrary.h', |
| 1545 'src/ports/SkOSLibrary_posix.cpp', |
| 1546 'src/ports/SkTLS_pthread.cpp', |
| 1547 'src/ports/SkTime_Unix.cpp', |
| 1548 '*** END CONDITION_ANDROID ***'] |
| 1549 BASE_SRCS_UNIX = ['src/gpu/gl/GrGLDefaultInterface_native.cpp', |
| 1550 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
| 1551 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', |
| 1552 'src/opts/Sk4px_SSE2.h', |
2069 'src/opts/Sk4px_none.h', | 1553 'src/opts/Sk4px_none.h', |
2070 'src/opts/SkBitmapFilter_opts_SSE2.cpp', | 1554 'src/opts/SkBitmapFilter_opts_SSE2.cpp', |
2071 'src/opts/SkBitmapFilter_opts_SSE2.h', | 1555 'src/opts/SkBitmapFilter_opts_SSE2.h', |
2072 'src/opts/SkBitmapProcState_opts_SSE2.cpp', | 1556 'src/opts/SkBitmapProcState_opts_SSE2.cpp', |
2073 'src/opts/SkBitmapProcState_opts_SSE2.h', | 1557 'src/opts/SkBitmapProcState_opts_SSE2.h', |
2074 'src/opts/SkBlitMask_opts.h', | 1558 'src/opts/SkBlitMask_opts.h', |
2075 'src/opts/SkBlitRow_opts.h', | 1559 'src/opts/SkBlitRow_opts.h', |
2076 'src/opts/SkBlitRow_opts_SSE2.cpp', | 1560 'src/opts/SkBlitRow_opts_SSE2.cpp', |
2077 'src/opts/SkBlitRow_opts_SSE2.h', | 1561 'src/opts/SkBlitRow_opts_SSE2.h', |
2078 'src/opts/SkBlurImageFilter_opts.h', | 1562 'src/opts/SkBlurImageFilter_opts.h', |
2079 'src/opts/SkColorCubeFilter_opts.h', | 1563 'src/opts/SkColorCubeFilter_opts.h', |
2080 'src/opts/SkColor_opts_SSE2.h', | 1564 'src/opts/SkColor_opts_SSE2.h', |
2081 'src/opts/SkFloatingPoint_opts.h', | 1565 'src/opts/SkFloatingPoint_opts.h', |
2082 'src/opts/SkMatrix_opts.h', | 1566 'src/opts/SkMatrix_opts.h', |
2083 'src/opts/SkMorphologyImageFilter_opts.h', | 1567 'src/opts/SkMorphologyImageFilter_opts.h', |
| 1568 'src/opts/SkNx_avx.h', |
2084 'src/opts/SkNx_sse.h', | 1569 'src/opts/SkNx_sse.h', |
| 1570 'src/opts/SkOpts_avx.cpp', |
| 1571 'src/opts/SkPx_none.h', |
| 1572 'src/opts/SkPx_sse.h', |
2085 'src/opts/SkTextureCompressor_opts.h', | 1573 'src/opts/SkTextureCompressor_opts.h', |
2086 'src/opts/SkUtils_opts.h', | 1574 'src/opts/SkUtils_opts.h', |
2087 'src/opts/SkXfermode_opts.h', | 1575 'src/opts/SkXfermode_opts.h', |
2088 'src/opts/opts_check_x86.cpp', | 1576 'src/opts/opts_check_x86.cpp', |
2089 'src/ports/SkDebug_stdio.cpp', | 1577 'src/ports/SkDebug_stdio.cpp', |
2090 'src/ports/SkDiscardableMemory_none.cpp', | 1578 'src/ports/SkDiscardableMemory_none.cpp', |
2091 'src/ports/SkFontHost_FreeType.cpp', | 1579 'src/ports/SkFontHost_FreeType.cpp', |
2092 'src/ports/SkFontHost_FreeType_common.cpp', | 1580 'src/ports/SkFontHost_FreeType_common.cpp', |
2093 'src/ports/SkFontHost_FreeType_common.h', | 1581 'src/ports/SkFontHost_FreeType_common.h', |
2094 'src/ports/SkFontMgr_custom.cpp', | 1582 'src/ports/SkFontMgr_custom.cpp', |
2095 'src/ports/SkFontMgr_custom_directory_factory.cpp', | 1583 'src/ports/SkFontMgr_custom_directory_factory.cpp', |
2096 'src/ports/SkGlobalInitialization_default.cpp', | 1584 'src/ports/SkGlobalInitialization_default.cpp', |
2097 'src/ports/SkImageGenerator_skia.cpp', | 1585 'src/ports/SkImageGenerator_skia.cpp', |
2098 'src/ports/SkMemory_malloc.cpp', | 1586 'src/ports/SkMemory_malloc.cpp', |
2099 'src/ports/SkOSFile_posix.cpp', | 1587 'src/ports/SkOSFile_posix.cpp', |
2100 'src/ports/SkOSFile_stdio.cpp', | 1588 'src/ports/SkOSFile_stdio.cpp', |
2101 'src/ports/SkOSLibrary.h', | 1589 'src/ports/SkOSLibrary.h', |
2102 'src/ports/SkOSLibrary_posix.cpp', | 1590 'src/ports/SkOSLibrary_posix.cpp', |
2103 'src/ports/SkTLS_pthread.cpp', | 1591 'src/ports/SkTLS_pthread.cpp', |
2104 'src/ports/SkTime_Unix.cpp'] | 1592 'src/ports/SkTime_Unix.cpp'] |
| 1593 COPTS = ['*** BEGIN CONDITION_IOS ***', |
| 1594 '*** END CONDITION_IOS ***', |
| 1595 '*** BEGIN //conditions:default ***', |
| 1596 '-Wno-implicit-fallthrough', |
| 1597 '-Wno-deprecated-declarations', |
| 1598 '*** END //conditions:default ***', |
| 1599 '*** BEGIN CONDITION_ANDROID ***', |
| 1600 '-mfpu=neon', |
| 1601 '*** END CONDITION_ANDROID ***'] |
| 1602 COPTS_ANDROID = ['-mfpu=neon'] |
| 1603 COPTS_IOS = [] |
| 1604 COPTS_UNIX = ['-Wno-implicit-fallthrough', '-Wno-deprecated-declarations'] |
| 1605 DEFINES = ['*** BEGIN CONDITION_IOS ***', |
| 1606 'SK_BUILD_FOR_IOS', |
| 1607 'SK_IGNORE_ETC1_SUPPORT', |
| 1608 '*** END CONDITION_IOS ***', |
| 1609 '*** BEGIN //conditions:default ***', |
| 1610 'SK_BUILD_FOR_UNIX', |
| 1611 'SK_SAMPLES_FOR_X', |
| 1612 '*** END //conditions:default ***', |
| 1613 '*** BEGIN CONDITION_ANDROID ***', |
| 1614 'SK_BUILD_FOR_ANDROID', |
| 1615 'SK_PNG_NO_INDEX_SUPPORTED', |
| 1616 '*** END CONDITION_ANDROID ***', |
| 1617 'SK_USE_FLOATBITS', |
| 1618 'SK_USE_FREETYPE_EMBOLDEN', |
| 1619 'GOOGLE3'] |
| 1620 DEFINES_ALL = ['SK_USE_FLOATBITS', 'SK_USE_FREETYPE_EMBOLDEN', 'GOOGLE3'] |
| 1621 DEFINES_ANDROID = ['SK_BUILD_FOR_ANDROID', 'SK_PNG_NO_INDEX_SUPPORTED'] |
| 1622 DEFINES_IOS = ['SK_BUILD_FOR_IOS', 'SK_IGNORE_ETC1_SUPPORT'] |
| 1623 DEFINES_UNIX = ['SK_BUILD_FOR_UNIX', 'SK_SAMPLES_FOR_X'] |
| 1624 DM_INCLUDES = ['gm', |
| 1625 'src/codec', |
| 1626 'src/effects', |
| 1627 'src/fonts', |
| 1628 'src/pathops', |
| 1629 'src/pipe/utils', |
| 1630 'src/ports', |
| 1631 'src/utils/debugger', |
| 1632 'tests', |
| 1633 'tools', |
| 1634 'tools/flags', |
| 1635 'tools/timer'] |
| 1636 DM_PLATFORM_SRCS = ['*** BEGIN //conditions:default ***', |
| 1637 '*** END //conditions:default ***', |
| 1638 '*** BEGIN CONDITION_ANDROID ***', |
| 1639 'tests/FontMgrAndroidParserTest.cpp', |
| 1640 '*** END CONDITION_ANDROID ***'] |
| 1641 DM_SRCS = ['dm/DM.cpp', |
| 1642 'dm/DMGpuSupport.h', |
| 1643 'dm/DMJsonWriter.cpp', |
| 1644 'dm/DMJsonWriter.h', |
| 1645 'dm/DMSrcSink.cpp', |
| 1646 'dm/DMSrcSink.h', |
| 1647 'dm/DMSrcSinkAndroid.h', |
| 1648 'gm/SkAnimTimer.h', |
| 1649 'gm/aaclip.cpp', |
| 1650 'gm/aarectmodes.cpp', |
| 1651 'gm/aaxfermodes.cpp', |
| 1652 'gm/addarc.cpp', |
| 1653 'gm/all_bitmap_configs.cpp', |
| 1654 'gm/alphagradients.cpp', |
| 1655 'gm/anisotropic.cpp', |
| 1656 'gm/annotated_text.cpp', |
| 1657 'gm/arcofzorro.cpp', |
| 1658 'gm/arithmode.cpp', |
| 1659 'gm/astcbitmap.cpp', |
| 1660 'gm/badpaint.cpp', |
| 1661 'gm/beziereffects.cpp', |
| 1662 'gm/beziers.cpp', |
| 1663 'gm/bigblurs.cpp', |
| 1664 'gm/bigmatrix.cpp', |
| 1665 'gm/bigrrectaaeffect.cpp', |
| 1666 'gm/bigtext.cpp', |
| 1667 'gm/bigtileimagefilter.cpp', |
| 1668 'gm/bitmapcopy.cpp', |
| 1669 'gm/bitmapfilters.cpp', |
| 1670 'gm/bitmappremul.cpp', |
| 1671 'gm/bitmaprect.cpp', |
| 1672 'gm/bitmaprecttest.cpp', |
| 1673 'gm/bitmapshader.cpp', |
| 1674 'gm/bleed.cpp', |
| 1675 'gm/blend.cpp', |
| 1676 'gm/blurcircles.cpp', |
| 1677 'gm/blurquickreject.cpp', |
| 1678 'gm/blurrect.cpp', |
| 1679 'gm/blurroundrect.cpp', |
| 1680 'gm/blurs.cpp', |
| 1681 'gm/bmpfilterqualityrepeat.cpp', |
| 1682 'gm/cgm.c', |
| 1683 'gm/cgms.cpp', |
| 1684 'gm/circles.cpp', |
| 1685 'gm/circularclips.cpp', |
| 1686 'gm/clip_strokerect.cpp', |
| 1687 'gm/clipdrawdraw.cpp', |
| 1688 'gm/clippedbitmapshaders.cpp', |
| 1689 'gm/cmykjpeg.cpp', |
| 1690 'gm/colorcube.cpp', |
| 1691 'gm/coloremoji.cpp', |
| 1692 'gm/colorfilterimagefilter.cpp', |
| 1693 'gm/colorfilters.cpp', |
| 1694 'gm/colormatrix.cpp', |
| 1695 'gm/colortype.cpp', |
| 1696 'gm/colortypexfermode.cpp', |
| 1697 'gm/colorwheel.cpp', |
| 1698 'gm/complexclip.cpp', |
| 1699 'gm/complexclip2.cpp', |
| 1700 'gm/complexclip3.cpp', |
| 1701 'gm/composeshader.cpp', |
| 1702 'gm/concavepaths.cpp', |
| 1703 'gm/conicpaths.cpp', |
| 1704 'gm/constcolorprocessor.cpp', |
| 1705 'gm/convex_all_line_paths.cpp', |
| 1706 'gm/convexpaths.cpp', |
| 1707 'gm/convexpolyclip.cpp', |
| 1708 'gm/convexpolyeffect.cpp', |
| 1709 'gm/copyTo4444.cpp', |
| 1710 'gm/cubicpaths.cpp', |
| 1711 'gm/dashcubics.cpp', |
| 1712 'gm/dashing.cpp', |
| 1713 'gm/dcshader.cpp', |
| 1714 'gm/degeneratesegments.cpp', |
| 1715 'gm/dftext.cpp', |
| 1716 'gm/discard.cpp', |
| 1717 'gm/displacement.cpp', |
| 1718 'gm/distantclip.cpp', |
| 1719 'gm/downsamplebitmap.cpp', |
| 1720 'gm/draw_bitmap_rect_skbug4374.cpp', |
| 1721 'gm/drawable.cpp', |
| 1722 'gm/drawatlas.cpp', |
| 1723 'gm/drawatlascolor.cpp', |
| 1724 'gm/drawbitmaprect.cpp', |
| 1725 'gm/drawfilter.cpp', |
| 1726 'gm/drawlooper.cpp', |
| 1727 'gm/drawminibitmaprect.cpp', |
| 1728 'gm/dropshadowimagefilter.cpp', |
| 1729 'gm/drrect.cpp', |
| 1730 'gm/dstreadshuffle.cpp', |
| 1731 'gm/emboss.cpp', |
| 1732 'gm/emptypath.cpp', |
| 1733 'gm/etc1bitmap.cpp', |
| 1734 'gm/extractbitmap.cpp', |
| 1735 'gm/factory.cpp', |
| 1736 'gm/fadefilter.cpp', |
| 1737 'gm/fatpathfill.cpp', |
| 1738 'gm/filltypes.cpp', |
| 1739 'gm/filltypespersp.cpp', |
| 1740 'gm/filterbitmap.cpp', |
| 1741 'gm/filterfastbounds.cpp', |
| 1742 'gm/filterindiabox.cpp', |
| 1743 'gm/fontcache.cpp', |
| 1744 'gm/fontmgr.cpp', |
| 1745 'gm/fontscaler.cpp', |
| 1746 'gm/fontscalerdistortable.cpp', |
| 1747 'gm/gammatext.cpp', |
| 1748 'gm/getpostextpath.cpp', |
| 1749 'gm/giantbitmap.cpp', |
| 1750 'gm/glyph_pos.cpp', |
| 1751 'gm/glyph_pos_align.cpp', |
| 1752 'gm/gm.cpp', |
| 1753 'gm/gm.h', |
| 1754 'gm/gm_expectations.h', |
| 1755 'gm/gradientDirtyLaundry.cpp', |
| 1756 'gm/gradient_matrix.cpp', |
| 1757 'gm/gradients.cpp', |
| 1758 'gm/gradients_2pt_conical.cpp', |
| 1759 'gm/gradients_no_texture.cpp', |
| 1760 'gm/gradtext.cpp', |
| 1761 'gm/grayscalejpg.cpp', |
| 1762 'gm/hairlines.cpp', |
| 1763 'gm/hairmodes.cpp', |
| 1764 'gm/hittestpath.cpp', |
| 1765 'gm/image.cpp', |
| 1766 'gm/image.h', |
| 1767 'gm/image_pict.cpp', |
| 1768 'gm/image_shader.cpp', |
| 1769 'gm/imagealphathreshold.cpp', |
| 1770 'gm/imageblur.cpp', |
| 1771 'gm/imageblur2.cpp', |
| 1772 'gm/imageblurtiled.cpp', |
| 1773 'gm/imagefilters.cpp', |
| 1774 'gm/imagefiltersbase.cpp', |
| 1775 'gm/imagefiltersclipped.cpp', |
| 1776 'gm/imagefilterscropexpand.cpp', |
| 1777 'gm/imagefilterscropped.cpp', |
| 1778 'gm/imagefiltersgraph.cpp', |
| 1779 'gm/imagefiltersscaled.cpp', |
| 1780 'gm/imagefiltersstroked.cpp', |
| 1781 'gm/imagefilterstransformed.cpp', |
| 1782 'gm/imagefromyuvtextures.cpp', |
| 1783 'gm/imagemagnifier.cpp', |
| 1784 'gm/imageresizetiled.cpp', |
| 1785 'gm/imagesource.cpp', |
| 1786 'gm/imagesource2.cpp', |
| 1787 'gm/internal_links.cpp', |
| 1788 'gm/inversepaths.cpp', |
| 1789 'gm/largeglyphblur.cpp', |
| 1790 'gm/lcdblendmodes.cpp', |
| 1791 'gm/lcdoverlap.cpp', |
| 1792 'gm/lcdtext.cpp', |
| 1793 'gm/lerpmode.cpp', |
| 1794 'gm/lighting.cpp', |
| 1795 'gm/lightingshader.cpp', |
| 1796 'gm/linepaths.cpp', |
| 1797 'gm/localmatriximagefilter.cpp', |
| 1798 'gm/lumafilter.cpp', |
| 1799 'gm/matrixconvolution.cpp', |
| 1800 'gm/matriximagefilter.cpp', |
| 1801 'gm/megalooper.cpp', |
| 1802 'gm/mipmap.cpp', |
| 1803 'gm/mixedtextblobs.cpp', |
| 1804 'gm/modecolorfilters.cpp', |
| 1805 'gm/morphology.cpp', |
| 1806 'gm/multipicturedraw.cpp', |
| 1807 'gm/nested.cpp', |
| 1808 'gm/ninepatchstretch.cpp', |
| 1809 'gm/nonclosedpaths.cpp', |
| 1810 'gm/offsetimagefilter.cpp', |
| 1811 'gm/ovals.cpp', |
| 1812 'gm/patch.cpp', |
| 1813 'gm/patchgrid.cpp', |
| 1814 'gm/path_stroke_with_zero_length.cpp', |
| 1815 'gm/patheffects.cpp', |
| 1816 'gm/pathfill.cpp', |
| 1817 'gm/pathinterior.cpp', |
| 1818 'gm/pathopsinverse.cpp', |
| 1819 'gm/pathopsskpclip.cpp', |
| 1820 'gm/pathreverse.cpp', |
| 1821 'gm/pdf_never_embed.cpp', |
| 1822 'gm/peekpixels.cpp', |
| 1823 'gm/perlinnoise.cpp', |
| 1824 'gm/perspshaders.cpp', |
| 1825 'gm/picture.cpp', |
| 1826 'gm/pictureimagefilter.cpp', |
| 1827 'gm/pictureimagegenerator.cpp', |
| 1828 'gm/pictureshader.cpp', |
| 1829 'gm/pictureshadertile.cpp', |
| 1830 'gm/pixelsnap.cpp', |
| 1831 'gm/plus.cpp', |
| 1832 'gm/points.cpp', |
| 1833 'gm/poly2poly.cpp', |
| 1834 'gm/polygons.cpp', |
| 1835 'gm/quadpaths.cpp', |
| 1836 'gm/recordopts.cpp', |
| 1837 'gm/rects.cpp', |
| 1838 'gm/repeated_bitmap.cpp', |
| 1839 'gm/resizeimagefilter.cpp', |
| 1840 'gm/roundrects.cpp', |
| 1841 'gm/rrect.cpp', |
| 1842 'gm/rrects.cpp', |
| 1843 'gm/samplerstress.cpp', |
| 1844 'gm/scaledstrokes.cpp', |
| 1845 'gm/selftest.cpp', |
| 1846 'gm/shaderbounds.cpp', |
| 1847 'gm/shadertext.cpp', |
| 1848 'gm/shadertext2.cpp', |
| 1849 'gm/shadertext3.cpp', |
| 1850 'gm/shadows.cpp', |
| 1851 'gm/shallowgradient.cpp', |
| 1852 'gm/simpleaaclip.cpp', |
| 1853 'gm/skbug1719.cpp', |
| 1854 'gm/smallarc.cpp', |
| 1855 'gm/smallimage.cpp', |
| 1856 'gm/spritebitmap.cpp', |
| 1857 'gm/srcmode.cpp', |
| 1858 'gm/stlouisarch.cpp', |
| 1859 'gm/stringart.cpp', |
| 1860 'gm/strokefill.cpp', |
| 1861 'gm/strokerect.cpp', |
| 1862 'gm/strokerects.cpp', |
| 1863 'gm/strokes.cpp', |
| 1864 'gm/stroketext.cpp', |
| 1865 'gm/surface.cpp', |
| 1866 'gm/tablecolorfilter.cpp', |
| 1867 'gm/tallstretchedbitmaps.cpp', |
| 1868 'gm/testimagefilters.cpp', |
| 1869 'gm/texdata.cpp', |
| 1870 'gm/textblob.cpp', |
| 1871 'gm/textblobcolortrans.cpp', |
| 1872 'gm/textblobgeometrychange.cpp', |
| 1873 'gm/textbloblooper.cpp', |
| 1874 'gm/textblobmixedsizes.cpp', |
| 1875 'gm/textblobrandomfont.cpp', |
| 1876 'gm/textblobshader.cpp', |
| 1877 'gm/textblobtransforms.cpp', |
| 1878 'gm/textblobuseaftergpufree.cpp', |
| 1879 'gm/texteffects.cpp', |
| 1880 'gm/texturedomaineffect.cpp', |
| 1881 'gm/thinrects.cpp', |
| 1882 'gm/thinstrokedrects.cpp', |
| 1883 'gm/tiledscaledbitmap.cpp', |
| 1884 'gm/tileimagefilter.cpp', |
| 1885 'gm/tilemodes.cpp', |
| 1886 'gm/tilemodes_scaled.cpp', |
| 1887 'gm/tinybitmap.cpp', |
| 1888 'gm/transparency.cpp', |
| 1889 'gm/typeface.cpp', |
| 1890 'gm/variedtext.cpp', |
| 1891 'gm/vertices.cpp', |
| 1892 'gm/verttext.cpp', |
| 1893 'gm/verttext2.cpp', |
| 1894 'gm/verylargebitmap.cpp', |
| 1895 'gm/xfermodeimagefilter.cpp', |
| 1896 'gm/xfermodes.cpp', |
| 1897 'gm/xfermodes2.cpp', |
| 1898 'gm/xfermodes3.cpp', |
| 1899 'gm/yuvtorgbeffect.cpp', |
| 1900 'tests/AAClipTest.cpp', |
| 1901 'tests/ARGBImageEncoderTest.cpp', |
| 1902 'tests/AnnotationTest.cpp', |
| 1903 'tests/AsADashTest.cpp', |
| 1904 'tests/AtomicTest.cpp', |
| 1905 'tests/BadIcoTest.cpp', |
| 1906 'tests/BitSetTest.cpp', |
| 1907 'tests/BitmapCopyTest.cpp', |
| 1908 'tests/BitmapGetColorTest.cpp', |
| 1909 'tests/BitmapHasherTest.cpp', |
| 1910 'tests/BitmapHeapTest.cpp', |
| 1911 'tests/BitmapTest.cpp', |
| 1912 'tests/BlendTest.cpp', |
| 1913 'tests/BlitRowTest.cpp', |
| 1914 'tests/BlurTest.cpp', |
| 1915 'tests/CPlusPlusEleven.cpp', |
| 1916 'tests/CTest.cpp', |
| 1917 'tests/CachedDataTest.cpp', |
| 1918 'tests/CachedDecodingPixelRefTest.cpp', |
| 1919 'tests/CanvasStateHelpers.cpp', |
| 1920 'tests/CanvasStateHelpers.h', |
| 1921 'tests/CanvasStateTest.cpp', |
| 1922 'tests/CanvasTest.cpp', |
| 1923 'tests/ChecksumTest.cpp', |
| 1924 'tests/ClampRangeTest.cpp', |
| 1925 'tests/ClipBoundsTest.cpp', |
| 1926 'tests/ClipCubicTest.cpp', |
| 1927 'tests/ClipStackTest.cpp', |
| 1928 'tests/ClipperTest.cpp', |
| 1929 'tests/CodexTest.cpp', |
| 1930 'tests/ColorFilterTest.cpp', |
| 1931 'tests/ColorMatrixTest.cpp', |
| 1932 'tests/ColorPrivTest.cpp', |
| 1933 'tests/ColorTest.cpp', |
| 1934 'tests/DashPathEffectTest.cpp', |
| 1935 'tests/DataRefTest.cpp', |
| 1936 'tests/DequeTest.cpp', |
| 1937 'tests/DeviceLooperTest.cpp', |
| 1938 'tests/DiscardableMemoryPoolTest.cpp', |
| 1939 'tests/DiscardableMemoryTest.cpp', |
| 1940 'tests/DrawBitmapRectTest.cpp', |
| 1941 'tests/DrawFilterTest.cpp', |
| 1942 'tests/DrawPathTest.cpp', |
| 1943 'tests/DrawTextTest.cpp', |
| 1944 'tests/DynamicHashTest.cpp', |
| 1945 'tests/EmptyPathTest.cpp', |
| 1946 'tests/ErrorTest.cpp', |
| 1947 'tests/FillPathTest.cpp', |
| 1948 'tests/FitsInTest.cpp', |
| 1949 'tests/FloatingPointTextureTest.cpp', |
| 1950 'tests/FontHostStreamTest.cpp', |
| 1951 'tests/FontHostTest.cpp', |
| 1952 'tests/FontMgrTest.cpp', |
| 1953 'tests/FontNamesTest.cpp', |
| 1954 'tests/FontObjTest.cpp', |
| 1955 'tests/FrontBufferedStreamTest.cpp', |
| 1956 'tests/GLInterfaceValidationTest.cpp', |
| 1957 'tests/GLProgramsTest.cpp', |
| 1958 'tests/GeometryTest.cpp', |
| 1959 'tests/GifTest.cpp', |
| 1960 'tests/GpuColorFilterTest.cpp', |
| 1961 'tests/GpuDrawPathTest.cpp', |
| 1962 'tests/GpuLayerCacheTest.cpp', |
| 1963 'tests/GpuRectanizerTest.cpp', |
| 1964 'tests/GrAllocatorTest.cpp', |
| 1965 'tests/GrContextFactoryTest.cpp', |
| 1966 'tests/GrDrawTargetTest.cpp', |
| 1967 'tests/GrGLSLPrettyPrintTest.cpp', |
| 1968 'tests/GrGetCoeffBlendKnownComponentsTest.cpp', |
| 1969 'tests/GrMemoryPoolTest.cpp', |
| 1970 'tests/GrPorterDuffTest.cpp', |
| 1971 'tests/GrSurfaceTest.cpp', |
| 1972 'tests/GrTRecorderTest.cpp', |
| 1973 'tests/GrTextureMipMapInvalidationTest.cpp', |
| 1974 'tests/GradientTest.cpp', |
| 1975 'tests/HashTest.cpp', |
| 1976 'tests/ImageCacheTest.cpp', |
| 1977 'tests/ImageDecodingTest.cpp', |
| 1978 'tests/ImageFilterTest.cpp', |
| 1979 'tests/ImageGeneratorTest.cpp', |
| 1980 'tests/ImageIsOpaqueTest.cpp', |
| 1981 'tests/ImageNewShaderTest.cpp', |
| 1982 'tests/ImageTest.cpp', |
| 1983 'tests/IndexedPngOverflowTest.cpp', |
| 1984 'tests/InfRectTest.cpp', |
| 1985 'tests/InterpolatorTest.cpp', |
| 1986 'tests/InvalidIndexedPngTest.cpp', |
| 1987 'tests/JpegTest.cpp', |
| 1988 'tests/KtxTest.cpp', |
| 1989 'tests/LListTest.cpp', |
| 1990 'tests/LayerDrawLooperTest.cpp', |
| 1991 'tests/LayerRasterizerTest.cpp', |
| 1992 'tests/MD5Test.cpp', |
| 1993 'tests/MallocPixelRefTest.cpp', |
| 1994 'tests/MaskCacheTest.cpp', |
| 1995 'tests/MathTest.cpp', |
| 1996 'tests/Matrix44Test.cpp', |
| 1997 'tests/MatrixClipCollapseTest.cpp', |
| 1998 'tests/MatrixTest.cpp', |
| 1999 'tests/MemoryTest.cpp', |
| 2000 'tests/MemsetTest.cpp', |
| 2001 'tests/MessageBusTest.cpp', |
| 2002 'tests/MetaDataTest.cpp', |
| 2003 'tests/MipMapTest.cpp', |
| 2004 'tests/NameAllocatorTest.cpp', |
| 2005 'tests/OSPathTest.cpp', |
| 2006 'tests/OncePtrTest.cpp', |
| 2007 'tests/OnceTest.cpp', |
| 2008 'tests/PDFDeflateWStreamTest.cpp', |
| 2009 'tests/PDFDocumentTest.cpp', |
| 2010 'tests/PDFGlyphsToUnicodeTest.cpp', |
| 2011 'tests/PDFInvalidBitmapTest.cpp', |
| 2012 'tests/PDFJpegEmbedTest.cpp', |
| 2013 'tests/PDFMetadataAttributeTest.cpp', |
| 2014 'tests/PDFOpaqueSrcModeToSrcOverTest.cpp', |
| 2015 'tests/PDFPrimitivesTest.cpp', |
| 2016 'tests/PackBitsTest.cpp', |
| 2017 'tests/PaintTest.cpp', |
| 2018 'tests/ParsePathTest.cpp', |
| 2019 'tests/PathCoverageTest.cpp', |
| 2020 'tests/PathMeasureTest.cpp', |
| 2021 'tests/PathOpsAngleIdeas.cpp', |
| 2022 'tests/PathOpsAngleTest.cpp', |
| 2023 'tests/PathOpsBattles.cpp', |
| 2024 'tests/PathOpsBoundsTest.cpp', |
| 2025 'tests/PathOpsBuildUseTest.cpp', |
| 2026 'tests/PathOpsBuilderConicTest.cpp', |
| 2027 'tests/PathOpsBuilderTest.cpp', |
| 2028 'tests/PathOpsConicIntersectionTest.cpp', |
| 2029 'tests/PathOpsConicLineIntersectionTest.cpp', |
| 2030 'tests/PathOpsCubicConicIntersectionTest.cpp', |
| 2031 'tests/PathOpsCubicIntersectionTest.cpp', |
| 2032 'tests/PathOpsCubicIntersectionTestData.cpp', |
| 2033 'tests/PathOpsCubicIntersectionTestData.h', |
| 2034 'tests/PathOpsCubicLineIntersectionIdeas.cpp', |
| 2035 'tests/PathOpsCubicLineIntersectionTest.cpp', |
| 2036 'tests/PathOpsCubicQuadIntersectionTest.cpp', |
| 2037 'tests/PathOpsCubicReduceOrderTest.cpp', |
| 2038 'tests/PathOpsDCubicTest.cpp', |
| 2039 'tests/PathOpsDLineTest.cpp', |
| 2040 'tests/PathOpsDPointTest.cpp', |
| 2041 'tests/PathOpsDRectTest.cpp', |
| 2042 'tests/PathOpsDVectorTest.cpp', |
| 2043 'tests/PathOpsDebug.cpp', |
| 2044 'tests/PathOpsExtendedTest.cpp', |
| 2045 'tests/PathOpsExtendedTest.h', |
| 2046 'tests/PathOpsFuzz763Test.cpp', |
| 2047 'tests/PathOpsInverseTest.cpp', |
| 2048 'tests/PathOpsIssue3651.cpp', |
| 2049 'tests/PathOpsLineIntersectionTest.cpp', |
| 2050 'tests/PathOpsLineParametetersTest.cpp', |
| 2051 'tests/PathOpsOpCircleThreadedTest.cpp', |
| 2052 'tests/PathOpsOpCubicThreadedTest.cpp', |
| 2053 'tests/PathOpsOpLoopThreadedTest.cpp', |
| 2054 'tests/PathOpsOpRectThreadedTest.cpp', |
| 2055 'tests/PathOpsOpTest.cpp', |
| 2056 'tests/PathOpsQuadIntersectionTest.cpp', |
| 2057 'tests/PathOpsQuadIntersectionTestData.cpp', |
| 2058 'tests/PathOpsQuadIntersectionTestData.h', |
| 2059 'tests/PathOpsQuadLineIntersectionTest.cpp', |
| 2060 'tests/PathOpsQuadLineIntersectionThreadedTest.cpp', |
| 2061 'tests/PathOpsQuadReduceOrderTest.cpp', |
| 2062 'tests/PathOpsSimplifyDegenerateThreadedTest.cpp', |
| 2063 'tests/PathOpsSimplifyFailTest.cpp', |
| 2064 'tests/PathOpsSimplifyQuadThreadedTest.cpp', |
| 2065 'tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', |
| 2066 'tests/PathOpsSimplifyRectThreadedTest.cpp', |
| 2067 'tests/PathOpsSimplifyTest.cpp', |
| 2068 'tests/PathOpsSimplifyTrianglesThreadedTest.cpp', |
| 2069 'tests/PathOpsSkpTest.cpp', |
| 2070 'tests/PathOpsTSectDebug.h', |
| 2071 'tests/PathOpsTestCommon.cpp', |
| 2072 'tests/PathOpsTestCommon.h', |
| 2073 'tests/PathOpsThreadedCommon.cpp', |
| 2074 'tests/PathOpsThreadedCommon.h', |
| 2075 'tests/PathOpsThreeWayTest.cpp', |
| 2076 'tests/PathOpsTightBoundsTest.cpp', |
| 2077 'tests/PathOpsTypesTest.cpp', |
| 2078 'tests/PathTest.cpp', |
| 2079 'tests/PictureBBHTest.cpp', |
| 2080 'tests/PictureShaderTest.cpp', |
| 2081 'tests/PictureTest.cpp', |
| 2082 'tests/PipeTest.cpp', |
| 2083 'tests/PixelRefTest.cpp', |
| 2084 'tests/Point3Test.cpp', |
| 2085 'tests/PointTest.cpp', |
| 2086 'tests/PremulAlphaRoundTripTest.cpp', |
| 2087 'tests/QuickRejectTest.cpp', |
| 2088 'tests/RTConfRegistryTest.cpp', |
| 2089 'tests/RTreeTest.cpp', |
| 2090 'tests/RandomTest.cpp', |
| 2091 'tests/ReadPixelsTest.cpp', |
| 2092 'tests/ReadWriteAlphaTest.cpp', |
| 2093 'tests/Reader32Test.cpp', |
| 2094 'tests/RecordDrawTest.cpp', |
| 2095 'tests/RecordOptsTest.cpp', |
| 2096 'tests/RecordPatternTest.cpp', |
| 2097 'tests/RecordReplaceDrawTest.cpp', |
| 2098 'tests/RecordTest.cpp', |
| 2099 'tests/RecordTestUtils.h', |
| 2100 'tests/RecorderTest.cpp', |
| 2101 'tests/RecordingXfermodeTest.cpp', |
| 2102 'tests/RectTest.cpp', |
| 2103 'tests/RefCntTest.cpp', |
| 2104 'tests/RefDictTest.cpp', |
| 2105 'tests/RegionTest.cpp', |
| 2106 'tests/ResourceCacheTest.cpp', |
| 2107 'tests/RoundRectTest.cpp', |
| 2108 'tests/RuntimeConfigTest.cpp', |
| 2109 'tests/SHA1Test.cpp', |
| 2110 'tests/SRGBReadWritePixelsTest.cpp', |
| 2111 'tests/SVGDeviceTest.cpp', |
| 2112 'tests/ScalarTest.cpp', |
| 2113 'tests/SerializationTest.cpp', |
| 2114 'tests/ShaderImageFilterTest.cpp', |
| 2115 'tests/ShaderOpacityTest.cpp', |
| 2116 'tests/SizeTest.cpp', |
| 2117 'tests/SkBase64Test.cpp', |
| 2118 'tests/SkImageTest.cpp', |
| 2119 'tests/SkNxTest.cpp', |
| 2120 'tests/SkResourceCacheTest.cpp', |
| 2121 'tests/SkSharedMutexTest.cpp', |
| 2122 'tests/SmallAllocatorTest.cpp', |
| 2123 'tests/SortTest.cpp', |
| 2124 'tests/SrcOverTest.cpp', |
| 2125 'tests/StreamTest.cpp', |
| 2126 'tests/StringTest.cpp', |
| 2127 'tests/StrokeTest.cpp', |
| 2128 'tests/StrokerTest.cpp', |
| 2129 'tests/SubsetPath.cpp', |
| 2130 'tests/SubsetPath.h', |
| 2131 'tests/SurfaceTest.cpp', |
| 2132 'tests/SwizzlerTest.cpp', |
| 2133 'tests/TArrayTest.cpp', |
| 2134 'tests/TDPQueueTest.cpp', |
| 2135 'tests/TLSTest.cpp', |
| 2136 'tests/TemplatesTest.cpp', |
| 2137 'tests/TessellatingPathRendererTests.cpp', |
| 2138 'tests/Test.cpp', |
| 2139 'tests/Test.h', |
| 2140 'tests/TextBlobCacheTest.cpp', |
| 2141 'tests/TextBlobTest.cpp', |
| 2142 'tests/TextureCompressionTest.cpp', |
| 2143 'tests/Time.cpp', |
| 2144 'tests/TopoSortTest.cpp', |
| 2145 'tests/TraceMemoryDumpTest.cpp', |
| 2146 'tests/TracingTest.cpp', |
| 2147 'tests/TypefaceTest.cpp', |
| 2148 'tests/UnicodeTest.cpp', |
| 2149 'tests/UtilsTest.cpp', |
| 2150 'tests/VarAllocTest.cpp', |
| 2151 'tests/WArrayTest.cpp', |
| 2152 'tests/WritePixelsTest.cpp', |
| 2153 'tests/Writer32Test.cpp', |
| 2154 'tests/XfermodeTest.cpp', |
| 2155 'tests/YUVCacheTest.cpp', |
| 2156 'tools/CrashHandler.cpp', |
| 2157 'tools/CrashHandler.h', |
| 2158 'tools/LazyDecodeBitmap.cpp', |
| 2159 'tools/LazyDecodeBitmap.h', |
| 2160 'tools/ProcStats.cpp', |
| 2161 'tools/ProcStats.h', |
| 2162 'tools/Resources.cpp', |
| 2163 'tools/Resources.h', |
| 2164 'tools/flags/SkCommandLineFlags.cpp', |
| 2165 'tools/flags/SkCommandLineFlags.h', |
| 2166 'tools/flags/SkCommonFlags.cpp', |
| 2167 'tools/flags/SkCommonFlags.h', |
| 2168 'tools/sk_tool_utils.cpp', |
| 2169 'tools/sk_tool_utils.h', |
| 2170 'tools/sk_tool_utils_font.cpp', |
| 2171 'tools/timer/Timer.cpp', |
| 2172 'tools/timer/Timer.h'] |
| 2173 DM_SRCS_ANDROID = ['tests/FontMgrAndroidParserTest.cpp'] |
| 2174 DM_SRCS_UNIX = [] |
| 2175 INCLUDES = ['include/android', |
| 2176 'include/c', |
| 2177 'include/codec', |
| 2178 'include/config', |
| 2179 'include/core', |
| 2180 'include/effects', |
| 2181 'include/gpu', |
| 2182 'include/images', |
| 2183 'include/pathops', |
| 2184 'include/pipe', |
| 2185 'include/ports', |
| 2186 'include/private', |
| 2187 'include/utils', |
| 2188 'include/utils/mac', |
| 2189 'include/utils/win', |
| 2190 'include/svg', |
| 2191 'include/xml', |
| 2192 'src/codec', |
| 2193 'src/core', |
| 2194 'src/gpu', |
| 2195 'src/image', |
| 2196 'src/lazy', |
| 2197 'src/opts', |
| 2198 'src/pdf', |
| 2199 'src/sfnt', |
| 2200 'src/utils', |
| 2201 'third_party/etc1', |
| 2202 'third_party/ktx'] |
| 2203 LINKOPTS = ['*** BEGIN //conditions:default ***', |
| 2204 '-ldl', |
| 2205 '*** END //conditions:default ***', |
| 2206 '*** BEGIN CONDITION_ANDROID ***', |
| 2207 '-ldl', |
| 2208 '-lEGL', |
| 2209 '*** END CONDITION_ANDROID ***'] |
| 2210 SSE4_SRCS = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp'] |
| 2211 SSSE3_SRCS = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse
3.cpp'] |
OLD | NEW |