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

Side by Side Diff: tools/BUILD.public.expected

Issue 1414643002: Enable BUILD file compilation of skia and dm with --config=android_arm. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Use -mfpu=neon everywhere for Android; fold opts targets back into srcs. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/pdf/SkPDFFont.cpp ('k') | tools/BUILD_simulator.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 '-Wno-deprecated-declarations',
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_RELEASE',
5 'SK_USE_FLOATBITS', 21 'SK_USE_FLOATBITS',
6 'SK_USE_FREETYPE_EMBOLDEN', 22 'SK_USE_FREETYPE_EMBOLDEN',
7 'GOOGLE3', 23 'GOOGLE3']
8 'SK_BUILD_FOR_UNIX', 24 DEFINES_ALL = ['SK_RELEASE', 'SK_USE_FLOATBITS', 'SK_USE_FREETYPE_EMBOLDEN', 'GO OGLE3']
9 'SK_SAMPLES_FOR_X'] 25 DEFINES_ANDROID = ['SK_BUILD_FOR_ANDROID', 'SK_PNG_NO_INDEX_SUPPORTED']
26 DEFINES_UNIX = ['SK_BUILD_FOR_UNIX', 'SK_SAMPLES_FOR_X']
27 DEPS = ['*** BEGIN //conditions:default ***',
28 ':opts_sse4',
29 ':opts_ssse3',
30 '*** END //conditions:default ***',
31 '*** BEGIN CONDITION_ANDROID ***',
32 '*** END CONDITION_ANDROID ***']
33 DEPS_ANDROID = []
34 DEPS_UNIX = [':opts_sse4', ':opts_ssse3']
10 DM_INCLUDES = ['gm', 35 DM_INCLUDES = ['gm',
11 'src/codec', 36 'src/codec',
12 'src/effects', 37 'src/effects',
13 'src/fonts', 38 'src/fonts',
14 'src/pathops', 39 'src/pathops',
15 'src/pipe/utils', 40 'src/pipe/utils',
41 'src/ports',
16 'src/utils/debugger', 42 'src/utils/debugger',
17 'tests', 43 'tests',
18 'tools', 44 'tools',
19 'tools/flags', 45 'tools/flags',
20 'tools/timer'] 46 'tools/timer']
47 DM_PLATFORM_SRCS = ['*** BEGIN //conditions:default ***',
48 '*** END //conditions:default ***',
49 '*** BEGIN CONDITION_ANDROID ***',
50 'tests/FontMgrAndroidParserTest.cpp',
51 '*** END CONDITION_ANDROID ***']
21 DM_SRCS = ['dm/DM.cpp', 52 DM_SRCS = ['dm/DM.cpp',
22 'dm/DMGpuSupport.h', 53 'dm/DMGpuSupport.h',
23 'dm/DMJsonWriter.cpp', 54 'dm/DMJsonWriter.cpp',
24 'dm/DMJsonWriter.h', 55 'dm/DMJsonWriter.h',
25 'dm/DMSrcSink.cpp', 56 'dm/DMSrcSink.cpp',
26 'dm/DMSrcSink.h', 57 'dm/DMSrcSink.h',
27 'dm/DMSrcSinkAndroid.h', 58 'dm/DMSrcSinkAndroid.h',
28 'gm/SkAnimTimer.h', 59 'gm/SkAnimTimer.h',
29 'gm/aaclip.cpp', 60 'gm/aaclip.cpp',
30 'gm/aarectmodes.cpp', 61 'gm/aarectmodes.cpp',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'tests/PathCoverageTest.cpp', 431 'tests/PathCoverageTest.cpp',
401 'tests/PathMeasureTest.cpp', 432 'tests/PathMeasureTest.cpp',
402 'tests/PathOpsAngleIdeas.cpp', 433 'tests/PathOpsAngleIdeas.cpp',
403 'tests/PathOpsAngleTest.cpp', 434 'tests/PathOpsAngleTest.cpp',
404 'tests/PathOpsBattles.cpp', 435 'tests/PathOpsBattles.cpp',
405 'tests/PathOpsBoundsTest.cpp', 436 'tests/PathOpsBoundsTest.cpp',
406 'tests/PathOpsBuildUseTest.cpp', 437 'tests/PathOpsBuildUseTest.cpp',
407 'tests/PathOpsBuilderTest.cpp', 438 'tests/PathOpsBuilderTest.cpp',
408 'tests/PathOpsConicIntersectionTest.cpp', 439 'tests/PathOpsConicIntersectionTest.cpp',
409 'tests/PathOpsConicLineIntersectionTest.cpp', 440 'tests/PathOpsConicLineIntersectionTest.cpp',
441 'tests/PathOpsCubicConicIntersectionTest.cpp',
410 'tests/PathOpsCubicIntersectionTest.cpp', 442 'tests/PathOpsCubicIntersectionTest.cpp',
411 'tests/PathOpsCubicIntersectionTestData.cpp', 443 'tests/PathOpsCubicIntersectionTestData.cpp',
412 'tests/PathOpsCubicIntersectionTestData.h', 444 'tests/PathOpsCubicIntersectionTestData.h',
413 'tests/PathOpsCubicLineIntersectionIdeas.cpp', 445 'tests/PathOpsCubicLineIntersectionIdeas.cpp',
414 'tests/PathOpsCubicLineIntersectionTest.cpp', 446 'tests/PathOpsCubicLineIntersectionTest.cpp',
415 'tests/PathOpsCubicQuadIntersectionTest.cpp', 447 'tests/PathOpsCubicQuadIntersectionTest.cpp',
416 'tests/PathOpsCubicReduceOrderTest.cpp', 448 'tests/PathOpsCubicReduceOrderTest.cpp',
417 'tests/PathOpsDCubicTest.cpp', 449 'tests/PathOpsDCubicTest.cpp',
418 'tests/PathOpsDLineTest.cpp', 450 'tests/PathOpsDLineTest.cpp',
419 'tests/PathOpsDPointTest.cpp', 451 'tests/PathOpsDPointTest.cpp',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'tests/TDPQueueTest.cpp', 543 'tests/TDPQueueTest.cpp',
512 'tests/TLSTest.cpp', 544 'tests/TLSTest.cpp',
513 'tests/TemplatesTest.cpp', 545 'tests/TemplatesTest.cpp',
514 'tests/TessellatingPathRendererTests.cpp', 546 'tests/TessellatingPathRendererTests.cpp',
515 'tests/Test.cpp', 547 'tests/Test.cpp',
516 'tests/Test.h', 548 'tests/Test.h',
517 'tests/TextBlobCacheTest.cpp', 549 'tests/TextBlobCacheTest.cpp',
518 'tests/TextBlobTest.cpp', 550 'tests/TextBlobTest.cpp',
519 'tests/TextureCompressionTest.cpp', 551 'tests/TextureCompressionTest.cpp',
520 'tests/Time.cpp', 552 'tests/Time.cpp',
553 'tests/TopoSortTest.cpp',
521 'tests/TraceMemoryDumpTest.cpp', 554 'tests/TraceMemoryDumpTest.cpp',
522 'tests/TracingTest.cpp', 555 'tests/TracingTest.cpp',
523 'tests/TypefaceTest.cpp', 556 'tests/TypefaceTest.cpp',
524 'tests/UnicodeTest.cpp', 557 'tests/UnicodeTest.cpp',
525 'tests/UtilsTest.cpp', 558 'tests/UtilsTest.cpp',
526 'tests/VarAllocTest.cpp', 559 'tests/VarAllocTest.cpp',
527 'tests/WArrayTest.cpp', 560 'tests/WArrayTest.cpp',
528 'tests/WritePixelsTest.cpp', 561 'tests/WritePixelsTest.cpp',
529 'tests/Writer32Test.cpp', 562 'tests/Writer32Test.cpp',
530 'tests/XfermodeTest.cpp', 563 'tests/XfermodeTest.cpp',
531 'tests/YUVCacheTest.cpp', 564 'tests/YUVCacheTest.cpp',
532 'tools/CrashHandler.cpp', 565 'tools/CrashHandler.cpp',
533 'tools/CrashHandler.h', 566 'tools/CrashHandler.h',
534 'tools/LazyDecodeBitmap.cpp', 567 'tools/LazyDecodeBitmap.cpp',
535 'tools/LazyDecodeBitmap.h', 568 'tools/LazyDecodeBitmap.h',
536 'tools/ProcStats.cpp', 569 'tools/ProcStats.cpp',
537 'tools/ProcStats.h', 570 'tools/ProcStats.h',
538 'tools/Resources.cpp', 571 'tools/Resources.cpp',
539 'tools/Resources.h', 572 'tools/Resources.h',
540 'tools/SkBitmapRegionCanvas.cpp', 573 'tools/SkBitmapRegionCanvas.cpp',
541 'tools/SkBitmapRegionCanvas.h', 574 'tools/SkBitmapRegionCanvas.h',
575 'tools/SkBitmapRegionCodec.cpp',
576 'tools/SkBitmapRegionCodec.h',
542 'tools/SkBitmapRegionDecoderInterface.cpp', 577 'tools/SkBitmapRegionDecoderInterface.cpp',
543 'tools/SkBitmapRegionDecoderInterface.h', 578 'tools/SkBitmapRegionDecoderInterface.h',
544 'tools/SkBitmapRegionSampler.cpp', 579 'tools/SkBitmapRegionSampler.cpp',
545 'tools/SkBitmapRegionSampler.h', 580 'tools/SkBitmapRegionSampler.h',
546 'tools/flags/SkCommandLineFlags.cpp', 581 'tools/flags/SkCommandLineFlags.cpp',
547 'tools/flags/SkCommandLineFlags.h', 582 'tools/flags/SkCommandLineFlags.h',
548 'tools/flags/SkCommonFlags.cpp', 583 'tools/flags/SkCommonFlags.cpp',
549 'tools/flags/SkCommonFlags.h', 584 'tools/flags/SkCommonFlags.h',
550 'tools/sk_tool_utils.cpp', 585 'tools/sk_tool_utils.cpp',
551 'tools/sk_tool_utils.h', 586 'tools/sk_tool_utils.h',
552 'tools/sk_tool_utils_font.cpp', 587 'tools/sk_tool_utils_font.cpp',
553 'tools/timer/GpuTimer.cpp',
554 'tools/timer/GpuTimer.h',
555 'tools/timer/SysTimer_mach.h',
556 'tools/timer/SysTimer_posix.cpp',
557 'tools/timer/SysTimer_posix.h',
558 'tools/timer/SysTimer_windows.h',
559 'tools/timer/Timer.cpp', 588 'tools/timer/Timer.cpp',
560 'tools/timer/Timer.h', 589 'tools/timer/Timer.h']
561 'tools/timer/TimerData.cpp', 590 DM_SRCS_ANDROID = ['tests/FontMgrAndroidParserTest.cpp']
562 'tools/timer/TimerData.h'] 591 DM_SRCS_UNIX = []
563 HDRS = ['include/c/sk_canvas.h', 592 HDRS = ['include/c/sk_canvas.h',
564 'include/c/sk_data.h', 593 'include/c/sk_data.h',
565 'include/c/sk_image.h', 594 'include/c/sk_image.h',
566 'include/c/sk_maskfilter.h', 595 'include/c/sk_maskfilter.h',
567 'include/c/sk_matrix.h', 596 'include/c/sk_matrix.h',
568 'include/c/sk_paint.h', 597 'include/c/sk_paint.h',
569 'include/c/sk_path.h', 598 'include/c/sk_path.h',
570 'include/c/sk_picture.h', 599 'include/c/sk_picture.h',
571 'include/c/sk_shader.h', 600 'include/c/sk_shader.h',
572 'include/c/sk_surface.h', 601 'include/c/sk_surface.h',
573 'include/c/sk_types.h', 602 'include/c/sk_types.h',
603 'include/codec/SkAndroidCodec.h',
574 'include/codec/SkCodec.h', 604 'include/codec/SkCodec.h',
575 'include/codec/SkEncodedFormat.h', 605 'include/codec/SkEncodedFormat.h',
576 'include/codec/SkScaledCodec.h',
577 'include/config/SkUserConfig.h', 606 'include/config/SkUserConfig.h',
578 'include/core/SkAnnotation.h', 607 'include/core/SkAnnotation.h',
579 'include/core/SkBBHFactory.h', 608 'include/core/SkBBHFactory.h',
580 'include/core/SkBitmap.h', 609 'include/core/SkBitmap.h',
581 'include/core/SkBitmapDevice.h', 610 'include/core/SkBitmapDevice.h',
582 'include/core/SkBlitRow.h', 611 'include/core/SkBlitRow.h',
583 'include/core/SkBlurTypes.h', 612 'include/core/SkBlurTypes.h',
584 'include/core/SkCanvas.h', 613 'include/core/SkCanvas.h',
585 'include/core/SkChunkAlloc.h', 614 'include/core/SkChunkAlloc.h',
586 'include/core/SkClipStack.h', 615 'include/core/SkClipStack.h',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'include/gpu/effects/GrCoverageSetOpXP.h', 782 'include/gpu/effects/GrCoverageSetOpXP.h',
754 'include/gpu/effects/GrCustomXfermode.h', 783 'include/gpu/effects/GrCustomXfermode.h',
755 'include/gpu/effects/GrPorterDuffXferProcessor.h', 784 'include/gpu/effects/GrPorterDuffXferProcessor.h',
756 'include/gpu/effects/GrXfermodeFragmentProcessor.h', 785 'include/gpu/effects/GrXfermodeFragmentProcessor.h',
757 'include/gpu/gl/GrGLConfig.h', 786 'include/gpu/gl/GrGLConfig.h',
758 'include/gpu/gl/GrGLConfig_chrome.h', 787 'include/gpu/gl/GrGLConfig_chrome.h',
759 'include/gpu/gl/GrGLExtensions.h', 788 'include/gpu/gl/GrGLExtensions.h',
760 'include/gpu/gl/GrGLFunctions.h', 789 'include/gpu/gl/GrGLFunctions.h',
761 'include/gpu/gl/GrGLInterface.h', 790 'include/gpu/gl/GrGLInterface.h',
762 'include/gpu/gl/GrGLSLPrettyPrint.h', 791 'include/gpu/gl/GrGLSLPrettyPrint.h',
792 'include/gpu/gl/GrGLTypes.h',
763 'include/gpu/gl/SkGLContext.h', 793 'include/gpu/gl/SkGLContext.h',
764 'include/gpu/gl/SkNullGLContext.h', 794 'include/gpu/gl/SkNullGLContext.h',
765 'include/gpu/gl/angle/SkANGLEGLContext.h', 795 'include/gpu/gl/angle/SkANGLEGLContext.h',
766 'include/gpu/gl/command_buffer/SkCommandBufferGLContext.h', 796 'include/gpu/gl/command_buffer/SkCommandBufferGLContext.h',
767 'include/images/SkDecodingImageGenerator.h', 797 'include/images/SkDecodingImageGenerator.h',
768 'include/images/SkForceLinking.h', 798 'include/images/SkForceLinking.h',
769 'include/images/SkMovie.h', 799 'include/images/SkMovie.h',
770 'include/images/SkPageFlipper.h', 800 'include/images/SkPageFlipper.h',
771 'include/pathops/SkPathOps.h', 801 'include/pathops/SkPathOps.h',
772 'include/pipe/SkGPipe.h', 802 'include/pipe/SkGPipe.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'src/core', 871 'src/core',
842 'src/gpu', 872 'src/gpu',
843 'src/image', 873 'src/image',
844 'src/lazy', 874 'src/lazy',
845 'src/opts', 875 'src/opts',
846 'src/pdf', 876 'src/pdf',
847 'src/sfnt', 877 'src/sfnt',
848 'src/utils', 878 'src/utils',
849 'third_party/etc1', 879 'third_party/etc1',
850 'third_party/ktx'] 880 'third_party/ktx']
851 LINKOPTS = ['-ldl'] 881 LINKOPTS = ['*** BEGIN //conditions:default ***',
852 PLATFORM_SRCS = ['src/opts/Sk4px_SSE2.h', 882 '-ldl',
883 '*** END //conditions:default ***',
884 '*** BEGIN CONDITION_ANDROID ***',
885 '-ldl',
886 '-lEGL',
887 '*** END CONDITION_ANDROID ***']
888 PLATFORM_SRCS = ['*** BEGIN //conditions:default ***',
889 'src/gpu/gl/GrGLDefaultInterface_native.cpp',
890 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
891 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp',
892 'src/opts/Sk4px_SSE2.h',
853 'src/opts/Sk4px_none.h', 893 'src/opts/Sk4px_none.h',
854 'src/opts/SkBitmapFilter_opts_SSE2.cpp', 894 'src/opts/SkBitmapFilter_opts_SSE2.cpp',
855 'src/opts/SkBitmapFilter_opts_SSE2.h', 895 'src/opts/SkBitmapFilter_opts_SSE2.h',
856 'src/opts/SkBitmapProcState_opts_SSE2.cpp', 896 'src/opts/SkBitmapProcState_opts_SSE2.cpp',
857 'src/opts/SkBitmapProcState_opts_SSE2.h', 897 'src/opts/SkBitmapProcState_opts_SSE2.h',
858 'src/opts/SkBlitMask_opts.h', 898 'src/opts/SkBlitMask_opts.h',
859 'src/opts/SkBlitRow_opts.h', 899 'src/opts/SkBlitRow_opts.h',
860 'src/opts/SkBlitRow_opts_SSE2.cpp', 900 'src/opts/SkBlitRow_opts_SSE2.cpp',
861 'src/opts/SkBlitRow_opts_SSE2.h', 901 'src/opts/SkBlitRow_opts_SSE2.h',
862 'src/opts/SkBlurImageFilter_opts.h', 902 'src/opts/SkBlurImageFilter_opts.h',
(...skipping 15 matching lines...) Expand all
878 'src/ports/SkFontMgr_custom.cpp', 918 'src/ports/SkFontMgr_custom.cpp',
879 'src/ports/SkFontMgr_custom_directory_factory.cpp', 919 'src/ports/SkFontMgr_custom_directory_factory.cpp',
880 'src/ports/SkGlobalInitialization_default.cpp', 920 'src/ports/SkGlobalInitialization_default.cpp',
881 'src/ports/SkImageGenerator_skia.cpp', 921 'src/ports/SkImageGenerator_skia.cpp',
882 'src/ports/SkMemory_malloc.cpp', 922 'src/ports/SkMemory_malloc.cpp',
883 'src/ports/SkOSFile_posix.cpp', 923 'src/ports/SkOSFile_posix.cpp',
884 'src/ports/SkOSFile_stdio.cpp', 924 'src/ports/SkOSFile_stdio.cpp',
885 'src/ports/SkOSLibrary.h', 925 'src/ports/SkOSLibrary.h',
886 'src/ports/SkOSLibrary_posix.cpp', 926 'src/ports/SkOSLibrary_posix.cpp',
887 'src/ports/SkTLS_pthread.cpp', 927 'src/ports/SkTLS_pthread.cpp',
888 'src/ports/SkTime_Unix.cpp'] 928 'src/ports/SkTime_Unix.cpp',
929 '*** END //conditions:default ***',
930 '*** BEGIN CONDITION_ANDROID ***',
931 'src/gpu/gl/GrGLDefaultInterface_none.cpp',
932 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp',
933 'src/opts/Sk4px_NEON.h',
934 'src/opts/Sk4px_none.h',
935 'src/opts/SkBitmapProcState_arm_neon.cpp',
936 'src/opts/SkBitmapProcState_filter_neon.h',
937 'src/opts/SkBitmapProcState_matrixProcs_neon.cpp',
938 'src/opts/SkBitmapProcState_matrix_neon.h',
939 'src/opts/SkBitmapProcState_opts_arm.cpp',
940 'src/opts/SkBlitMask_opts.h',
941 'src/opts/SkBlitMask_opts_arm.cpp',
942 'src/opts/SkBlitMask_opts_arm_neon.cpp',
943 'src/opts/SkBlitMask_opts_arm_neon.h',
944 'src/opts/SkBlitRow_opts.h',
945 'src/opts/SkBlitRow_opts_arm.cpp',
946 'src/opts/SkBlitRow_opts_arm_neon.cpp',
947 'src/opts/SkBlitRow_opts_arm_neon.h',
948 'src/opts/SkBlurImageFilter_opts.h',
949 'src/opts/SkColorCubeFilter_opts.h',
950 'src/opts/SkColor_opts_neon.h',
951 'src/opts/SkFloatingPoint_opts.h',
952 'src/opts/SkMatrix_opts.h',
953 'src/opts/SkMorphologyImageFilter_opts.h',
954 'src/opts/SkNx_neon.h',
955 'src/opts/SkNx_sse.h',
956 'src/opts/SkOpts_neon.cpp',
957 'src/opts/SkTextureCompressor_opts.h',
958 'src/opts/SkUtils_opts.h',
959 'src/opts/SkXfermode_opts.h',
960 'src/ports/SkDebug_android.cpp',
961 'src/ports/SkDiscardableMemory_none.cpp',
962 'src/ports/SkFontHost_FreeType.cpp',
963 'src/ports/SkFontHost_FreeType_common.cpp',
964 'src/ports/SkFontHost_FreeType_common.h',
965 'src/ports/SkFontMgr_android.cpp',
966 'src/ports/SkFontMgr_android_factory.cpp',
967 'src/ports/SkFontMgr_android_parser.cpp',
968 'src/ports/SkFontMgr_android_parser.h',
969 'src/ports/SkFontMgr_custom.cpp',
970 'src/ports/SkGlobalInitialization_default.cpp',
971 'src/ports/SkImageGenerator_skia.cpp',
972 'src/ports/SkMemory_malloc.cpp',
973 'src/ports/SkOSFile_posix.cpp',
974 'src/ports/SkOSFile_stdio.cpp',
975 'src/ports/SkOSLibrary.h',
976 'src/ports/SkOSLibrary_posix.cpp',
977 'src/ports/SkTLS_pthread.cpp',
978 'src/ports/SkTime_Unix.cpp',
979 '*** END CONDITION_ANDROID ***']
889 SRCS = ['include/private/SkAtomics.h', 980 SRCS = ['include/private/SkAtomics.h',
890 'include/private/SkChecksum.h', 981 'include/private/SkChecksum.h',
891 'include/private/SkFloatBits.h', 982 'include/private/SkFloatBits.h',
892 'include/private/SkFloatingPoint.h', 983 'include/private/SkFloatingPoint.h',
893 'include/private/SkFunction.h', 984 'include/private/SkFunction.h',
894 'include/private/SkGpuFenceSync.h', 985 'include/private/SkGpuFenceSync.h',
895 'include/private/SkMiniRecorder.h', 986 'include/private/SkMiniRecorder.h',
896 'include/private/SkMutex.h', 987 'include/private/SkMutex.h',
897 'include/private/SkOnce.h', 988 'include/private/SkOnce.h',
898 'include/private/SkOncePtr.h', 989 'include/private/SkOncePtr.h',
899 'include/private/SkRecords.h', 990 'include/private/SkRecords.h',
900 'include/private/SkSemaphore.h', 991 'include/private/SkSemaphore.h',
901 'include/private/SkSpinlock.h', 992 'include/private/SkSpinlock.h',
902 'include/private/SkTHash.h', 993 'include/private/SkTHash.h',
903 'include/private/SkTLogic.h', 994 'include/private/SkTLogic.h',
904 'include/private/SkTemplates.h', 995 'include/private/SkTemplates.h',
905 'include/private/SkThreadID.h', 996 'include/private/SkThreadID.h',
906 'include/private/SkUniquePtr.h', 997 'include/private/SkUniquePtr.h',
907 'include/private/SkUtility.h', 998 'include/private/SkUtility.h',
908 'include/private/SkWeakRefCnt.h', 999 'include/private/SkWeakRefCnt.h',
909 'src/c/sk_c_from_to.h', 1000 'src/c/sk_c_from_to.h',
910 'src/c/sk_paint.cpp', 1001 'src/c/sk_paint.cpp',
911 'src/c/sk_surface.cpp', 1002 'src/c/sk_surface.cpp',
912 'src/c/sk_types_priv.h', 1003 'src/c/sk_types_priv.h',
1004 'src/codec/SkAndroidCodec.cpp',
913 'src/codec/SkBmpCodec.cpp', 1005 'src/codec/SkBmpCodec.cpp',
914 'src/codec/SkBmpCodec.h', 1006 'src/codec/SkBmpCodec.h',
915 'src/codec/SkBmpMaskCodec.cpp', 1007 'src/codec/SkBmpMaskCodec.cpp',
916 'src/codec/SkBmpMaskCodec.h', 1008 'src/codec/SkBmpMaskCodec.h',
917 'src/codec/SkBmpRLECodec.cpp', 1009 'src/codec/SkBmpRLECodec.cpp',
918 'src/codec/SkBmpRLECodec.h', 1010 'src/codec/SkBmpRLECodec.h',
919 'src/codec/SkBmpStandardCodec.cpp', 1011 'src/codec/SkBmpStandardCodec.cpp',
920 'src/codec/SkBmpStandardCodec.h', 1012 'src/codec/SkBmpStandardCodec.h',
921 'src/codec/SkCodec.cpp', 1013 'src/codec/SkCodec.cpp',
922 'src/codec/SkCodecPriv.h', 1014 'src/codec/SkCodecPriv.h',
923 'src/codec/SkCodec_libgif.cpp', 1015 'src/codec/SkCodec_libgif.cpp',
924 'src/codec/SkCodec_libgif.h', 1016 'src/codec/SkCodec_libgif.h',
925 'src/codec/SkCodec_libico.cpp', 1017 'src/codec/SkCodec_libico.cpp',
926 'src/codec/SkCodec_libico.h', 1018 'src/codec/SkCodec_libico.h',
927 'src/codec/SkCodec_libpng.cpp', 1019 'src/codec/SkCodec_libpng.cpp',
928 'src/codec/SkCodec_libpng.h', 1020 'src/codec/SkCodec_libpng.h',
929 'src/codec/SkCodec_wbmp.cpp', 1021 'src/codec/SkCodec_wbmp.cpp',
930 'src/codec/SkCodec_wbmp.h', 1022 'src/codec/SkCodec_wbmp.h',
931 'src/codec/SkJpegCodec.cpp', 1023 'src/codec/SkJpegCodec.cpp',
932 'src/codec/SkJpegCodec.h', 1024 'src/codec/SkJpegCodec.h',
933 'src/codec/SkJpegDecoderMgr.cpp', 1025 'src/codec/SkJpegDecoderMgr.cpp',
934 'src/codec/SkJpegDecoderMgr.h', 1026 'src/codec/SkJpegDecoderMgr.h',
935 'src/codec/SkJpegUtility_codec.cpp', 1027 'src/codec/SkJpegUtility_codec.cpp',
936 'src/codec/SkJpegUtility_codec.h', 1028 'src/codec/SkJpegUtility_codec.h',
937 'src/codec/SkMaskSwizzler.cpp', 1029 'src/codec/SkMaskSwizzler.cpp',
938 'src/codec/SkMaskSwizzler.h', 1030 'src/codec/SkMaskSwizzler.h',
939 'src/codec/SkMasks.cpp', 1031 'src/codec/SkMasks.cpp',
940 'src/codec/SkMasks.h', 1032 'src/codec/SkMasks.h',
1033 'src/codec/SkSampledCodec.h',
941 'src/codec/SkSampler.cpp', 1034 'src/codec/SkSampler.cpp',
942 'src/codec/SkSampler.h', 1035 'src/codec/SkSampler.h',
943 'src/codec/SkScaledCodec.cpp', 1036 'src/codec/SkScaledCodec.cpp',
944 'src/codec/SkSwizzler.cpp', 1037 'src/codec/SkSwizzler.cpp',
945 'src/codec/SkSwizzler.h', 1038 'src/codec/SkSwizzler.h',
1039 'src/codec/SkWebpAdapterCodec.cpp',
1040 'src/codec/SkWebpAdapterCodec.h',
946 'src/codec/SkWebpCodec.cpp', 1041 'src/codec/SkWebpCodec.cpp',
947 'src/codec/SkWebpCodec.h', 1042 'src/codec/SkWebpCodec.h',
948 'src/core/Sk4px.h', 1043 'src/core/Sk4px.h',
949 'src/core/SkAAClip.cpp', 1044 'src/core/SkAAClip.cpp',
950 'src/core/SkAAClip.h', 1045 'src/core/SkAAClip.h',
951 'src/core/SkAdvancedTypefaceMetrics.cpp', 1046 'src/core/SkAdvancedTypefaceMetrics.cpp',
952 'src/core/SkAdvancedTypefaceMetrics.h', 1047 'src/core/SkAdvancedTypefaceMetrics.h',
953 'src/core/SkAlphaRuns.cpp', 1048 'src/core/SkAlphaRuns.cpp',
954 'src/core/SkAnnotation.cpp', 1049 'src/core/SkAnnotation.cpp',
955 'src/core/SkAntiRun.h', 1050 'src/core/SkAntiRun.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 'src/core/SkBlitter_A8.cpp', 1089 'src/core/SkBlitter_A8.cpp',
995 'src/core/SkBlitter_ARGB32.cpp', 1090 'src/core/SkBlitter_ARGB32.cpp',
996 'src/core/SkBlitter_RGB16.cpp', 1091 'src/core/SkBlitter_RGB16.cpp',
997 'src/core/SkBlitter_Sprite.cpp', 1092 'src/core/SkBlitter_Sprite.cpp',
998 'src/core/SkBuffer.cpp', 1093 'src/core/SkBuffer.cpp',
999 'src/core/SkBuffer.h', 1094 'src/core/SkBuffer.h',
1000 'src/core/SkCachedData.cpp', 1095 'src/core/SkCachedData.cpp',
1001 'src/core/SkCachedData.h', 1096 'src/core/SkCachedData.h',
1002 'src/core/SkCanvas.cpp', 1097 'src/core/SkCanvas.cpp',
1003 'src/core/SkCanvasPriv.h', 1098 'src/core/SkCanvasPriv.h',
1099 'src/core/SkChecksum.cpp',
1004 'src/core/SkChunkAlloc.cpp', 1100 'src/core/SkChunkAlloc.cpp',
1005 'src/core/SkClipStack.cpp', 1101 'src/core/SkClipStack.cpp',
1006 'src/core/SkColor.cpp', 1102 'src/core/SkColor.cpp',
1007 'src/core/SkColorFilter.cpp', 1103 'src/core/SkColorFilter.cpp',
1008 'src/core/SkColorShader.h', 1104 'src/core/SkColorShader.h',
1009 'src/core/SkColorTable.cpp', 1105 'src/core/SkColorTable.cpp',
1010 'src/core/SkComposeShader.cpp', 1106 'src/core/SkComposeShader.cpp',
1011 'src/core/SkConfig8888.cpp', 1107 'src/core/SkConfig8888.cpp',
1012 'src/core/SkConfig8888.h', 1108 'src/core/SkConfig8888.h',
1013 'src/core/SkConvolver.cpp', 1109 'src/core/SkConvolver.cpp',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 'src/core/SkRecordPattern.h', 1262 'src/core/SkRecordPattern.h',
1167 'src/core/SkRecorder.cpp', 1263 'src/core/SkRecorder.cpp',
1168 'src/core/SkRecorder.h', 1264 'src/core/SkRecorder.h',
1169 'src/core/SkRecords.cpp', 1265 'src/core/SkRecords.cpp',
1170 'src/core/SkRect.cpp', 1266 'src/core/SkRect.cpp',
1171 'src/core/SkRefDict.cpp', 1267 'src/core/SkRefDict.cpp',
1172 'src/core/SkRefDict.h', 1268 'src/core/SkRefDict.h',
1173 'src/core/SkRegion.cpp', 1269 'src/core/SkRegion.cpp',
1174 'src/core/SkRegionPriv.h', 1270 'src/core/SkRegionPriv.h',
1175 'src/core/SkRegion_path.cpp', 1271 'src/core/SkRegion_path.cpp',
1272 'src/core/SkRemote.cpp',
1273 'src/core/SkRemote.h',
1274 'src/core/SkRemote_protocol.h',
1176 'src/core/SkResourceCache.cpp', 1275 'src/core/SkResourceCache.cpp',
1177 'src/core/SkResourceCache.h', 1276 'src/core/SkResourceCache.h',
1178 'src/core/SkScalar.cpp', 1277 'src/core/SkScalar.cpp',
1179 'src/core/SkScalerContext.cpp', 1278 'src/core/SkScalerContext.cpp',
1180 'src/core/SkScalerContext.h', 1279 'src/core/SkScalerContext.h',
1181 'src/core/SkScan.cpp', 1280 'src/core/SkScan.cpp',
1182 'src/core/SkScan.h', 1281 'src/core/SkScan.h',
1183 'src/core/SkScanPriv.h', 1282 'src/core/SkScanPriv.h',
1184 'src/core/SkScan_AntiPath.cpp', 1283 'src/core/SkScan_AntiPath.cpp',
1185 'src/core/SkScan_Antihair.cpp', 1284 'src/core/SkScan_Antihair.cpp',
(...skipping 21 matching lines...) Expand all
1207 'src/core/SkStrokerPriv.h', 1306 'src/core/SkStrokerPriv.h',
1208 'src/core/SkSurfacePriv.h', 1307 'src/core/SkSurfacePriv.h',
1209 'src/core/SkTDPQueue.h', 1308 'src/core/SkTDPQueue.h',
1210 'src/core/SkTDynamicHash.h', 1309 'src/core/SkTDynamicHash.h',
1211 'src/core/SkTLList.h', 1310 'src/core/SkTLList.h',
1212 'src/core/SkTLS.cpp', 1311 'src/core/SkTLS.cpp',
1213 'src/core/SkTLS.h', 1312 'src/core/SkTLS.h',
1214 'src/core/SkTMultiMap.h', 1313 'src/core/SkTMultiMap.h',
1215 'src/core/SkTSearch.cpp', 1314 'src/core/SkTSearch.cpp',
1216 'src/core/SkTSort.h', 1315 'src/core/SkTSort.h',
1316 'src/core/SkTTopoSort.h',
1217 'src/core/SkTaskGroup.cpp', 1317 'src/core/SkTaskGroup.cpp',
1218 'src/core/SkTaskGroup.h', 1318 'src/core/SkTaskGroup.h',
1219 'src/core/SkTextBlob.cpp', 1319 'src/core/SkTextBlob.cpp',
1220 'src/core/SkTextFormatParams.h', 1320 'src/core/SkTextFormatParams.h',
1221 'src/core/SkTextMapStateProc.h', 1321 'src/core/SkTextMapStateProc.h',
1222 'src/core/SkTextToPathIter.h', 1322 'src/core/SkTextToPathIter.h',
1223 'src/core/SkThreadID.cpp', 1323 'src/core/SkThreadID.cpp',
1224 'src/core/SkTime.cpp', 1324 'src/core/SkTime.cpp',
1225 'src/core/SkTraceEvent.h', 1325 'src/core/SkTraceEvent.h',
1226 'src/core/SkTraceEventCommon.h', 1326 'src/core/SkTraceEventCommon.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 'src/gpu/GrClipMaskManager.h', 1454 'src/gpu/GrClipMaskManager.h',
1355 'src/gpu/GrContext.cpp', 1455 'src/gpu/GrContext.cpp',
1356 'src/gpu/GrContextFactory.cpp', 1456 'src/gpu/GrContextFactory.cpp',
1357 'src/gpu/GrContextFactory.h', 1457 'src/gpu/GrContextFactory.h',
1358 'src/gpu/GrCoordTransform.cpp', 1458 'src/gpu/GrCoordTransform.cpp',
1359 'src/gpu/GrDefaultGeoProcFactory.cpp', 1459 'src/gpu/GrDefaultGeoProcFactory.cpp',
1360 'src/gpu/GrDefaultGeoProcFactory.h', 1460 'src/gpu/GrDefaultGeoProcFactory.h',
1361 'src/gpu/GrDrawContext.cpp', 1461 'src/gpu/GrDrawContext.cpp',
1362 'src/gpu/GrDrawTarget.cpp', 1462 'src/gpu/GrDrawTarget.cpp',
1363 'src/gpu/GrDrawTarget.h', 1463 'src/gpu/GrDrawTarget.h',
1464 'src/gpu/GrDrawingManager.cpp',
1465 'src/gpu/GrDrawingManager.h',
1364 'src/gpu/GrFontScaler.cpp', 1466 'src/gpu/GrFontScaler.cpp',
1365 'src/gpu/GrFontScaler.h', 1467 'src/gpu/GrFontScaler.h',
1366 'src/gpu/GrFragmentProcessor.cpp', 1468 'src/gpu/GrFragmentProcessor.cpp',
1367 'src/gpu/GrGeometryBuffer.h', 1469 'src/gpu/GrGeometryBuffer.h',
1368 'src/gpu/GrGeometryProcessor.h', 1470 'src/gpu/GrGeometryProcessor.h',
1369 'src/gpu/GrGlyph.h', 1471 'src/gpu/GrGlyph.h',
1370 'src/gpu/GrGpu.cpp', 1472 'src/gpu/GrGpu.cpp',
1371 'src/gpu/GrGpu.h', 1473 'src/gpu/GrGpu.h',
1372 'src/gpu/GrGpuFactory.cpp', 1474 'src/gpu/GrGpuFactory.cpp',
1373 'src/gpu/GrGpuFactory.h', 1475 'src/gpu/GrGpuFactory.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 'src/gpu/GrTRecorder.h', 1548 'src/gpu/GrTRecorder.h',
1447 'src/gpu/GrTest.cpp', 1549 'src/gpu/GrTest.cpp',
1448 'src/gpu/GrTest.h', 1550 'src/gpu/GrTest.h',
1449 'src/gpu/GrTestUtils.cpp', 1551 'src/gpu/GrTestUtils.cpp',
1450 'src/gpu/GrTextBlobCache.cpp', 1552 'src/gpu/GrTextBlobCache.cpp',
1451 'src/gpu/GrTextBlobCache.h', 1553 'src/gpu/GrTextBlobCache.h',
1452 'src/gpu/GrTextContext.cpp', 1554 'src/gpu/GrTextContext.cpp',
1453 'src/gpu/GrTextContext.h', 1555 'src/gpu/GrTextContext.h',
1454 'src/gpu/GrTexture.cpp', 1556 'src/gpu/GrTexture.cpp',
1455 'src/gpu/GrTextureAccess.cpp', 1557 'src/gpu/GrTextureAccess.cpp',
1456 'src/gpu/GrTextureMaker.h', 1558 'src/gpu/GrTextureParamsAdjuster.cpp',
1559 'src/gpu/GrTextureParamsAdjuster.h',
1457 'src/gpu/GrTexturePriv.h', 1560 'src/gpu/GrTexturePriv.h',
1458 'src/gpu/GrTextureProvider.cpp', 1561 'src/gpu/GrTextureProvider.cpp',
1459 'src/gpu/GrTraceMarker.cpp', 1562 'src/gpu/GrTraceMarker.cpp',
1460 'src/gpu/GrTraceMarker.h', 1563 'src/gpu/GrTraceMarker.h',
1461 'src/gpu/GrTracing.h', 1564 'src/gpu/GrTracing.h',
1462 'src/gpu/GrVertexBuffer.h', 1565 'src/gpu/GrVertexBuffer.h',
1463 'src/gpu/GrVertices.h', 1566 'src/gpu/GrVertices.h',
1464 'src/gpu/GrXferProcessor.cpp', 1567 'src/gpu/GrXferProcessor.cpp',
1465 'src/gpu/GrYUVProvider.cpp', 1568 'src/gpu/GrYUVProvider.cpp',
1466 'src/gpu/GrYUVProvider.h', 1569 'src/gpu/GrYUVProvider.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 'src/gpu/effects/GrYUVtoRGBEffect.h', 1664 'src/gpu/effects/GrYUVtoRGBEffect.h',
1562 'src/gpu/gl/GrGLAssembleInterface.cpp', 1665 'src/gpu/gl/GrGLAssembleInterface.cpp',
1563 'src/gpu/gl/GrGLAssembleInterface.h', 1666 'src/gpu/gl/GrGLAssembleInterface.h',
1564 'src/gpu/gl/GrGLBufferImpl.cpp', 1667 'src/gpu/gl/GrGLBufferImpl.cpp',
1565 'src/gpu/gl/GrGLBufferImpl.h', 1668 'src/gpu/gl/GrGLBufferImpl.h',
1566 'src/gpu/gl/GrGLCaps.cpp', 1669 'src/gpu/gl/GrGLCaps.cpp',
1567 'src/gpu/gl/GrGLCaps.h', 1670 'src/gpu/gl/GrGLCaps.h',
1568 'src/gpu/gl/GrGLContext.cpp', 1671 'src/gpu/gl/GrGLContext.cpp',
1569 'src/gpu/gl/GrGLContext.h', 1672 'src/gpu/gl/GrGLContext.h',
1570 'src/gpu/gl/GrGLCreateNullInterface.cpp', 1673 'src/gpu/gl/GrGLCreateNullInterface.cpp',
1571 'src/gpu/gl/GrGLDefaultInterface_native.cpp',
1572 'src/gpu/gl/GrGLDefines.h', 1674 'src/gpu/gl/GrGLDefines.h',
1573 'src/gpu/gl/GrGLExtensions.cpp', 1675 'src/gpu/gl/GrGLExtensions.cpp',
1574 'src/gpu/gl/GrGLFragmentProcessor.cpp', 1676 'src/gpu/gl/GrGLFragmentProcessor.cpp',
1575 'src/gpu/gl/GrGLFragmentProcessor.h', 1677 'src/gpu/gl/GrGLFragmentProcessor.h',
1576 'src/gpu/gl/GrGLGLSL.cpp', 1678 'src/gpu/gl/GrGLGLSL.cpp',
1577 'src/gpu/gl/GrGLGLSL.h', 1679 'src/gpu/gl/GrGLGLSL.h',
1578 'src/gpu/gl/GrGLGeometryProcessor.cpp', 1680 'src/gpu/gl/GrGLGeometryProcessor.cpp',
1579 'src/gpu/gl/GrGLGeometryProcessor.h', 1681 'src/gpu/gl/GrGLGeometryProcessor.h',
1580 'src/gpu/gl/GrGLGpu.cpp', 1682 'src/gpu/gl/GrGLGpu.cpp',
1581 'src/gpu/gl/GrGLGpu.h', 1683 'src/gpu/gl/GrGLGpu.h',
(...skipping 18 matching lines...) Expand all
1600 'src/gpu/gl/GrGLProgram.cpp', 1702 'src/gpu/gl/GrGLProgram.cpp',
1601 'src/gpu/gl/GrGLProgram.h', 1703 'src/gpu/gl/GrGLProgram.h',
1602 'src/gpu/gl/GrGLProgramDataManager.cpp', 1704 'src/gpu/gl/GrGLProgramDataManager.cpp',
1603 'src/gpu/gl/GrGLProgramDataManager.h', 1705 'src/gpu/gl/GrGLProgramDataManager.h',
1604 'src/gpu/gl/GrGLProgramDesc.cpp', 1706 'src/gpu/gl/GrGLProgramDesc.cpp',
1605 'src/gpu/gl/GrGLProgramDesc.h', 1707 'src/gpu/gl/GrGLProgramDesc.h',
1606 'src/gpu/gl/GrGLRenderTarget.cpp', 1708 'src/gpu/gl/GrGLRenderTarget.cpp',
1607 'src/gpu/gl/GrGLRenderTarget.h', 1709 'src/gpu/gl/GrGLRenderTarget.h',
1608 'src/gpu/gl/GrGLSLBlend.cpp', 1710 'src/gpu/gl/GrGLSLBlend.cpp',
1609 'src/gpu/gl/GrGLSLBlend.h', 1711 'src/gpu/gl/GrGLSLBlend.h',
1610 'src/gpu/gl/GrGLShaderVar.h',
1611 'src/gpu/gl/GrGLStencilAttachment.cpp', 1712 'src/gpu/gl/GrGLStencilAttachment.cpp',
1612 'src/gpu/gl/GrGLStencilAttachment.h', 1713 'src/gpu/gl/GrGLStencilAttachment.h',
1613 'src/gpu/gl/GrGLTexture.cpp', 1714 'src/gpu/gl/GrGLTexture.cpp',
1614 'src/gpu/gl/GrGLTexture.h', 1715 'src/gpu/gl/GrGLTexture.h',
1615 'src/gpu/gl/GrGLTextureRenderTarget.cpp', 1716 'src/gpu/gl/GrGLTextureRenderTarget.cpp',
1616 'src/gpu/gl/GrGLTextureRenderTarget.h', 1717 'src/gpu/gl/GrGLTextureRenderTarget.h',
1617 'src/gpu/gl/GrGLUtil.cpp', 1718 'src/gpu/gl/GrGLUtil.cpp',
1618 'src/gpu/gl/GrGLUtil.h', 1719 'src/gpu/gl/GrGLUtil.h',
1619 'src/gpu/gl/GrGLVertexArray.cpp', 1720 'src/gpu/gl/GrGLVertexArray.cpp',
1620 'src/gpu/gl/GrGLVertexArray.h', 1721 'src/gpu/gl/GrGLVertexArray.h',
(...skipping 30 matching lines...) Expand all
1651 'src/gpu/gl/debug/GrRenderBufferObj.h', 1752 'src/gpu/gl/debug/GrRenderBufferObj.h',
1652 'src/gpu/gl/debug/GrShaderObj.cpp', 1753 'src/gpu/gl/debug/GrShaderObj.cpp',
1653 'src/gpu/gl/debug/GrShaderObj.h', 1754 'src/gpu/gl/debug/GrShaderObj.h',
1654 'src/gpu/gl/debug/GrTextureObj.cpp', 1755 'src/gpu/gl/debug/GrTextureObj.cpp',
1655 'src/gpu/gl/debug/GrTextureObj.h', 1756 'src/gpu/gl/debug/GrTextureObj.h',
1656 'src/gpu/gl/debug/GrTextureUnitObj.cpp', 1757 'src/gpu/gl/debug/GrTextureUnitObj.cpp',
1657 'src/gpu/gl/debug/GrTextureUnitObj.h', 1758 'src/gpu/gl/debug/GrTextureUnitObj.h',
1658 'src/gpu/gl/debug/GrVertexArrayObj.h', 1759 'src/gpu/gl/debug/GrVertexArrayObj.h',
1659 'src/gpu/gl/debug/SkDebugGLContext.cpp', 1760 'src/gpu/gl/debug/SkDebugGLContext.cpp',
1660 'src/gpu/gl/debug/SkDebugGLContext.h', 1761 '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', 1762 'src/gpu/glsl/GrGLSL.cpp',
1664 'src/gpu/glsl/GrGLSL.h', 1763 'src/gpu/glsl/GrGLSL.h',
1665 'src/gpu/glsl/GrGLSLCaps.cpp', 1764 'src/gpu/glsl/GrGLSLCaps.cpp',
1666 'src/gpu/glsl/GrGLSLCaps.h', 1765 'src/gpu/glsl/GrGLSLCaps.h',
1766 'src/gpu/glsl/GrGLSLShaderVar.h',
1667 'src/gpu/glsl/GrGLSL_impl.h', 1767 'src/gpu/glsl/GrGLSL_impl.h',
1668 'src/image/SkImage.cpp', 1768 'src/image/SkImage.cpp',
1669 'src/image/SkImagePriv.h', 1769 'src/image/SkImagePriv.h',
1670 'src/image/SkImageShader.cpp', 1770 'src/image/SkImageShader.cpp',
1671 'src/image/SkImageShader.h', 1771 'src/image/SkImageShader.h',
1672 'src/image/SkImage_Base.h', 1772 'src/image/SkImage_Base.h',
1673 'src/image/SkImage_Generator.cpp', 1773 'src/image/SkImage_Generator.cpp',
1674 'src/image/SkImage_Gpu.cpp', 1774 'src/image/SkImage_Gpu.cpp',
1675 'src/image/SkImage_Gpu.h', 1775 'src/image/SkImage_Gpu.h',
1676 'src/image/SkImage_Raster.cpp', 1776 'src/image/SkImage_Raster.cpp',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1893 'src/utils/SkTextureCompressor_ASTC.h', 1993 'src/utils/SkTextureCompressor_ASTC.h',
1894 'src/utils/SkTextureCompressor_Blitter.h', 1994 'src/utils/SkTextureCompressor_Blitter.h',
1895 'src/utils/SkTextureCompressor_LATC.cpp', 1995 'src/utils/SkTextureCompressor_LATC.cpp',
1896 'src/utils/SkTextureCompressor_LATC.h', 1996 'src/utils/SkTextureCompressor_LATC.h',
1897 'src/utils/SkTextureCompressor_R11EAC.cpp', 1997 'src/utils/SkTextureCompressor_R11EAC.cpp',
1898 'src/utils/SkTextureCompressor_R11EAC.h', 1998 'src/utils/SkTextureCompressor_R11EAC.h',
1899 'src/utils/SkTextureCompressor_Utils.h', 1999 'src/utils/SkTextureCompressor_Utils.h',
1900 'src/utils/SkThreadUtils.h', 2000 'src/utils/SkThreadUtils.h',
1901 'src/utils/SkThreadUtils_pthread.cpp', 2001 'src/utils/SkThreadUtils_pthread.cpp',
1902 'src/utils/SkThreadUtils_pthread.h', 2002 'src/utils/SkThreadUtils_pthread.h',
1903 'src/utils/SkThreadUtils_pthread_linux.cpp',
1904 'src/utils/SkThreadUtils_win.h', 2003 'src/utils/SkThreadUtils_win.h',
1905 'src/utils/SkWhitelistChecksums.cpp', 2004 'src/utils/SkWhitelistChecksums.cpp',
1906 'src/utils/SkWhitelistTypefaces.cpp', 2005 'src/utils/SkWhitelistTypefaces.cpp',
1907 'src/utils/debugger/SkDebugCanvas.cpp', 2006 'src/utils/debugger/SkDebugCanvas.cpp',
1908 'src/utils/debugger/SkDebugCanvas.h', 2007 'src/utils/debugger/SkDebugCanvas.h',
1909 'src/utils/debugger/SkDrawCommand.cpp', 2008 'src/utils/debugger/SkDrawCommand.cpp',
1910 'src/utils/debugger/SkDrawCommand.h', 2009 'src/utils/debugger/SkDrawCommand.h',
1911 'src/utils/debugger/SkObjectParser.cpp', 2010 'src/utils/debugger/SkObjectParser.cpp',
1912 'src/utils/debugger/SkObjectParser.h', 2011 'src/utils/debugger/SkObjectParser.h',
1913 'src/xml/SkDOM.cpp', 2012 'src/xml/SkDOM.cpp',
1914 'src/xml/SkXMLParser.cpp', 2013 'src/xml/SkXMLParser.cpp',
1915 'src/xml/SkXMLWriter.cpp', 2014 'src/xml/SkXMLWriter.cpp',
1916 'third_party/etc1/etc1.cpp', 2015 'third_party/etc1/etc1.cpp',
1917 'third_party/etc1/etc1.h', 2016 'third_party/etc1/etc1.h',
1918 'third_party/ktx/ktx.cpp', 2017 'third_party/ktx/ktx.cpp',
1919 'third_party/ktx/ktx.h'] 2018 'third_party/ktx/ktx.h']
2019 SRCS_ANDROID = ['src/gpu/gl/GrGLDefaultInterface_none.cpp',
2020 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp',
2021 'src/opts/Sk4px_NEON.h',
2022 'src/opts/Sk4px_none.h',
2023 'src/opts/SkBitmapProcState_arm_neon.cpp',
2024 'src/opts/SkBitmapProcState_filter_neon.h',
2025 'src/opts/SkBitmapProcState_matrixProcs_neon.cpp',
2026 'src/opts/SkBitmapProcState_matrix_neon.h',
2027 'src/opts/SkBitmapProcState_opts_arm.cpp',
2028 'src/opts/SkBlitMask_opts.h',
2029 'src/opts/SkBlitMask_opts_arm.cpp',
2030 'src/opts/SkBlitMask_opts_arm_neon.cpp',
2031 'src/opts/SkBlitMask_opts_arm_neon.h',
2032 'src/opts/SkBlitRow_opts.h',
2033 'src/opts/SkBlitRow_opts_arm.cpp',
2034 'src/opts/SkBlitRow_opts_arm_neon.cpp',
2035 'src/opts/SkBlitRow_opts_arm_neon.h',
2036 'src/opts/SkBlurImageFilter_opts.h',
2037 'src/opts/SkColorCubeFilter_opts.h',
2038 'src/opts/SkColor_opts_neon.h',
2039 'src/opts/SkFloatingPoint_opts.h',
2040 'src/opts/SkMatrix_opts.h',
2041 'src/opts/SkMorphologyImageFilter_opts.h',
2042 'src/opts/SkNx_neon.h',
2043 'src/opts/SkNx_sse.h',
2044 'src/opts/SkOpts_neon.cpp',
2045 'src/opts/SkTextureCompressor_opts.h',
2046 'src/opts/SkUtils_opts.h',
2047 'src/opts/SkXfermode_opts.h',
2048 'src/ports/SkDebug_android.cpp',
2049 'src/ports/SkDiscardableMemory_none.cpp',
2050 'src/ports/SkFontHost_FreeType.cpp',
2051 'src/ports/SkFontHost_FreeType_common.cpp',
2052 'src/ports/SkFontHost_FreeType_common.h',
2053 'src/ports/SkFontMgr_android.cpp',
2054 'src/ports/SkFontMgr_android_factory.cpp',
2055 'src/ports/SkFontMgr_android_parser.cpp',
2056 'src/ports/SkFontMgr_android_parser.h',
2057 'src/ports/SkFontMgr_custom.cpp',
2058 'src/ports/SkGlobalInitialization_default.cpp',
2059 'src/ports/SkImageGenerator_skia.cpp',
2060 'src/ports/SkMemory_malloc.cpp',
2061 'src/ports/SkOSFile_posix.cpp',
2062 'src/ports/SkOSFile_stdio.cpp',
2063 'src/ports/SkOSLibrary.h',
2064 'src/ports/SkOSLibrary_posix.cpp',
2065 'src/ports/SkTLS_pthread.cpp',
2066 'src/ports/SkTime_Unix.cpp']
1920 SRCS_SSE4 = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp'] 2067 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'] 2068 SRCS_SSSE3 = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse 3.cpp']
2069 SRCS_UNIX = ['src/gpu/gl/GrGLDefaultInterface_native.cpp',
2070 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
2071 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp',
2072 'src/opts/Sk4px_SSE2.h',
2073 'src/opts/Sk4px_none.h',
2074 'src/opts/SkBitmapFilter_opts_SSE2.cpp',
2075 'src/opts/SkBitmapFilter_opts_SSE2.h',
2076 'src/opts/SkBitmapProcState_opts_SSE2.cpp',
2077 'src/opts/SkBitmapProcState_opts_SSE2.h',
2078 'src/opts/SkBlitMask_opts.h',
2079 'src/opts/SkBlitRow_opts.h',
2080 'src/opts/SkBlitRow_opts_SSE2.cpp',
2081 'src/opts/SkBlitRow_opts_SSE2.h',
2082 'src/opts/SkBlurImageFilter_opts.h',
2083 'src/opts/SkColorCubeFilter_opts.h',
2084 'src/opts/SkColor_opts_SSE2.h',
2085 'src/opts/SkFloatingPoint_opts.h',
2086 'src/opts/SkMatrix_opts.h',
2087 'src/opts/SkMorphologyImageFilter_opts.h',
2088 'src/opts/SkNx_sse.h',
2089 'src/opts/SkTextureCompressor_opts.h',
2090 'src/opts/SkUtils_opts.h',
2091 'src/opts/SkXfermode_opts.h',
2092 'src/opts/opts_check_x86.cpp',
2093 'src/ports/SkDebug_stdio.cpp',
2094 'src/ports/SkDiscardableMemory_none.cpp',
2095 'src/ports/SkFontHost_FreeType.cpp',
2096 'src/ports/SkFontHost_FreeType_common.cpp',
2097 'src/ports/SkFontHost_FreeType_common.h',
2098 'src/ports/SkFontMgr_custom.cpp',
2099 'src/ports/SkFontMgr_custom_directory_factory.cpp',
2100 'src/ports/SkGlobalInitialization_default.cpp',
2101 'src/ports/SkImageGenerator_skia.cpp',
2102 'src/ports/SkMemory_malloc.cpp',
2103 'src/ports/SkOSFile_posix.cpp',
2104 'src/ports/SkOSFile_stdio.cpp',
2105 'src/ports/SkOSLibrary.h',
2106 'src/ports/SkOSLibrary_posix.cpp',
2107 'src/ports/SkTLS_pthread.cpp',
2108 'src/ports/SkTime_Unix.cpp']
OLDNEW
« no previous file with comments | « src/pdf/SkPDFFont.cpp ('k') | tools/BUILD_simulator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698