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 = ['-Wno-implicit-fallthrough'] | 3 COPTS = ['*** BEGIN //conditions:default ***', |
4 DEFINES = ['SK_RELEASE', | 4 '-Wno-implicit-fallthrough', |
| 5 '*** END //conditions:default ***', |
| 6 '*** BEGIN CONDITION_ANDROID ***', |
| 7 '*** END CONDITION_ANDROID ***'] |
| 8 COPTS_ANDROID = [] |
| 9 COPTS_UNIX = ['-Wno-implicit-fallthrough'] |
| 10 DEFINES = ['*** BEGIN //conditions:default ***', |
| 11 'SK_BUILD_FOR_UNIX', |
| 12 'SK_SAMPLES_FOR_X', |
| 13 '*** END //conditions:default ***', |
| 14 '*** BEGIN CONDITION_ANDROID ***', |
| 15 'SK_BUILD_FOR_ANDROID', |
| 16 'SK_ARM_HAS_OPTIONAL_NEON', |
| 17 'SK_PNG_NO_INDEX_SUPPORTED', |
| 18 '*** END CONDITION_ANDROID ***', |
| 19 'SK_RELEASE', |
5 'SK_USE_FLOATBITS', | 20 'SK_USE_FLOATBITS', |
6 'SK_USE_FREETYPE_EMBOLDEN', | 21 'SK_USE_FREETYPE_EMBOLDEN', |
7 'GOOGLE3', | 22 'GOOGLE3'] |
8 'SK_BUILD_FOR_UNIX', | 23 DEFINES_ALL = ['SK_RELEASE', 'SK_USE_FLOATBITS', 'SK_USE_FREETYPE_EMBOLDEN', 'GO
OGLE3'] |
9 'SK_SAMPLES_FOR_X'] | 24 DEFINES_ANDROID = ['SK_BUILD_FOR_ANDROID', |
| 25 'SK_ARM_HAS_OPTIONAL_NEON', |
| 26 'SK_PNG_NO_INDEX_SUPPORTED'] |
| 27 DEFINES_UNIX = ['SK_BUILD_FOR_UNIX', 'SK_SAMPLES_FOR_X'] |
| 28 DEPS = ['*** BEGIN //conditions:default ***', |
| 29 ':opts_sse4', |
| 30 ':opts_ssse3', |
| 31 '*** END //conditions:default ***', |
| 32 '*** BEGIN CONDITION_ANDROID ***', |
| 33 ':opts_arm', |
| 34 ':opts_neon', |
| 35 '*** END CONDITION_ANDROID ***'] |
| 36 DEPS_ANDROID = [':opts_arm', ':opts_neon'] |
| 37 DEPS_UNIX = [':opts_sse4', ':opts_ssse3'] |
10 DM_INCLUDES = ['gm', | 38 DM_INCLUDES = ['gm', |
11 'src/codec', | 39 'src/codec', |
12 'src/effects', | 40 'src/effects', |
13 'src/fonts', | 41 'src/fonts', |
14 'src/pathops', | 42 'src/pathops', |
15 'src/pipe/utils', | 43 'src/pipe/utils', |
| 44 'src/ports', |
16 'src/utils/debugger', | 45 'src/utils/debugger', |
17 'tests', | 46 'tests', |
18 'tools', | 47 'tools', |
19 'tools/flags', | 48 'tools/flags', |
20 'tools/timer'] | 49 'tools/timer'] |
| 50 DM_PLATFORM_SRCS = ['*** BEGIN //conditions:default ***', |
| 51 'tests/PDFDeflateWStreamTest.cpp', |
| 52 'tests/PDFDocumentTest.cpp', |
| 53 'tests/PDFGlyphsToUnicodeTest.cpp', |
| 54 'tests/PDFInvalidBitmapTest.cpp', |
| 55 'tests/PDFJpegEmbedTest.cpp', |
| 56 'tests/PDFMetadataAttributeTest.cpp', |
| 57 'tests/PDFOpaqueSrcModeToSrcOverTest.cpp', |
| 58 'tests/PDFPrimitivesTest.cpp', |
| 59 '*** END //conditions:default ***', |
| 60 '*** BEGIN CONDITION_ANDROID ***', |
| 61 'tests/FontMgrAndroidParserTest.cpp', |
| 62 '*** END CONDITION_ANDROID ***'] |
21 DM_SRCS = ['dm/DM.cpp', | 63 DM_SRCS = ['dm/DM.cpp', |
22 'dm/DMGpuSupport.h', | 64 'dm/DMGpuSupport.h', |
23 'dm/DMJsonWriter.cpp', | 65 'dm/DMJsonWriter.cpp', |
24 'dm/DMJsonWriter.h', | 66 'dm/DMJsonWriter.h', |
25 'dm/DMSrcSink.cpp', | 67 'dm/DMSrcSink.cpp', |
26 'dm/DMSrcSink.h', | 68 'dm/DMSrcSink.h', |
27 'dm/DMSrcSinkAndroid.h', | 69 'dm/DMSrcSinkAndroid.h', |
28 'gm/SkAnimTimer.h', | 70 'gm/SkAnimTimer.h', |
29 'gm/aaclip.cpp', | 71 'gm/aaclip.cpp', |
30 'gm/aarectmodes.cpp', | 72 'gm/aarectmodes.cpp', |
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 'tests/MatrixTest.cpp', | 421 'tests/MatrixTest.cpp', |
380 'tests/MemoryTest.cpp', | 422 'tests/MemoryTest.cpp', |
381 'tests/MemsetTest.cpp', | 423 'tests/MemsetTest.cpp', |
382 'tests/MessageBusTest.cpp', | 424 'tests/MessageBusTest.cpp', |
383 'tests/MetaDataTest.cpp', | 425 'tests/MetaDataTest.cpp', |
384 'tests/MipMapTest.cpp', | 426 'tests/MipMapTest.cpp', |
385 'tests/NameAllocatorTest.cpp', | 427 'tests/NameAllocatorTest.cpp', |
386 'tests/OSPathTest.cpp', | 428 'tests/OSPathTest.cpp', |
387 'tests/OncePtrTest.cpp', | 429 'tests/OncePtrTest.cpp', |
388 'tests/OnceTest.cpp', | 430 'tests/OnceTest.cpp', |
389 'tests/PDFDeflateWStreamTest.cpp', | |
390 'tests/PDFDocumentTest.cpp', | |
391 'tests/PDFGlyphsToUnicodeTest.cpp', | |
392 'tests/PDFInvalidBitmapTest.cpp', | |
393 'tests/PDFJpegEmbedTest.cpp', | |
394 'tests/PDFMetadataAttributeTest.cpp', | |
395 'tests/PDFOpaqueSrcModeToSrcOverTest.cpp', | |
396 'tests/PDFPrimitivesTest.cpp', | |
397 'tests/PackBitsTest.cpp', | 431 'tests/PackBitsTest.cpp', |
398 'tests/PaintTest.cpp', | 432 'tests/PaintTest.cpp', |
399 'tests/ParsePathTest.cpp', | 433 'tests/ParsePathTest.cpp', |
400 'tests/PathCoverageTest.cpp', | 434 'tests/PathCoverageTest.cpp', |
401 'tests/PathMeasureTest.cpp', | 435 'tests/PathMeasureTest.cpp', |
402 'tests/PathOpsAngleIdeas.cpp', | 436 'tests/PathOpsAngleIdeas.cpp', |
403 'tests/PathOpsAngleTest.cpp', | 437 'tests/PathOpsAngleTest.cpp', |
404 'tests/PathOpsBattles.cpp', | 438 'tests/PathOpsBattles.cpp', |
405 'tests/PathOpsBoundsTest.cpp', | 439 'tests/PathOpsBoundsTest.cpp', |
406 'tests/PathOpsBuildUseTest.cpp', | 440 'tests/PathOpsBuildUseTest.cpp', |
407 'tests/PathOpsBuilderTest.cpp', | 441 'tests/PathOpsBuilderTest.cpp', |
408 'tests/PathOpsConicIntersectionTest.cpp', | 442 'tests/PathOpsConicIntersectionTest.cpp', |
409 'tests/PathOpsConicLineIntersectionTest.cpp', | 443 'tests/PathOpsConicLineIntersectionTest.cpp', |
| 444 'tests/PathOpsCubicConicIntersectionTest.cpp', |
410 'tests/PathOpsCubicIntersectionTest.cpp', | 445 'tests/PathOpsCubicIntersectionTest.cpp', |
411 'tests/PathOpsCubicIntersectionTestData.cpp', | 446 'tests/PathOpsCubicIntersectionTestData.cpp', |
412 'tests/PathOpsCubicIntersectionTestData.h', | 447 'tests/PathOpsCubicIntersectionTestData.h', |
413 'tests/PathOpsCubicLineIntersectionIdeas.cpp', | 448 'tests/PathOpsCubicLineIntersectionIdeas.cpp', |
414 'tests/PathOpsCubicLineIntersectionTest.cpp', | 449 'tests/PathOpsCubicLineIntersectionTest.cpp', |
415 'tests/PathOpsCubicQuadIntersectionTest.cpp', | 450 'tests/PathOpsCubicQuadIntersectionTest.cpp', |
416 'tests/PathOpsCubicReduceOrderTest.cpp', | 451 'tests/PathOpsCubicReduceOrderTest.cpp', |
417 'tests/PathOpsDCubicTest.cpp', | 452 'tests/PathOpsDCubicTest.cpp', |
418 'tests/PathOpsDLineTest.cpp', | 453 'tests/PathOpsDLineTest.cpp', |
419 'tests/PathOpsDPointTest.cpp', | 454 'tests/PathOpsDPointTest.cpp', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 'tools/timer/GpuTimer.cpp', | 588 'tools/timer/GpuTimer.cpp', |
554 'tools/timer/GpuTimer.h', | 589 'tools/timer/GpuTimer.h', |
555 'tools/timer/SysTimer_mach.h', | 590 'tools/timer/SysTimer_mach.h', |
556 'tools/timer/SysTimer_posix.cpp', | 591 'tools/timer/SysTimer_posix.cpp', |
557 'tools/timer/SysTimer_posix.h', | 592 'tools/timer/SysTimer_posix.h', |
558 'tools/timer/SysTimer_windows.h', | 593 'tools/timer/SysTimer_windows.h', |
559 'tools/timer/Timer.cpp', | 594 'tools/timer/Timer.cpp', |
560 'tools/timer/Timer.h', | 595 'tools/timer/Timer.h', |
561 'tools/timer/TimerData.cpp', | 596 'tools/timer/TimerData.cpp', |
562 'tools/timer/TimerData.h'] | 597 'tools/timer/TimerData.h'] |
| 598 DM_SRCS_ANDROID = ['tests/FontMgrAndroidParserTest.cpp'] |
| 599 DM_SRCS_UNIX = ['tests/PDFDeflateWStreamTest.cpp', |
| 600 'tests/PDFDocumentTest.cpp', |
| 601 'tests/PDFGlyphsToUnicodeTest.cpp', |
| 602 'tests/PDFInvalidBitmapTest.cpp', |
| 603 'tests/PDFJpegEmbedTest.cpp', |
| 604 'tests/PDFMetadataAttributeTest.cpp', |
| 605 'tests/PDFOpaqueSrcModeToSrcOverTest.cpp', |
| 606 'tests/PDFPrimitivesTest.cpp'] |
563 HDRS = ['include/c/sk_canvas.h', | 607 HDRS = ['include/c/sk_canvas.h', |
564 'include/c/sk_data.h', | 608 'include/c/sk_data.h', |
565 'include/c/sk_image.h', | 609 'include/c/sk_image.h', |
566 'include/c/sk_maskfilter.h', | 610 'include/c/sk_maskfilter.h', |
567 'include/c/sk_matrix.h', | 611 'include/c/sk_matrix.h', |
568 'include/c/sk_paint.h', | 612 'include/c/sk_paint.h', |
569 'include/c/sk_path.h', | 613 'include/c/sk_path.h', |
570 'include/c/sk_picture.h', | 614 'include/c/sk_picture.h', |
571 'include/c/sk_shader.h', | 615 'include/c/sk_shader.h', |
572 'include/c/sk_surface.h', | 616 'include/c/sk_surface.h', |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
841 'src/core', | 885 'src/core', |
842 'src/gpu', | 886 'src/gpu', |
843 'src/image', | 887 'src/image', |
844 'src/lazy', | 888 'src/lazy', |
845 'src/opts', | 889 'src/opts', |
846 'src/pdf', | 890 'src/pdf', |
847 'src/sfnt', | 891 'src/sfnt', |
848 'src/utils', | 892 'src/utils', |
849 'third_party/etc1', | 893 'third_party/etc1', |
850 'third_party/ktx'] | 894 'third_party/ktx'] |
851 LINKOPTS = ['-ldl'] | 895 LINKOPTS = ['*** BEGIN //conditions:default ***', |
852 PLATFORM_SRCS = ['src/opts/Sk4px_SSE2.h', | 896 '-ldl', |
| 897 '*** END //conditions:default ***', |
| 898 '*** BEGIN CONDITION_ANDROID ***', |
| 899 '-ldl', |
| 900 '-lEGL', |
| 901 '*** END CONDITION_ANDROID ***'] |
| 902 PLATFORM_SRCS = ['*** BEGIN //conditions:default ***', |
| 903 'src/doc/SkDocument_PDF.cpp', |
| 904 'src/gpu/gl/GrGLDefaultInterface_native.cpp', |
| 905 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
| 906 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', |
| 907 'src/opts/Sk4px_SSE2.h', |
853 'src/opts/Sk4px_none.h', | 908 'src/opts/Sk4px_none.h', |
854 'src/opts/SkBitmapFilter_opts_SSE2.cpp', | 909 'src/opts/SkBitmapFilter_opts_SSE2.cpp', |
855 'src/opts/SkBitmapFilter_opts_SSE2.h', | 910 'src/opts/SkBitmapFilter_opts_SSE2.h', |
856 'src/opts/SkBitmapProcState_opts_SSE2.cpp', | 911 'src/opts/SkBitmapProcState_opts_SSE2.cpp', |
857 'src/opts/SkBitmapProcState_opts_SSE2.h', | 912 'src/opts/SkBitmapProcState_opts_SSE2.h', |
858 'src/opts/SkBlitMask_opts.h', | 913 'src/opts/SkBlitMask_opts.h', |
859 'src/opts/SkBlitRow_opts.h', | 914 'src/opts/SkBlitRow_opts.h', |
860 'src/opts/SkBlitRow_opts_SSE2.cpp', | 915 'src/opts/SkBlitRow_opts_SSE2.cpp', |
861 'src/opts/SkBlitRow_opts_SSE2.h', | 916 'src/opts/SkBlitRow_opts_SSE2.h', |
862 'src/opts/SkBlurImageFilter_opts.h', | 917 'src/opts/SkBlurImageFilter_opts.h', |
863 'src/opts/SkColorCubeFilter_opts.h', | 918 'src/opts/SkColorCubeFilter_opts.h', |
864 'src/opts/SkColor_opts_SSE2.h', | 919 'src/opts/SkColor_opts_SSE2.h', |
865 'src/opts/SkFloatingPoint_opts.h', | 920 'src/opts/SkFloatingPoint_opts.h', |
866 'src/opts/SkMatrix_opts.h', | 921 'src/opts/SkMatrix_opts.h', |
867 'src/opts/SkMorphologyImageFilter_opts.h', | 922 'src/opts/SkMorphologyImageFilter_opts.h', |
868 'src/opts/SkNx_sse.h', | 923 'src/opts/SkNx_sse.h', |
869 'src/opts/SkTextureCompressor_opts.h', | 924 'src/opts/SkTextureCompressor_opts.h', |
870 'src/opts/SkUtils_opts.h', | 925 'src/opts/SkUtils_opts.h', |
871 'src/opts/SkXfermode_opts.h', | 926 'src/opts/SkXfermode_opts.h', |
872 'src/opts/opts_check_x86.cpp', | 927 'src/opts/opts_check_x86.cpp', |
| 928 'src/pdf/SkDeflate.cpp', |
| 929 'src/pdf/SkDeflate.h', |
| 930 'src/pdf/SkJpegInfo.cpp', |
| 931 'src/pdf/SkJpegInfo.h', |
| 932 'src/pdf/SkPDFBitmap.cpp', |
| 933 'src/pdf/SkPDFBitmap.h', |
| 934 'src/pdf/SkPDFCanon.cpp', |
| 935 'src/pdf/SkPDFCanon.h', |
| 936 'src/pdf/SkPDFDevice.cpp', |
| 937 'src/pdf/SkPDFDevice.h', |
| 938 'src/pdf/SkPDFFont.cpp', |
| 939 'src/pdf/SkPDFFont.h', |
| 940 'src/pdf/SkPDFFontImpl.h', |
| 941 'src/pdf/SkPDFFormXObject.cpp', |
| 942 'src/pdf/SkPDFFormXObject.h', |
| 943 'src/pdf/SkPDFGraphicState.cpp', |
| 944 'src/pdf/SkPDFGraphicState.h', |
| 945 'src/pdf/SkPDFMetadata.cpp', |
| 946 'src/pdf/SkPDFMetadata.h', |
| 947 'src/pdf/SkPDFResourceDict.cpp', |
| 948 'src/pdf/SkPDFResourceDict.h', |
| 949 'src/pdf/SkPDFShader.cpp', |
| 950 'src/pdf/SkPDFShader.h', |
| 951 'src/pdf/SkPDFStream.cpp', |
| 952 'src/pdf/SkPDFStream.h', |
| 953 'src/pdf/SkPDFTypes.cpp', |
| 954 'src/pdf/SkPDFTypes.h', |
| 955 'src/pdf/SkPDFUtils.cpp', |
| 956 'src/pdf/SkPDFUtils.h', |
873 'src/ports/SkDebug_stdio.cpp', | 957 'src/ports/SkDebug_stdio.cpp', |
874 'src/ports/SkDiscardableMemory_none.cpp', | 958 'src/ports/SkDiscardableMemory_none.cpp', |
875 'src/ports/SkFontHost_FreeType.cpp', | 959 'src/ports/SkFontHost_FreeType.cpp', |
876 'src/ports/SkFontHost_FreeType_common.cpp', | 960 'src/ports/SkFontHost_FreeType_common.cpp', |
877 'src/ports/SkFontHost_FreeType_common.h', | 961 'src/ports/SkFontHost_FreeType_common.h', |
878 'src/ports/SkFontMgr_custom.cpp', | 962 'src/ports/SkFontMgr_custom.cpp', |
879 'src/ports/SkFontMgr_custom_directory_factory.cpp', | 963 'src/ports/SkFontMgr_custom_directory_factory.cpp', |
880 'src/ports/SkGlobalInitialization_default.cpp', | 964 'src/ports/SkGlobalInitialization_default.cpp', |
881 'src/ports/SkImageGenerator_skia.cpp', | 965 'src/ports/SkImageGenerator_skia.cpp', |
882 'src/ports/SkMemory_malloc.cpp', | 966 'src/ports/SkMemory_malloc.cpp', |
883 'src/ports/SkOSFile_posix.cpp', | 967 'src/ports/SkOSFile_posix.cpp', |
884 'src/ports/SkOSFile_stdio.cpp', | 968 'src/ports/SkOSFile_stdio.cpp', |
885 'src/ports/SkOSLibrary.h', | 969 'src/ports/SkOSLibrary.h', |
886 'src/ports/SkOSLibrary_posix.cpp', | 970 'src/ports/SkOSLibrary_posix.cpp', |
887 'src/ports/SkTLS_pthread.cpp', | 971 'src/ports/SkTLS_pthread.cpp', |
888 'src/ports/SkTime_Unix.cpp'] | 972 'src/ports/SkTime_Unix.cpp', |
| 973 'src/utils/SkThreadUtils_pthread_linux.cpp', |
| 974 '*** END //conditions:default ***', |
| 975 '*** BEGIN CONDITION_ANDROID ***', |
| 976 'src/doc/SkDocument_PDF_None.cpp', |
| 977 'src/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 978 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', |
| 979 'src/opts/Sk4px_none.h', |
| 980 'src/opts/SkBlitMask_opts.h', |
| 981 'src/opts/SkBlitRow_opts.h', |
| 982 'src/opts/SkBlurImageFilter_opts.h', |
| 983 'src/opts/SkColorCubeFilter_opts.h', |
| 984 'src/opts/SkFloatingPoint_opts.h', |
| 985 'src/opts/SkMatrix_opts.h', |
| 986 'src/opts/SkMorphologyImageFilter_opts.h', |
| 987 'src/opts/SkNx_sse.h', |
| 988 'src/opts/SkTextureCompressor_opts.h', |
| 989 'src/opts/SkUtils_opts.h', |
| 990 'src/opts/SkXfermode_opts.h', |
| 991 'src/ports/SkDebug_android.cpp', |
| 992 'src/ports/SkDiscardableMemory_none.cpp', |
| 993 'src/ports/SkFontHost_FreeType.cpp', |
| 994 'src/ports/SkFontHost_FreeType_common.cpp', |
| 995 'src/ports/SkFontHost_FreeType_common.h', |
| 996 'src/ports/SkFontMgr_android.cpp', |
| 997 'src/ports/SkFontMgr_android_factory.cpp', |
| 998 'src/ports/SkFontMgr_android_parser.cpp', |
| 999 'src/ports/SkFontMgr_android_parser.h', |
| 1000 'src/ports/SkFontMgr_custom.cpp', |
| 1001 'src/ports/SkGlobalInitialization_default.cpp', |
| 1002 'src/ports/SkImageGenerator_skia.cpp', |
| 1003 'src/ports/SkMemory_malloc.cpp', |
| 1004 'src/ports/SkOSFile_posix.cpp', |
| 1005 'src/ports/SkOSFile_stdio.cpp', |
| 1006 'src/ports/SkOSLibrary.h', |
| 1007 'src/ports/SkOSLibrary_posix.cpp', |
| 1008 'src/ports/SkTLS_pthread.cpp', |
| 1009 'src/ports/SkTime_Unix.cpp', |
| 1010 'src/utils/SkThreadUtils_pthread_other.cpp', |
| 1011 '*** END CONDITION_ANDROID ***'] |
889 SRCS = ['include/private/SkAtomics.h', | 1012 SRCS = ['include/private/SkAtomics.h', |
890 'include/private/SkChecksum.h', | 1013 'include/private/SkChecksum.h', |
891 'include/private/SkFloatBits.h', | 1014 'include/private/SkFloatBits.h', |
892 'include/private/SkFloatingPoint.h', | 1015 'include/private/SkFloatingPoint.h', |
893 'include/private/SkFunction.h', | 1016 'include/private/SkFunction.h', |
894 'include/private/SkGpuFenceSync.h', | 1017 'include/private/SkGpuFenceSync.h', |
895 'include/private/SkMiniRecorder.h', | 1018 'include/private/SkMiniRecorder.h', |
896 'include/private/SkMutex.h', | 1019 'include/private/SkMutex.h', |
897 'include/private/SkOnce.h', | 1020 'include/private/SkOnce.h', |
898 'include/private/SkOncePtr.h', | 1021 'include/private/SkOncePtr.h', |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 'src/core/SkRecordPattern.h', | 1289 'src/core/SkRecordPattern.h', |
1167 'src/core/SkRecorder.cpp', | 1290 'src/core/SkRecorder.cpp', |
1168 'src/core/SkRecorder.h', | 1291 'src/core/SkRecorder.h', |
1169 'src/core/SkRecords.cpp', | 1292 'src/core/SkRecords.cpp', |
1170 'src/core/SkRect.cpp', | 1293 'src/core/SkRect.cpp', |
1171 'src/core/SkRefDict.cpp', | 1294 'src/core/SkRefDict.cpp', |
1172 'src/core/SkRefDict.h', | 1295 'src/core/SkRefDict.h', |
1173 'src/core/SkRegion.cpp', | 1296 'src/core/SkRegion.cpp', |
1174 'src/core/SkRegionPriv.h', | 1297 'src/core/SkRegionPriv.h', |
1175 'src/core/SkRegion_path.cpp', | 1298 'src/core/SkRegion_path.cpp', |
| 1299 'src/core/SkRemote.cpp', |
| 1300 'src/core/SkRemote.h', |
| 1301 'src/core/SkRemote_protocol.h', |
1176 'src/core/SkResourceCache.cpp', | 1302 'src/core/SkResourceCache.cpp', |
1177 'src/core/SkResourceCache.h', | 1303 'src/core/SkResourceCache.h', |
1178 'src/core/SkScalar.cpp', | 1304 'src/core/SkScalar.cpp', |
1179 'src/core/SkScalerContext.cpp', | 1305 'src/core/SkScalerContext.cpp', |
1180 'src/core/SkScalerContext.h', | 1306 'src/core/SkScalerContext.h', |
1181 'src/core/SkScan.cpp', | 1307 'src/core/SkScan.cpp', |
1182 'src/core/SkScan.h', | 1308 'src/core/SkScan.h', |
1183 'src/core/SkScanPriv.h', | 1309 'src/core/SkScanPriv.h', |
1184 'src/core/SkScan_AntiPath.cpp', | 1310 'src/core/SkScan_AntiPath.cpp', |
1185 'src/core/SkScan_Antihair.cpp', | 1311 'src/core/SkScan_Antihair.cpp', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1241 'src/core/SkVertState.h', | 1367 'src/core/SkVertState.h', |
1242 'src/core/SkWriteBuffer.cpp', | 1368 'src/core/SkWriteBuffer.cpp', |
1243 'src/core/SkWriter32.cpp', | 1369 'src/core/SkWriter32.cpp', |
1244 'src/core/SkXfermode.cpp', | 1370 'src/core/SkXfermode.cpp', |
1245 'src/core/SkXfermodeInterpretation.cpp', | 1371 'src/core/SkXfermodeInterpretation.cpp', |
1246 'src/core/SkXfermodeInterpretation.h', | 1372 'src/core/SkXfermodeInterpretation.h', |
1247 'src/core/SkXfermode_proccoeff.h', | 1373 'src/core/SkXfermode_proccoeff.h', |
1248 'src/core/SkYUVPlanesCache.cpp', | 1374 'src/core/SkYUVPlanesCache.cpp', |
1249 'src/core/SkYUVPlanesCache.h', | 1375 'src/core/SkYUVPlanesCache.h', |
1250 'src/doc/SkDocument.cpp', | 1376 'src/doc/SkDocument.cpp', |
1251 'src/doc/SkDocument_PDF.cpp', | |
1252 'src/doc/SkDocument_XPS_None.cpp', | 1377 'src/doc/SkDocument_XPS_None.cpp', |
1253 'src/effects/GrCircleBlurFragmentProcessor.cpp', | 1378 'src/effects/GrCircleBlurFragmentProcessor.cpp', |
1254 'src/effects/GrCircleBlurFragmentProcessor.h', | 1379 'src/effects/GrCircleBlurFragmentProcessor.h', |
1255 'src/effects/Sk1DPathEffect.cpp', | 1380 'src/effects/Sk1DPathEffect.cpp', |
1256 'src/effects/Sk2DPathEffect.cpp', | 1381 'src/effects/Sk2DPathEffect.cpp', |
1257 'src/effects/SkAlphaThresholdFilter.cpp', | 1382 'src/effects/SkAlphaThresholdFilter.cpp', |
1258 'src/effects/SkArcToPathEffect.cpp', | 1383 'src/effects/SkArcToPathEffect.cpp', |
1259 'src/effects/SkArithmeticMode.cpp', | 1384 'src/effects/SkArithmeticMode.cpp', |
1260 'src/effects/SkArithmeticMode_gpu.cpp', | 1385 'src/effects/SkArithmeticMode_gpu.cpp', |
1261 'src/effects/SkArithmeticMode_gpu.h', | 1386 'src/effects/SkArithmeticMode_gpu.h', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1354 'src/gpu/GrClipMaskManager.h', | 1479 'src/gpu/GrClipMaskManager.h', |
1355 'src/gpu/GrContext.cpp', | 1480 'src/gpu/GrContext.cpp', |
1356 'src/gpu/GrContextFactory.cpp', | 1481 'src/gpu/GrContextFactory.cpp', |
1357 'src/gpu/GrContextFactory.h', | 1482 'src/gpu/GrContextFactory.h', |
1358 'src/gpu/GrCoordTransform.cpp', | 1483 'src/gpu/GrCoordTransform.cpp', |
1359 'src/gpu/GrDefaultGeoProcFactory.cpp', | 1484 'src/gpu/GrDefaultGeoProcFactory.cpp', |
1360 'src/gpu/GrDefaultGeoProcFactory.h', | 1485 'src/gpu/GrDefaultGeoProcFactory.h', |
1361 'src/gpu/GrDrawContext.cpp', | 1486 'src/gpu/GrDrawContext.cpp', |
1362 'src/gpu/GrDrawTarget.cpp', | 1487 'src/gpu/GrDrawTarget.cpp', |
1363 'src/gpu/GrDrawTarget.h', | 1488 'src/gpu/GrDrawTarget.h', |
| 1489 'src/gpu/GrDrawingManager.h', |
1364 'src/gpu/GrFontScaler.cpp', | 1490 'src/gpu/GrFontScaler.cpp', |
1365 'src/gpu/GrFontScaler.h', | 1491 'src/gpu/GrFontScaler.h', |
1366 'src/gpu/GrFragmentProcessor.cpp', | 1492 'src/gpu/GrFragmentProcessor.cpp', |
1367 'src/gpu/GrGeometryBuffer.h', | 1493 'src/gpu/GrGeometryBuffer.h', |
1368 'src/gpu/GrGeometryProcessor.h', | 1494 'src/gpu/GrGeometryProcessor.h', |
1369 'src/gpu/GrGlyph.h', | 1495 'src/gpu/GrGlyph.h', |
1370 'src/gpu/GrGpu.cpp', | 1496 'src/gpu/GrGpu.cpp', |
1371 'src/gpu/GrGpu.h', | 1497 'src/gpu/GrGpu.h', |
1372 'src/gpu/GrGpuFactory.cpp', | 1498 'src/gpu/GrGpuFactory.cpp', |
1373 'src/gpu/GrGpuFactory.h', | 1499 'src/gpu/GrGpuFactory.h', |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1561 'src/gpu/effects/GrYUVtoRGBEffect.h', | 1687 'src/gpu/effects/GrYUVtoRGBEffect.h', |
1562 'src/gpu/gl/GrGLAssembleInterface.cpp', | 1688 'src/gpu/gl/GrGLAssembleInterface.cpp', |
1563 'src/gpu/gl/GrGLAssembleInterface.h', | 1689 'src/gpu/gl/GrGLAssembleInterface.h', |
1564 'src/gpu/gl/GrGLBufferImpl.cpp', | 1690 'src/gpu/gl/GrGLBufferImpl.cpp', |
1565 'src/gpu/gl/GrGLBufferImpl.h', | 1691 'src/gpu/gl/GrGLBufferImpl.h', |
1566 'src/gpu/gl/GrGLCaps.cpp', | 1692 'src/gpu/gl/GrGLCaps.cpp', |
1567 'src/gpu/gl/GrGLCaps.h', | 1693 'src/gpu/gl/GrGLCaps.h', |
1568 'src/gpu/gl/GrGLContext.cpp', | 1694 'src/gpu/gl/GrGLContext.cpp', |
1569 'src/gpu/gl/GrGLContext.h', | 1695 'src/gpu/gl/GrGLContext.h', |
1570 'src/gpu/gl/GrGLCreateNullInterface.cpp', | 1696 'src/gpu/gl/GrGLCreateNullInterface.cpp', |
1571 'src/gpu/gl/GrGLDefaultInterface_native.cpp', | |
1572 'src/gpu/gl/GrGLDefines.h', | 1697 'src/gpu/gl/GrGLDefines.h', |
1573 'src/gpu/gl/GrGLExtensions.cpp', | 1698 'src/gpu/gl/GrGLExtensions.cpp', |
1574 'src/gpu/gl/GrGLFragmentProcessor.cpp', | 1699 'src/gpu/gl/GrGLFragmentProcessor.cpp', |
1575 'src/gpu/gl/GrGLFragmentProcessor.h', | 1700 'src/gpu/gl/GrGLFragmentProcessor.h', |
1576 'src/gpu/gl/GrGLGLSL.cpp', | 1701 'src/gpu/gl/GrGLGLSL.cpp', |
1577 'src/gpu/gl/GrGLGLSL.h', | 1702 'src/gpu/gl/GrGLGLSL.h', |
1578 'src/gpu/gl/GrGLGeometryProcessor.cpp', | 1703 'src/gpu/gl/GrGLGeometryProcessor.cpp', |
1579 'src/gpu/gl/GrGLGeometryProcessor.h', | 1704 'src/gpu/gl/GrGLGeometryProcessor.h', |
1580 'src/gpu/gl/GrGLGpu.cpp', | 1705 'src/gpu/gl/GrGLGpu.cpp', |
1581 'src/gpu/gl/GrGLGpu.h', | 1706 'src/gpu/gl/GrGLGpu.h', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1651 'src/gpu/gl/debug/GrRenderBufferObj.h', | 1776 'src/gpu/gl/debug/GrRenderBufferObj.h', |
1652 'src/gpu/gl/debug/GrShaderObj.cpp', | 1777 'src/gpu/gl/debug/GrShaderObj.cpp', |
1653 'src/gpu/gl/debug/GrShaderObj.h', | 1778 'src/gpu/gl/debug/GrShaderObj.h', |
1654 'src/gpu/gl/debug/GrTextureObj.cpp', | 1779 'src/gpu/gl/debug/GrTextureObj.cpp', |
1655 'src/gpu/gl/debug/GrTextureObj.h', | 1780 'src/gpu/gl/debug/GrTextureObj.h', |
1656 'src/gpu/gl/debug/GrTextureUnitObj.cpp', | 1781 'src/gpu/gl/debug/GrTextureUnitObj.cpp', |
1657 'src/gpu/gl/debug/GrTextureUnitObj.h', | 1782 'src/gpu/gl/debug/GrTextureUnitObj.h', |
1658 'src/gpu/gl/debug/GrVertexArrayObj.h', | 1783 'src/gpu/gl/debug/GrVertexArrayObj.h', |
1659 'src/gpu/gl/debug/SkDebugGLContext.cpp', | 1784 'src/gpu/gl/debug/SkDebugGLContext.cpp', |
1660 'src/gpu/gl/debug/SkDebugGLContext.h', | 1785 'src/gpu/gl/debug/SkDebugGLContext.h', |
1661 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', | |
1662 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', | |
1663 'src/gpu/glsl/GrGLSL.cpp', | 1786 'src/gpu/glsl/GrGLSL.cpp', |
1664 'src/gpu/glsl/GrGLSL.h', | 1787 'src/gpu/glsl/GrGLSL.h', |
1665 'src/gpu/glsl/GrGLSLCaps.cpp', | 1788 'src/gpu/glsl/GrGLSLCaps.cpp', |
1666 'src/gpu/glsl/GrGLSLCaps.h', | 1789 'src/gpu/glsl/GrGLSLCaps.h', |
1667 'src/gpu/glsl/GrGLSL_impl.h', | 1790 'src/gpu/glsl/GrGLSL_impl.h', |
1668 'src/image/SkImage.cpp', | 1791 'src/image/SkImage.cpp', |
1669 'src/image/SkImagePriv.h', | 1792 'src/image/SkImagePriv.h', |
1670 'src/image/SkImageShader.cpp', | 1793 'src/image/SkImageShader.cpp', |
1671 'src/image/SkImageShader.h', | 1794 'src/image/SkImageShader.h', |
1672 'src/image/SkImage_Base.h', | 1795 'src/image/SkImage_Base.h', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1762 'src/pathops/SkPathOpsTSect.cpp', | 1885 'src/pathops/SkPathOpsTSect.cpp', |
1763 'src/pathops/SkPathOpsTSect.h', | 1886 'src/pathops/SkPathOpsTSect.h', |
1764 'src/pathops/SkPathOpsTightBounds.cpp', | 1887 'src/pathops/SkPathOpsTightBounds.cpp', |
1765 'src/pathops/SkPathOpsTypes.cpp', | 1888 'src/pathops/SkPathOpsTypes.cpp', |
1766 'src/pathops/SkPathOpsTypes.h', | 1889 'src/pathops/SkPathOpsTypes.h', |
1767 'src/pathops/SkPathOpsWinding.cpp', | 1890 'src/pathops/SkPathOpsWinding.cpp', |
1768 'src/pathops/SkPathWriter.cpp', | 1891 'src/pathops/SkPathWriter.cpp', |
1769 'src/pathops/SkPathWriter.h', | 1892 'src/pathops/SkPathWriter.h', |
1770 'src/pathops/SkReduceOrder.cpp', | 1893 'src/pathops/SkReduceOrder.cpp', |
1771 'src/pathops/SkReduceOrder.h', | 1894 'src/pathops/SkReduceOrder.h', |
1772 'src/pdf/SkDeflate.cpp', | |
1773 'src/pdf/SkDeflate.h', | |
1774 'src/pdf/SkJpegInfo.cpp', | |
1775 'src/pdf/SkJpegInfo.h', | |
1776 'src/pdf/SkPDFBitmap.cpp', | |
1777 'src/pdf/SkPDFBitmap.h', | |
1778 'src/pdf/SkPDFCanon.cpp', | |
1779 'src/pdf/SkPDFCanon.h', | |
1780 'src/pdf/SkPDFDevice.cpp', | |
1781 'src/pdf/SkPDFDevice.h', | |
1782 'src/pdf/SkPDFFont.cpp', | |
1783 'src/pdf/SkPDFFont.h', | |
1784 'src/pdf/SkPDFFontImpl.h', | |
1785 'src/pdf/SkPDFFormXObject.cpp', | |
1786 'src/pdf/SkPDFFormXObject.h', | |
1787 'src/pdf/SkPDFGraphicState.cpp', | |
1788 'src/pdf/SkPDFGraphicState.h', | |
1789 'src/pdf/SkPDFMetadata.cpp', | |
1790 'src/pdf/SkPDFMetadata.h', | |
1791 'src/pdf/SkPDFResourceDict.cpp', | |
1792 'src/pdf/SkPDFResourceDict.h', | |
1793 'src/pdf/SkPDFShader.cpp', | |
1794 'src/pdf/SkPDFShader.h', | |
1795 'src/pdf/SkPDFStream.cpp', | |
1796 'src/pdf/SkPDFStream.h', | |
1797 'src/pdf/SkPDFTypes.cpp', | |
1798 'src/pdf/SkPDFTypes.h', | |
1799 'src/pdf/SkPDFUtils.cpp', | |
1800 'src/pdf/SkPDFUtils.h', | |
1801 'src/pipe/SkGPipePriv.h', | 1895 'src/pipe/SkGPipePriv.h', |
1802 'src/pipe/SkGPipeRead.cpp', | 1896 'src/pipe/SkGPipeRead.cpp', |
1803 'src/pipe/SkGPipeWrite.cpp', | 1897 'src/pipe/SkGPipeWrite.cpp', |
1804 'src/pipe/utils/SamplePipeControllers.cpp', | 1898 'src/pipe/utils/SamplePipeControllers.cpp', |
1805 'src/pipe/utils/SamplePipeControllers.h', | 1899 'src/pipe/utils/SamplePipeControllers.h', |
1806 'src/sfnt/SkIBMFamilyClass.h', | 1900 'src/sfnt/SkIBMFamilyClass.h', |
1807 'src/sfnt/SkOTTableTypes.h', | 1901 'src/sfnt/SkOTTableTypes.h', |
1808 'src/sfnt/SkOTTable_EBDT.h', | 1902 'src/sfnt/SkOTTable_EBDT.h', |
1809 'src/sfnt/SkOTTable_EBLC.h', | 1903 'src/sfnt/SkOTTable_EBLC.h', |
1810 'src/sfnt/SkOTTable_EBSC.h', | 1904 'src/sfnt/SkOTTable_EBSC.h', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1893 'src/utils/SkTextureCompressor_ASTC.h', | 1987 'src/utils/SkTextureCompressor_ASTC.h', |
1894 'src/utils/SkTextureCompressor_Blitter.h', | 1988 'src/utils/SkTextureCompressor_Blitter.h', |
1895 'src/utils/SkTextureCompressor_LATC.cpp', | 1989 'src/utils/SkTextureCompressor_LATC.cpp', |
1896 'src/utils/SkTextureCompressor_LATC.h', | 1990 'src/utils/SkTextureCompressor_LATC.h', |
1897 'src/utils/SkTextureCompressor_R11EAC.cpp', | 1991 'src/utils/SkTextureCompressor_R11EAC.cpp', |
1898 'src/utils/SkTextureCompressor_R11EAC.h', | 1992 'src/utils/SkTextureCompressor_R11EAC.h', |
1899 'src/utils/SkTextureCompressor_Utils.h', | 1993 'src/utils/SkTextureCompressor_Utils.h', |
1900 'src/utils/SkThreadUtils.h', | 1994 'src/utils/SkThreadUtils.h', |
1901 'src/utils/SkThreadUtils_pthread.cpp', | 1995 'src/utils/SkThreadUtils_pthread.cpp', |
1902 'src/utils/SkThreadUtils_pthread.h', | 1996 'src/utils/SkThreadUtils_pthread.h', |
1903 'src/utils/SkThreadUtils_pthread_linux.cpp', | |
1904 'src/utils/SkThreadUtils_win.h', | 1997 'src/utils/SkThreadUtils_win.h', |
1905 'src/utils/SkWhitelistChecksums.cpp', | 1998 'src/utils/SkWhitelistChecksums.cpp', |
1906 'src/utils/SkWhitelistTypefaces.cpp', | 1999 'src/utils/SkWhitelistTypefaces.cpp', |
1907 'src/utils/debugger/SkDebugCanvas.cpp', | 2000 'src/utils/debugger/SkDebugCanvas.cpp', |
1908 'src/utils/debugger/SkDebugCanvas.h', | 2001 'src/utils/debugger/SkDebugCanvas.h', |
1909 'src/utils/debugger/SkDrawCommand.cpp', | 2002 'src/utils/debugger/SkDrawCommand.cpp', |
1910 'src/utils/debugger/SkDrawCommand.h', | 2003 'src/utils/debugger/SkDrawCommand.h', |
1911 'src/utils/debugger/SkObjectParser.cpp', | 2004 'src/utils/debugger/SkObjectParser.cpp', |
1912 'src/utils/debugger/SkObjectParser.h', | 2005 'src/utils/debugger/SkObjectParser.h', |
1913 'src/xml/SkDOM.cpp', | 2006 'src/xml/SkDOM.cpp', |
1914 'src/xml/SkXMLParser.cpp', | 2007 'src/xml/SkXMLParser.cpp', |
1915 'src/xml/SkXMLWriter.cpp', | 2008 'src/xml/SkXMLWriter.cpp', |
1916 'third_party/etc1/etc1.cpp', | 2009 'third_party/etc1/etc1.cpp', |
1917 'third_party/etc1/etc1.h', | 2010 'third_party/etc1/etc1.h', |
1918 'third_party/ktx/ktx.cpp', | 2011 'third_party/ktx/ktx.cpp', |
1919 'third_party/ktx/ktx.h'] | 2012 'third_party/ktx/ktx.h'] |
| 2013 SRCS_ANDROID = ['src/doc/SkDocument_PDF_None.cpp', |
| 2014 'src/gpu/gl/GrGLDefaultInterface_none.cpp', |
| 2015 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp', |
| 2016 'src/opts/Sk4px_none.h', |
| 2017 'src/opts/SkBlitMask_opts.h', |
| 2018 'src/opts/SkBlitRow_opts.h', |
| 2019 'src/opts/SkBlurImageFilter_opts.h', |
| 2020 'src/opts/SkColorCubeFilter_opts.h', |
| 2021 'src/opts/SkFloatingPoint_opts.h', |
| 2022 'src/opts/SkMatrix_opts.h', |
| 2023 'src/opts/SkMorphologyImageFilter_opts.h', |
| 2024 'src/opts/SkNx_sse.h', |
| 2025 'src/opts/SkTextureCompressor_opts.h', |
| 2026 'src/opts/SkUtils_opts.h', |
| 2027 'src/opts/SkXfermode_opts.h', |
| 2028 'src/ports/SkDebug_android.cpp', |
| 2029 'src/ports/SkDiscardableMemory_none.cpp', |
| 2030 'src/ports/SkFontHost_FreeType.cpp', |
| 2031 'src/ports/SkFontHost_FreeType_common.cpp', |
| 2032 'src/ports/SkFontHost_FreeType_common.h', |
| 2033 'src/ports/SkFontMgr_android.cpp', |
| 2034 'src/ports/SkFontMgr_android_factory.cpp', |
| 2035 'src/ports/SkFontMgr_android_parser.cpp', |
| 2036 'src/ports/SkFontMgr_android_parser.h', |
| 2037 'src/ports/SkFontMgr_custom.cpp', |
| 2038 'src/ports/SkGlobalInitialization_default.cpp', |
| 2039 'src/ports/SkImageGenerator_skia.cpp', |
| 2040 'src/ports/SkMemory_malloc.cpp', |
| 2041 'src/ports/SkOSFile_posix.cpp', |
| 2042 'src/ports/SkOSFile_stdio.cpp', |
| 2043 'src/ports/SkOSLibrary.h', |
| 2044 'src/ports/SkOSLibrary_posix.cpp', |
| 2045 'src/ports/SkTLS_pthread.cpp', |
| 2046 'src/ports/SkTime_Unix.cpp', |
| 2047 'src/utils/SkThreadUtils_pthread_other.cpp'] |
1920 SRCS_SSE4 = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp'] | 2048 SRCS_SSE4 = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp'] |
1921 SRCS_SSSE3 = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse
3.cpp'] | 2049 SRCS_SSSE3 = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse
3.cpp'] |
| 2050 SRCS_UNIX = ['src/doc/SkDocument_PDF.cpp', |
| 2051 'src/gpu/gl/GrGLDefaultInterface_native.cpp', |
| 2052 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', |
| 2053 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', |
| 2054 'src/opts/Sk4px_SSE2.h', |
| 2055 'src/opts/Sk4px_none.h', |
| 2056 'src/opts/SkBitmapFilter_opts_SSE2.cpp', |
| 2057 'src/opts/SkBitmapFilter_opts_SSE2.h', |
| 2058 'src/opts/SkBitmapProcState_opts_SSE2.cpp', |
| 2059 'src/opts/SkBitmapProcState_opts_SSE2.h', |
| 2060 'src/opts/SkBlitMask_opts.h', |
| 2061 'src/opts/SkBlitRow_opts.h', |
| 2062 'src/opts/SkBlitRow_opts_SSE2.cpp', |
| 2063 'src/opts/SkBlitRow_opts_SSE2.h', |
| 2064 'src/opts/SkBlurImageFilter_opts.h', |
| 2065 'src/opts/SkColorCubeFilter_opts.h', |
| 2066 'src/opts/SkColor_opts_SSE2.h', |
| 2067 'src/opts/SkFloatingPoint_opts.h', |
| 2068 'src/opts/SkMatrix_opts.h', |
| 2069 'src/opts/SkMorphologyImageFilter_opts.h', |
| 2070 'src/opts/SkNx_sse.h', |
| 2071 'src/opts/SkTextureCompressor_opts.h', |
| 2072 'src/opts/SkUtils_opts.h', |
| 2073 'src/opts/SkXfermode_opts.h', |
| 2074 'src/opts/opts_check_x86.cpp', |
| 2075 'src/pdf/SkDeflate.cpp', |
| 2076 'src/pdf/SkDeflate.h', |
| 2077 'src/pdf/SkJpegInfo.cpp', |
| 2078 'src/pdf/SkJpegInfo.h', |
| 2079 'src/pdf/SkPDFBitmap.cpp', |
| 2080 'src/pdf/SkPDFBitmap.h', |
| 2081 'src/pdf/SkPDFCanon.cpp', |
| 2082 'src/pdf/SkPDFCanon.h', |
| 2083 'src/pdf/SkPDFDevice.cpp', |
| 2084 'src/pdf/SkPDFDevice.h', |
| 2085 'src/pdf/SkPDFFont.cpp', |
| 2086 'src/pdf/SkPDFFont.h', |
| 2087 'src/pdf/SkPDFFontImpl.h', |
| 2088 'src/pdf/SkPDFFormXObject.cpp', |
| 2089 'src/pdf/SkPDFFormXObject.h', |
| 2090 'src/pdf/SkPDFGraphicState.cpp', |
| 2091 'src/pdf/SkPDFGraphicState.h', |
| 2092 'src/pdf/SkPDFMetadata.cpp', |
| 2093 'src/pdf/SkPDFMetadata.h', |
| 2094 'src/pdf/SkPDFResourceDict.cpp', |
| 2095 'src/pdf/SkPDFResourceDict.h', |
| 2096 'src/pdf/SkPDFShader.cpp', |
| 2097 'src/pdf/SkPDFShader.h', |
| 2098 'src/pdf/SkPDFStream.cpp', |
| 2099 'src/pdf/SkPDFStream.h', |
| 2100 'src/pdf/SkPDFTypes.cpp', |
| 2101 'src/pdf/SkPDFTypes.h', |
| 2102 'src/pdf/SkPDFUtils.cpp', |
| 2103 'src/pdf/SkPDFUtils.h', |
| 2104 'src/ports/SkDebug_stdio.cpp', |
| 2105 'src/ports/SkDiscardableMemory_none.cpp', |
| 2106 'src/ports/SkFontHost_FreeType.cpp', |
| 2107 'src/ports/SkFontHost_FreeType_common.cpp', |
| 2108 'src/ports/SkFontHost_FreeType_common.h', |
| 2109 'src/ports/SkFontMgr_custom.cpp', |
| 2110 'src/ports/SkFontMgr_custom_directory_factory.cpp', |
| 2111 'src/ports/SkGlobalInitialization_default.cpp', |
| 2112 'src/ports/SkImageGenerator_skia.cpp', |
| 2113 'src/ports/SkMemory_malloc.cpp', |
| 2114 'src/ports/SkOSFile_posix.cpp', |
| 2115 'src/ports/SkOSFile_stdio.cpp', |
| 2116 'src/ports/SkOSLibrary.h', |
| 2117 'src/ports/SkOSLibrary_posix.cpp', |
| 2118 'src/ports/SkTLS_pthread.cpp', |
| 2119 'src/ports/SkTime_Unix.cpp', |
| 2120 'src/utils/SkThreadUtils_pthread_linux.cpp'] |
OLD | NEW |