From ab01d73960d677f3a035b56ccaa991c0eb892ffc Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Mon, 29 Apr 2019 16:05:29 -0400 Subject: [PATCH] Roll src/third_party/skia d425dee662d1..037884e5080b (10 commits) (#8778) https://skia.googlesource.com/skia.git /%2Blog/d425dee662d1..037884e5080b git log d425dee662d15a074da981c2fa85d38dc5fd094c..037884e5080bb07d335fb639e62bbc362d5dd664 --date=short --no-merges --format=%ad %ae %s 2019-04-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-04-29 brianosman@google.com Add skcms' LICENSE to include/third_party/skcms 2019-04-29 mtklein@google.com public_includes -= include/third_party/vulkan 2019-04-29 mtklein@google.com Revert "SKIA_IMPLEMENTATION is only relevant in shared builds" 2019-04-26 benjaminwagner@google.com Check event log for all Windows tasks 2019-04-29 mtklein@google.com remove third_party/skcms from includes 2019-04-28 halcanary@google.com Experimental text editor: factor out Editor class. 2019-04-26 halcanary@google.com sk_app: fix BUILD file 2019-04-29 brianosman@google.com Move skcms.h to include/third_party/skcms 2019-04-26 jvanverth@google.com Cache some more Metal state. The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (ethannicholas@google.com), and stop the roller if necessary. --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 4825 +++++++++++++++--------------- sky/packages/sky_engine/LICENSE | 35 +- 3 files changed, 2467 insertions(+), 2395 deletions(-) diff --git a/DEPS b/DEPS index d17dfbc358..e5331728c2 100644 --- a/DEPS +++ b/DEPS @@ -23,7 +23,7 @@ vars = { 'fuchsia_git': 'https://fuchsia.googlesource.com', 'github_git': 'https://github.com', 'skia_git': 'https://skia.googlesource.com', - 'skia_revision': 'd425dee662d15a074da981c2fa85d38dc5fd094c', + 'skia_revision': '037884e5080bb07d335fb639e62bbc362d5dd664', # When updating the Dart revision, ensure that all entries that are # dependencies of Dart are also updated to match the entries in the diff --git a/ci/licenses_golden/licenses_skia b/ci/licenses_golden/licenses_skia index fb7a408623..21534381e6 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 762f84be8d4129696fba21f1f96be462 +Signature: c5636958e7a5b91a451849e0bfa0c062 UNUSED LICENSES: @@ -1508,6 +1508,7 @@ FILE: ../../../third_party/skia/include/private/GrVkTypesPriv.h FILE: ../../../third_party/skia/include/private/SkMacros.h FILE: ../../../third_party/skia/include/private/SkSafe32.h FILE: ../../../third_party/skia/include/private/SkTo.h +FILE: ../../../third_party/skia/include/third_party/skcms/skcms.h FILE: ../../../third_party/skia/include/utils/Sk3D.h FILE: ../../../third_party/skia/include/utils/SkAnimCodecPlayer.h FILE: ../../../third_party/skia/include/utils/SkTextUtils.h @@ -1698,6 +1699,7 @@ FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCopyManager.mm FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCopyPipelineState.h FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCopyPipelineState.mm FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCppUtil.h +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlDepthStencil.mm FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlGpuCommandBuffer.h FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlGpuCommandBuffer.mm FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlPipelineState.h @@ -1777,7 +1779,6 @@ FILE: ../../../third_party/skia/src/utils/SkTextUtils.cpp FILE: ../../../third_party/skia/src/utils/mac/SkUniqueCFRef.h FILE: ../../../third_party/skia/src/utils/win/SkDWriteNTDDI_VERSION.h FILE: ../../../third_party/skia/third_party/skcms/skcms.cc -FILE: ../../../third_party/skia/third_party/skcms/skcms.h FILE: ../../../third_party/skia/third_party/skcms/skcms_internal.h FILE: ../../../third_party/skia/third_party/skcms/src/Transform_inl.h FILE: ../../../third_party/skia/third_party/vulkanmemoryallocator/GrVulkanMemoryAllocator.cpp @@ -1814,2395 +1815,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skcms -ORIGIN: ../../../third_party/skia/include/third_party/vulkan/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/third_party/skcms/version.sha1 ----------------------------------------------------------------------------------------------------- -Copyright (c) 2018 Google Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -==================================================================================================== - -==================================================================================================== -LIBRARY: skia -ORIGIN: ../../../third_party/icu/scripts/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/core/SkTraceEventCommon.h ----------------------------------------------------------------------------------------------------- -Copyright 2015 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -==================================================================================================== - -==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/.clang-tidy -FILE: ../../../third_party/skia/CQ_COMMITTERS -FILE: ../../../third_party/skia/DEPS -FILE: ../../../third_party/skia/animations/checkbox.xml -FILE: ../../../third_party/skia/animations/chest#1.jpg -FILE: ../../../third_party/skia/animations/fire#1.jpg -FILE: ../../../third_party/skia/animations/images#1.xml -FILE: ../../../third_party/skia/animations/jet#1.jpg -FILE: ../../../third_party/skia/animations/lines#1.xml -FILE: ../../../third_party/skia/animations/movie#1.xml -FILE: ../../../third_party/skia/animations/paths#1.xml -FILE: ../../../third_party/skia/animations/redcross#1.jpg -FILE: ../../../third_party/skia/animations/text#1.xml -FILE: ../../../third_party/skia/bench/microbench.json -FILE: ../../../third_party/skia/bench/skpbench.json -FILE: ../../../third_party/skia/docker/binary-size/Dockerfile -FILE: ../../../third_party/skia/docker/cmake-release/Dockerfile -FILE: ../../../third_party/skia/docker/skia-release/Dockerfile -FILE: ../../../third_party/skia/docker/skia-wasm-release/Dockerfile -FILE: ../../../third_party/skia/docker/skia-with-swift-shader-base/Dockerfile -FILE: ../../../third_party/skia/docker/skia-with-swift-shader-base/build-with-swift-shader-and-run -FILE: ../../../third_party/skia/experimental/docs/animationCommon.js -FILE: ../../../third_party/skia/experimental/docs/backend.js -FILE: ../../../third_party/skia/experimental/docs/canvasBackend.js -FILE: ../../../third_party/skia/experimental/docs/exampleSlides.js -FILE: ../../../third_party/skia/experimental/docs/interpolatorFunctions.js -FILE: ../../../third_party/skia/experimental/docs/jsonbaseddoc.htm -FILE: ../../../third_party/skia/experimental/docs/svgBackend.js -FILE: ../../../third_party/skia/experimental/docs/svgbaseddoc.htm -FILE: ../../../third_party/skia/experimental/docs/utilities.js -FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/cpu.js -FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger/index.html -FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger/sample.skp -FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/externs.js -FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/fonts/NotoMono-Regular.ttf -FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/gpu.js -FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/helper.js -FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/karma.conf.js -FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/package.json -FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/ready.js -FILE: ../../../third_party/skia/infra/bots/assets.isolate -FILE: ../../../third_party/skia/infra/bots/assets/android_ndk_darwin/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/android_ndk_linux/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/android_ndk_windows/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/android_sdk_linux/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/armhf_sysroot/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/bloaty/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/cast_toolchain/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/chromebook_arm_gles/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/chromebook_x86_64_gles/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/clang_linux/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/clang_win/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/cmake_linux/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/cmake_mac/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/gcloud_linux/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/go/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/go_deps/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/linux_vulkan_sdk/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/lottie-samples/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/mesa_intel_driver_linux/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/Dockerfile -FILE: ../../../third_party/skia/infra/bots/assets/mips64el_toolchain_linux/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/moltenvk/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/node/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/opencl_headers/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/opencl_intel_neo_linux/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/opencl_ocl_icd_linux/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/procdump_win/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/protoc/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/skimage/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/skp/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/svg/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/valgrind/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/win_ninja/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/win_toolchain/VERSION -FILE: ../../../third_party/skia/infra/bots/assets/win_toolchain_2015/VERSION -FILE: ../../../third_party/skia/infra/bots/calmbench.isolate -FILE: ../../../third_party/skia/infra/bots/cfg.json -FILE: ../../../third_party/skia/infra/bots/empty.isolate -FILE: ../../../third_party/skia/infra/bots/infrabots.isolate -FILE: ../../../third_party/skia/infra/bots/ios_bin.isolate -FILE: ../../../third_party/skia/infra/bots/isolate_android_sdk_linux.isolate -FILE: ../../../third_party/skia/infra/bots/isolate_gcloud_linux.isolate -FILE: ../../../third_party/skia/infra/bots/isolate_go.isolate -FILE: ../../../third_party/skia/infra/bots/jobs.json -FILE: ../../../third_party/skia/infra/bots/perf_skia_bundled.isolate -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-arm-Release-Android_API26.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-arm-Release-Android_ASAN.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-arm-Release-Chromebook_GLES.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-arm-Release-Flutter_Android.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86-devrel-Android_SKQP.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-Chromebook_GLES.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-Coverage.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-MSAN.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-OpenCL.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-SK_CPU_LIMIT_SSE41.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-SafeStack.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-Tidy.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-Wuffs.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-ASAN.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-CMake.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-Fast.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-NoDEPS.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-Static.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-SwiftShader.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-EMCC-asmjs-Debug-PathKit.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-EMCC-asmjs-Release-PathKit.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-EMCC-wasm-Debug-CanvasKit.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-EMCC-wasm-Debug-PathKit.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-EMCC-wasm-Release-CanvasKit_CPU.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-EMCC-wasm-Release-PathKit.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-GCC-arm-Release-Chromecast.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-GCC-loongson3a-Release.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-GCC-x86_64-Release-ANGLE.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-GCC-x86_64-Release-NoGPU.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-GCC-x86_64-Release-Shared.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-arm64-Debug-Android_Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-arm64-Debug-iOS.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-x86_64-Debug-ASAN.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-x86_64-Debug-CommandBuffer.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-x86_64-Debug-Metal.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-x86_64-Release-MoltenVK_Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Win-Clang-arm64-Release-Android.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Win-Clang-x86-Debug-Exceptions.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Win-Clang-x86_64-Debug-OpenCL.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Win-Clang-x86_64-Release-Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Win-MSVC-x86_64-Debug-MSRTC.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Housekeeper-PerCommit-CheckGeneratedFiles.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Test-Debian9-Clang-GCE-CPU-AVX2-universal-devrel-All-Android_SKQP.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/builder_name_schema/builder_name_schema.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/builder_name_schema/examples/full.expected/test.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/Build-Debian9-Clang-x86_64-Release-NoDEPS.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/Build-Mac-Clang-x86_64-Debug-CommandBuffer.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/Build-Win-Clang-x86_64-Release-ParentRevision.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/Housekeeper-Weekly-RecreateSKPs.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/cross_repo_trybot.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/flutter_trybot.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/parent_revision_trybot.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/trybot.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/doxygen/examples/full.expected/doxygen.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/env/examples/full.expected/test.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-ChromeOS-Clang-SamsungChromebookPlus-GPU-MaliT860-arm-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Chromecast-Clang-Chorizo-CPU-Cortex_A7-arm-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-UBSAN.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Release-All-Android_ASAN.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-ChromeOS-Clang-SamsungChromebookPlus-GPU-MaliT860-arm-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Coverage.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Lottie.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Debug-All-ASAN.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-Vulkan_ProcDump.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-MSVC-LenovoYogaC630-GPU-Adreno630-arm64-Debug-All-ANGLE.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/cpu_scale_failed.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/cpu_scale_failed_golo.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/cpu_scale_failed_once.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/exceptions.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/failed_infra_step.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/failed_read_version.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/retry_adb_command.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/retry_adb_command_retries_exhausted.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/retry_ios_install.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/retry_ios_install_retries_exhausted.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/git/examples/full.expected/test-win.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/git/examples/full.expected/test.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/gsutil/examples/full.expected/failed_all_uploads.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/gsutil/examples/full.expected/failed_one_upload.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/infra/examples/full.expected/infra_tests.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/run/examples/full.expected/test.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/vars/examples/full.expected/Build-Debian9-Clang-x86_64-Release-SKNX_NO_SIMD.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/vars/examples/full.expected/Housekeeper-Weekly-RecreateSKPs.json -FILE: ../../../third_party/skia/infra/bots/recipe_modules/vars/examples/full.expected/win_test.json -FILE: ../../../third_party/skia/infra/bots/recipes/android_compile.expected/android_compile_nontrybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/android_compile.expected/android_compile_sdk_trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/android_compile.expected/android_compile_trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/android_compile.expected/android_compile_trybot_failure.json -FILE: ../../../third_party/skia/infra/bots/recipes/android_compile.expected/android_compile_unrecognized_target.json -FILE: ../../../third_party/skia/infra/bots/recipes/calmbench.expected/Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/calmbench.expected/Calmbench-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/check_generated_files.expected/Housekeeper-PerCommit-CheckGeneratedFiles.json -FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Debian9-Clang-universal-devrel-Android_SKQP.json -FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Debian9-Clang-x86_64-Release-NoDEPS.json -FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Debian9-Clang-x86_64-Release-ParentRevision.json -FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Debian9-GCC-x86_64-Release-Flutter_Android.json -FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Mac-Clang-x86_64-Debug-CommandBuffer.json -FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Win-Clang-x86-Debug.json -FILE: ../../../third_party/skia/infra/bots/recipes/compute_buildstats.expected/normal_bot.json -FILE: ../../../third_party/skia/infra/bots/recipes/compute_buildstats.expected/trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/compute_test.expected/Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL.json -FILE: ../../../third_party/skia/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json -FILE: ../../../third_party/skia/infra/bots/recipes/infra.expected/infra_tests.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Android-Clang-Nexus5-GPU-Adreno330-arm-Debug-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Release-All-Android_NoGPUThreads.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Android-Clang-Nexus7-CPU-Tegra3-arm-Debug-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-ChromeOS-Clang-ASUSChromebookFlipC100-GPU-MaliT764-arm-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Chromecast-Clang-Chorizo-CPU-Cortex_A7-arm-Debug-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Chromecast-Clang-Chorizo-GPU-Cortex_A7-arm-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Release-All-CommandBuffer.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-MoltenVK_Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Mac10.13-Clang-MacMini7.1-GPU-IntelIris5100-x86_64-Release-All-CommandBuffer.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_SK_CPU_LIMIT_SSE41.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-ANGLE.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All-Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-iOS-Clang-iPadPro-GPU-PowerVRGT7800-arm64-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf_canvaskit.expected/Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf_canvaskit.expected/pathkit_trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf_pathkit.expected/Perf-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf_pathkit.expected/Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf_pathkit.expected/pathkit_trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf_skottietrace.expected/Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf_skottietrace.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf_skottietrace.expected/skottietracing_parse_trace_error.json -FILE: ../../../third_party/skia/infra/bots/recipes/perf_skottietrace.expected/skottietracing_trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/recreate_skps.expected/Housekeeper-Nightly-RecreateSKPs_Canary.json -FILE: ../../../third_party/skia/infra/bots/recipes/recreate_skps.expected/Housekeeper-Weekly-RecreateSKPs.json -FILE: ../../../third_party/skia/infra/bots/recipes/recreate_skps.expected/failed_upload.json -FILE: ../../../third_party/skia/infra/bots/recipes/skpbench.expected/Perf-Android-Clang-Pixel-GPU-Adreno530-arm64-Release-All-Android_CCPR_Skpbench.json -FILE: ../../../third_party/skia/infra/bots/recipes/skpbench.expected/Perf-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-Vulkan_Skpbench.json -FILE: ../../../third_party/skia/infra/bots/recipes/skpbench.expected/Perf-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-Vulkan_Skpbench_DDLRecord_9x9.json -FILE: ../../../third_party/skia/infra/bots/recipes/skpbench.expected/Perf-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-Vulkan_Skpbench_DDLTotal_9x9.json -FILE: ../../../third_party/skia/infra/bots/recipes/skpbench.expected/trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/skqp_test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-universal-devrel-All-Android_SKQP.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Debug-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Debug-All-Android_NoGPUThreads.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Release-All-Android_Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-MotoG4-CPU-Snapdragon617-arm-Release-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-NVIDIA_Shield-GPU-TegraX1-arm64-Debug-All-Android_CCPR.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Nexus7-CPU-Tegra3-arm-Release-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-NexusPlayer-GPU-PowerVRG6430-x86-Release-All-Android.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Pixel-GPU-Adreno530-arm-Debug-All-Android_ASAN.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Pixel-GPU-Adreno530-arm64-Debug-All-Android_Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-ChromeOS-Clang-AcerChromebookR13Convertible-GPU-PowerVRGX6250-arm-Debug-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Chromecast-Clang-Chorizo-CPU-Cortex_A7-arm-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Chromecast-Clang-Chorizo-GPU-Cortex_A7-arm-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-shard_00_10-Coverage.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Lottie.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Release-All-NativeFonts.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-Metal.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-MoltenVK_Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Mac10.13-Clang-MacMini7.1-GPU-IntelIris5100-x86_64-Debug-All-CommandBuffer.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Mac10.14-Clang-MacBookAir7.2-GPU-IntelHD6000-x86_64-Debug-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL1.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL3.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-Lottie.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-Vulkan_Coverage.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_PreAbandonGpuContext_SK_CPU_LIMIT_SSE41.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-BonusConfigs.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-ReleaseAndAbandonGpuContext.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC5i7RYH-CPU-AVX2-x86_64-Debug-All-NativeFonts_GDI.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Release-All-ANGLE.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Debug-All-Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All-ANGLE.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-ShuttleA-GPU-GTX660-x86_64-Release-All-Vulkan.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-MSVC-LenovoYogaC630-GPU-Adreno630-arm64-Debug-All-ANGLE.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-FAAA.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-FSAA.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win2016-MSVC-GCE-CPU-AVX2-x86_64-Debug-All-MSRTC.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-iOS-Clang-iPadPro-GPU-PowerVRGT7800-arm64-Release-All.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/failed_dm.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/failed_get_hashes.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/failed_pull.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/failed_push.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/internal_bot_2.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/internal_bot_5.json -FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/test_canvaskit.expected/Test-Debian9-EMCC-GCE-GPU-WEBGL1-wasm-Debug-All-CanvasKit.json -FILE: ../../../third_party/skia/infra/bots/recipes/test_canvaskit.expected/canvaskit_trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/test_lottie_web.expected/Test-Debian9-none-GCE-CPU-AVX2-x86_64-Debug-All-LottieWeb.json -FILE: ../../../third_party/skia/infra/bots/recipes/test_lottie_web.expected/lottie_web_trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/test_pathkit.expected/Test-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Debug-All-PathKit.json -FILE: ../../../third_party/skia/infra/bots/recipes/test_pathkit.expected/Test-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit.json -FILE: ../../../third_party/skia/infra/bots/recipes/test_pathkit.expected/Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Debug-All-PathKit.json -FILE: ../../../third_party/skia/infra/bots/recipes/test_pathkit.expected/pathkit_trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/test_skqp_emulator.expected/Test-Debian9-Clang-GCE-CPU-Emulator-x86-devrel-All-Android_SKQP.json -FILE: ../../../third_party/skia/infra/bots/recipes/update_go_deps.expected/Housekeeper-Nightly-UpdateGoDEPS.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_buildstats_results.expected/normal_bot.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_buildstats_results.expected/trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_calmbench_results.expected/normal_bot.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_calmbench_results.expected/trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_dm_results.expected/alternate_bucket.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_dm_results.expected/failed_all.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_dm_results.expected/failed_once.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_dm_results.expected/normal_bot.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_dm_results.expected/trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_nano_results.expected/normal_bot.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_nano_results.expected/trybot.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_skiaserve.expected/normal_bot.json -FILE: ../../../third_party/skia/infra/bots/recipes/upload_skiaserve.expected/trybot.json -FILE: ../../../third_party/skia/infra/bots/resources.isolate -FILE: ../../../third_party/skia/infra/bots/skpbench_skia_bundled.isolate -FILE: ../../../third_party/skia/infra/bots/swarm_recipe.isolate -FILE: ../../../third_party/skia/infra/bots/tasks.json -FILE: ../../../third_party/skia/infra/bots/test_skia_bundled.isolate -FILE: ../../../third_party/skia/infra/bots/tools/luci-go/linux64/isolate.sha1 -FILE: ../../../third_party/skia/infra/bots/tools/luci-go/mac64/isolate.sha1 -FILE: ../../../third_party/skia/infra/bots/tools/luci-go/win64/isolate.exe.sha1 -FILE: ../../../third_party/skia/infra/canvaskit/docker/canvaskit-emsdk/Dockerfile -FILE: ../../../third_party/skia/infra/config/recipes.cfg -FILE: ../../../third_party/skia/infra/cross-compile/docker/cross-linux-arm64/Dockerfile -FILE: ../../../third_party/skia/infra/cts/whitelist_devices.json -FILE: ../../../third_party/skia/infra/lottiecap/docker/gold-lottie-web-puppeteer/Dockerfile -FILE: ../../../third_party/skia/infra/lottiecap/docker/lottie-web-puppeteer/Dockerfile -FILE: ../../../third_party/skia/infra/project-config/cr-buildbucket.cfg -FILE: ../../../third_party/skia/infra/project-config/project.cfg -FILE: ../../../third_party/skia/infra/project-config/refs.cfg -FILE: ../../../third_party/skia/infra/skqp/docker/android-skqp/Dockerfile -FILE: ../../../third_party/skia/infra/wasm-common/docker/emsdk-base/Dockerfile -FILE: ../../../third_party/skia/infra/wasm-common/docker/gold-karma-chrome-tests/Dockerfile -FILE: ../../../third_party/skia/infra/wasm-common/docker/karma-chrome-tests/Dockerfile -FILE: ../../../third_party/skia/infra/wasm-common/docker/perf-karma-chrome-tests/Dockerfile -FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/NotoSerif-Regular.ttf -FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/Roboto-Regular.ttf -FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/Roboto-Regular.woff -FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/example.html -FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/extra.html -FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/node.example.js -FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/package.json -FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/test.png -FILE: ../../../third_party/skia/modules/canvaskit/cpu.js -FILE: ../../../third_party/skia/modules/canvaskit/debug.js -FILE: ../../../third_party/skia/modules/canvaskit/externs.js -FILE: ../../../third_party/skia/modules/canvaskit/fonts/NotoMono-Regular.ttf -FILE: ../../../third_party/skia/modules/canvaskit/gpu.js -FILE: ../../../third_party/skia/modules/canvaskit/helper.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/_namedcolors.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/canvas2dcontext.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/color.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/font.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/htmlcanvas.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/imagedata.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/lineargradient.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/path2d.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/pattern.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/postamble.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/preamble.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/radialgradient.js -FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/util.js -FILE: ../../../third_party/skia/modules/canvaskit/interface.js -FILE: ../../../third_party/skia/modules/canvaskit/karma.bench.conf.js -FILE: ../../../third_party/skia/modules/canvaskit/karma.conf.js -FILE: ../../../third_party/skia/modules/canvaskit/package.json -FILE: ../../../third_party/skia/modules/canvaskit/perf/animation.bench.js -FILE: ../../../third_party/skia/modules/canvaskit/perf/assets/confetti.json -FILE: ../../../third_party/skia/modules/canvaskit/perf/assets/drinks.json -FILE: ../../../third_party/skia/modules/canvaskit/perf/assets/lego_loader.json -FILE: ../../../third_party/skia/modules/canvaskit/perf/assets/onboarding.json -FILE: ../../../third_party/skia/modules/canvaskit/postamble.js -FILE: ../../../third_party/skia/modules/canvaskit/preamble.js -FILE: ../../../third_party/skia/modules/canvaskit/ready.js -FILE: ../../../third_party/skia/modules/canvaskit/release.js -FILE: ../../../third_party/skia/modules/canvaskit/skottie.js -FILE: ../../../third_party/skia/modules/pathkit/chaining.js -FILE: ../../../third_party/skia/modules/pathkit/externs.js -FILE: ../../../third_party/skia/modules/pathkit/helper.js -FILE: ../../../third_party/skia/modules/pathkit/karma.bench.conf.js -FILE: ../../../third_party/skia/modules/pathkit/karma.conf.js -FILE: ../../../third_party/skia/modules/pathkit/npm-asmjs/example.html -FILE: ../../../third_party/skia/modules/pathkit/npm-asmjs/package.json -FILE: ../../../third_party/skia/modules/pathkit/npm-wasm/example.html -FILE: ../../../third_party/skia/modules/pathkit/npm-wasm/package.json -FILE: ../../../third_party/skia/modules/pathkit/package.json -FILE: ../../../third_party/skia/modules/pathkit/perf/effects.bench.js -FILE: ../../../third_party/skia/modules/pathkit/perf/path.bench.js -FILE: ../../../third_party/skia/modules/pathkit/perf/pathops.bench.js -FILE: ../../../third_party/skia/modules/pathkit/perf/perfReporter.js -FILE: ../../../third_party/skia/modules/pathkit/ready.js -FILE: ../../../third_party/skia/public.bzl -FILE: ../../../third_party/skia/site/METADATA -FILE: ../../../third_party/skia/site/dev/METADATA -FILE: ../../../third_party/skia/site/dev/design/PdfLogicalDocumentStructure.png -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.1.ggb!/geogebra.xml -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.1.ggb!/geogebra_javascript.js -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.1.ggb!/geogebra_thumbnail.png -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.1.svg -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.2.ggb!/geogebra.xml -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.2.ggb!/geogebra_javascript.js -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.2.ggb!/geogebra_thumbnail.png -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.2.svg -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.ggb!/geogebra.xml -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.ggb!/geogebra_javascript.js -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.ggb!/geogebra_thumbnail.png -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.1.ggb!/geogebra.xml -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.1.ggb!/geogebra_javascript.js -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.1.ggb!/geogebra_thumbnail.png -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.1.svg -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.2.ggb!/geogebra.xml -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.2.ggb!/geogebra_javascript.js -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.2.ggb!/geogebra_thumbnail.png -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.2.svg -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.3.ggb!/geogebra.xml -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.3.ggb!/geogebra_javascript.js -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.3.ggb!/geogebra_thumbnail.png -FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.3.svg -FILE: ../../../third_party/skia/site/dev/design/conical/lemma1.ggb!/geogebra.xml -FILE: ../../../third_party/skia/site/dev/design/conical/lemma1.ggb!/geogebra_javascript.js -FILE: ../../../third_party/skia/site/dev/design/conical/lemma1.ggb!/geogebra_thumbnail.png -FILE: ../../../third_party/skia/site/dev/design/conical/lemma1.svg -FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.1.ggb!/geogebra.xml -FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.1.ggb!/geogebra_javascript.js -FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.1.ggb!/geogebra_thumbnail.png -FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.1.svg -FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.2.ggb!/geogebra.xml -FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.2.ggb!/geogebra_javascript.js -FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.2.ggb!/geogebra_thumbnail.png -FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.2.svg -FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.ggb!/geogebra.xml -FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.ggb!/geogebra_javascript.js -FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.ggb!/geogebra_thumbnail.png -FILE: ../../../third_party/skia/site/dev/design/conical/lemma4.ggb!/geogebra.xml -FILE: ../../../third_party/skia/site/dev/design/conical/lemma4.ggb!/geogebra_javascript.js -FILE: ../../../third_party/skia/site/dev/design/conical/lemma4.ggb!/geogebra_thumbnail.png -FILE: ../../../third_party/skia/site/dev/design/conical/lemma4.svg -FILE: ../../../third_party/skia/site/dev/tools/debugger.png -FILE: ../../../third_party/skia/site/dev/tools/image.png -FILE: ../../../third_party/skia/site/dev/tools/onlinedebugger.png -FILE: ../../../third_party/skia/site/dev/tools/tracing.png -FILE: ../../../third_party/skia/site/dev/tools/tracing_load.png -FILE: ../../../third_party/skia/site/favicon.ico -FILE: ../../../third_party/skia/site/user/METADATA -FILE: ../../../third_party/skia/site/user/api/METADATA -FILE: ../../../third_party/skia/site/user/api/catalog.htm -FILE: ../../../third_party/skia/site/user/modules/METADATA -FILE: ../../../third_party/skia/site/user/modules/PathKit_effects.png -FILE: ../../../third_party/skia/specs/web-img-decode/current/index.html -FILE: ../../../third_party/skia/src/core/SkOrderedReadBuffer.h -FILE: ../../../third_party/skia/src/sksl/lex/sksl.lex -FILE: ../../../third_party/skia/src/sksl/sksl.inc -FILE: ../../../third_party/skia/src/sksl/sksl_fp.inc -FILE: ../../../third_party/skia/src/sksl/sksl_frag.inc -FILE: ../../../third_party/skia/src/sksl/sksl_generic.inc -FILE: ../../../third_party/skia/src/sksl/sksl_geom.inc -FILE: ../../../third_party/skia/src/sksl/sksl_mixer.inc -FILE: ../../../third_party/skia/src/sksl/sksl_vert.inc ----------------------------------------------------------------------------------------------------- -Copyright (c) 2011 Google Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -==================================================================================================== - -==================================================================================================== -LIBRARY: skia -ORIGIN: ../../../third_party/skia/bench/AAClipBench.cpp + ../../../third_party/skia/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/bench/AAClipBench.cpp -FILE: ../../../third_party/skia/bench/Benchmark.cpp -FILE: ../../../third_party/skia/bench/Benchmark.h -FILE: ../../../third_party/skia/bench/BitmapBench.cpp -FILE: ../../../third_party/skia/bench/BitmapRectBench.cpp -FILE: ../../../third_party/skia/bench/BlurBench.cpp -FILE: ../../../third_party/skia/bench/ChromeBench.cpp -FILE: ../../../third_party/skia/bench/DashBench.cpp -FILE: ../../../third_party/skia/bench/GradientBench.cpp -FILE: ../../../third_party/skia/bench/MatrixBench.cpp -FILE: ../../../third_party/skia/bench/MutexBench.cpp -FILE: ../../../third_party/skia/bench/PathBench.cpp -FILE: ../../../third_party/skia/bench/PathIterBench.cpp -FILE: ../../../third_party/skia/bench/PicturePlaybackBench.cpp -FILE: ../../../third_party/skia/bench/RectBench.cpp -FILE: ../../../third_party/skia/bench/RegionBench.cpp -FILE: ../../../third_party/skia/bench/RepeatTileBench.cpp -FILE: ../../../third_party/skia/bench/ScalarBench.cpp -FILE: ../../../third_party/skia/bench/VertBench.cpp -FILE: ../../../third_party/skia/experimental/Networking/SkSockets.cpp -FILE: ../../../third_party/skia/experimental/Networking/SkSockets.h -FILE: ../../../third_party/skia/gm/aaclip.cpp -FILE: ../../../third_party/skia/gm/aarectmodes.cpp -FILE: ../../../third_party/skia/gm/arithmode.cpp -FILE: ../../../third_party/skia/gm/bitmapcopy.cpp -FILE: ../../../third_party/skia/gm/bitmapfilters.cpp -FILE: ../../../third_party/skia/gm/bitmaprect.cpp -FILE: ../../../third_party/skia/gm/blurs.cpp -FILE: ../../../third_party/skia/gm/clip_strokerect.cpp -FILE: ../../../third_party/skia/gm/color4f.cpp -FILE: ../../../third_party/skia/gm/colormatrix.cpp -FILE: ../../../third_party/skia/gm/complexclip.cpp -FILE: ../../../third_party/skia/gm/complexclip2.cpp -FILE: ../../../third_party/skia/gm/convexpaths.cpp -FILE: ../../../third_party/skia/gm/cubicpaths.cpp -FILE: ../../../third_party/skia/gm/degeneratesegments.cpp -FILE: ../../../third_party/skia/gm/dftext.cpp -FILE: ../../../third_party/skia/gm/drawbitmaprect.cpp -FILE: ../../../third_party/skia/gm/drawlooper.cpp -FILE: ../../../third_party/skia/gm/emptypath.cpp -FILE: ../../../third_party/skia/gm/encode.cpp -FILE: ../../../third_party/skia/gm/extractbitmap.cpp -FILE: ../../../third_party/skia/gm/filltypes.cpp -FILE: ../../../third_party/skia/gm/filltypespersp.cpp -FILE: ../../../third_party/skia/gm/filterbitmap.cpp -FILE: ../../../third_party/skia/gm/filterindiabox.cpp -FILE: ../../../third_party/skia/gm/fontscaler.cpp -FILE: ../../../third_party/skia/gm/gammatext.cpp -FILE: ../../../third_party/skia/gm/giantbitmap.cpp -FILE: ../../../third_party/skia/gm/gm.cpp -FILE: ../../../third_party/skia/gm/gm.h -FILE: ../../../third_party/skia/gm/gradients.cpp -FILE: ../../../third_party/skia/gm/gradtext.cpp -FILE: ../../../third_party/skia/gm/hairmodes.cpp -FILE: ../../../third_party/skia/gm/hittestpath.cpp -FILE: ../../../third_party/skia/gm/image.cpp -FILE: ../../../third_party/skia/gm/imageblur.cpp -FILE: ../../../third_party/skia/gm/imageblur2.cpp -FILE: ../../../third_party/skia/gm/imagefiltersbase.cpp -FILE: ../../../third_party/skia/gm/imagefilterscropped.cpp -FILE: ../../../third_party/skia/gm/lcdtext.cpp -FILE: ../../../third_party/skia/gm/linepaths.cpp -FILE: ../../../third_party/skia/gm/ninepatchstretch.cpp -FILE: ../../../third_party/skia/gm/pathfill.cpp -FILE: ../../../third_party/skia/gm/pathreverse.cpp -FILE: ../../../third_party/skia/gm/points.cpp -FILE: ../../../third_party/skia/gm/poly2poly.cpp -FILE: ../../../third_party/skia/gm/quadpaths.cpp -FILE: ../../../third_party/skia/gm/shadertext3.cpp -FILE: ../../../third_party/skia/gm/shadows.cpp -FILE: ../../../third_party/skia/gm/strokefill.cpp -FILE: ../../../third_party/skia/gm/strokerects.cpp -FILE: ../../../third_party/skia/gm/strokes.cpp -FILE: ../../../third_party/skia/gm/tablecolorfilter.cpp -FILE: ../../../third_party/skia/gm/texteffects.cpp -FILE: ../../../third_party/skia/gm/tilemodes.cpp -FILE: ../../../third_party/skia/gm/tilemodes_scaled.cpp -FILE: ../../../third_party/skia/gm/tinybitmap.cpp -FILE: ../../../third_party/skia/gm/xfermodes.cpp -FILE: ../../../third_party/skia/include/core/SkData.h -FILE: ../../../third_party/skia/include/core/SkImageEncoder.h -FILE: ../../../third_party/skia/include/core/SkImageFilter.h -FILE: ../../../third_party/skia/include/core/SkMatrix44.h -FILE: ../../../third_party/skia/include/core/SkSize.h -FILE: ../../../third_party/skia/include/effects/SkLayerDrawLooper.h -FILE: ../../../third_party/skia/include/gpu/GrRenderTarget.h -FILE: ../../../third_party/skia/include/gpu/GrTexture.h -FILE: ../../../third_party/skia/include/gpu/gl/GrGLConfig.h -FILE: ../../../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h -FILE: ../../../third_party/skia/include/gpu/gl/GrGLInterface.h -FILE: ../../../third_party/skia/include/ports/SkTypeface_mac.h -FILE: ../../../third_party/skia/include/ports/SkTypeface_win.h -FILE: ../../../third_party/skia/include/private/SkTArray.h -FILE: ../../../third_party/skia/include/utils/SkNWayCanvas.h -FILE: ../../../third_party/skia/include/utils/mac/SkCGUtils.h -FILE: ../../../third_party/skia/samplecode/Sample.h -FILE: ../../../third_party/skia/samplecode/Sample2PtRadial.cpp -FILE: ../../../third_party/skia/samplecode/SampleAAClip.cpp -FILE: ../../../third_party/skia/samplecode/SampleAARectModes.cpp -FILE: ../../../third_party/skia/samplecode/SampleAARects.cpp -FILE: ../../../third_party/skia/samplecode/SampleArc.cpp -FILE: ../../../third_party/skia/samplecode/SampleBigBlur.cpp -FILE: ../../../third_party/skia/samplecode/SampleBigGradient.cpp -FILE: ../../../third_party/skia/samplecode/SampleBitmapRect.cpp -FILE: ../../../third_party/skia/samplecode/SampleCamera.cpp -FILE: ../../../third_party/skia/samplecode/SampleCircle.cpp -FILE: ../../../third_party/skia/samplecode/SampleClip.cpp -FILE: ../../../third_party/skia/samplecode/SampleColorFilter.cpp -FILE: ../../../third_party/skia/samplecode/SampleComplexClip.cpp -FILE: ../../../third_party/skia/samplecode/SampleConcavePaths.cpp -FILE: ../../../third_party/skia/samplecode/SampleDegenerateTwoPtRadials.cpp -FILE: ../../../third_party/skia/samplecode/SampleEffects.cpp -FILE: ../../../third_party/skia/samplecode/SampleEmboss.cpp -FILE: ../../../third_party/skia/samplecode/SampleFillType.cpp -FILE: ../../../third_party/skia/samplecode/SampleFilter2.cpp -FILE: ../../../third_party/skia/samplecode/SampleFontCache.cpp -FILE: ../../../third_party/skia/samplecode/SampleGradients.cpp -FILE: ../../../third_party/skia/samplecode/SampleHairCurves.cpp -FILE: ../../../third_party/skia/samplecode/SampleHairModes.cpp -FILE: ../../../third_party/skia/samplecode/SampleHairline.cpp -FILE: ../../../third_party/skia/samplecode/SampleLCD.cpp -FILE: ../../../third_party/skia/samplecode/SampleLayerMask.cpp -FILE: ../../../third_party/skia/samplecode/SampleLayers.cpp -FILE: ../../../third_party/skia/samplecode/SampleLines.cpp -FILE: ../../../third_party/skia/samplecode/SamplePatch.cpp -FILE: ../../../third_party/skia/samplecode/SamplePath.cpp -FILE: ../../../third_party/skia/samplecode/SamplePathClip.cpp -FILE: ../../../third_party/skia/samplecode/SamplePathEffects.cpp -FILE: ../../../third_party/skia/samplecode/SamplePoints.cpp -FILE: ../../../third_party/skia/samplecode/SamplePolyToPoly.cpp -FILE: ../../../third_party/skia/samplecode/SampleRegion.cpp -FILE: ../../../third_party/skia/samplecode/SampleRepeatTile.cpp -FILE: ../../../third_party/skia/samplecode/SampleShaders.cpp -FILE: ../../../third_party/skia/samplecode/SampleSlides.cpp -FILE: ../../../third_party/skia/samplecode/SampleStrokePath.cpp -FILE: ../../../third_party/skia/samplecode/SampleStrokeRect.cpp -FILE: ../../../third_party/skia/samplecode/SampleTextBox.cpp -FILE: ../../../third_party/skia/samplecode/SampleTextEffects.cpp -FILE: ../../../third_party/skia/samplecode/SampleTextureDomain.cpp -FILE: ../../../third_party/skia/samplecode/SampleTiling.cpp -FILE: ../../../third_party/skia/samplecode/SampleVertices.cpp -FILE: ../../../third_party/skia/samplecode/SampleWritePixels.cpp -FILE: ../../../third_party/skia/samplecode/SampleXfermodesBlur.cpp -FILE: ../../../third_party/skia/samplecode/vertexdump.cpp -FILE: ../../../third_party/skia/src/core/SkAAClip.cpp -FILE: ../../../third_party/skia/src/core/SkAAClip.h -FILE: ../../../third_party/skia/src/core/SkAdvancedTypefaceMetrics.h -FILE: ../../../third_party/skia/src/core/SkBitmapProcState.cpp -FILE: ../../../third_party/skia/src/core/SkBlitRow.h -FILE: ../../../third_party/skia/src/core/SkBlitRow_D32.cpp -FILE: ../../../third_party/skia/src/core/SkClipStack.cpp -FILE: ../../../third_party/skia/src/core/SkClipStack.h -FILE: ../../../third_party/skia/src/core/SkColorFilter_Matrix.cpp -FILE: ../../../third_party/skia/src/core/SkConvertPixels.h -FILE: ../../../third_party/skia/src/core/SkData.cpp -FILE: ../../../third_party/skia/src/core/SkDevice.cpp -FILE: ../../../third_party/skia/src/core/SkDrawProcs.h -FILE: ../../../third_party/skia/src/core/SkEdgeBuilder.cpp -FILE: ../../../third_party/skia/src/core/SkEdgeBuilder.h -FILE: ../../../third_party/skia/src/core/SkFlattenable.cpp -FILE: ../../../third_party/skia/src/core/SkFontStream.cpp -FILE: ../../../third_party/skia/src/core/SkLineClipper.cpp -FILE: ../../../third_party/skia/src/core/SkLineClipper.h -FILE: ../../../third_party/skia/src/core/SkMallocPixelRef.cpp -FILE: ../../../third_party/skia/src/core/SkMatrix44.cpp -FILE: ../../../third_party/skia/src/core/SkPictureData.cpp -FILE: ../../../third_party/skia/src/core/SkPictureData.h -FILE: ../../../third_party/skia/src/core/SkPictureFlat.cpp -FILE: ../../../third_party/skia/src/core/SkPictureFlat.h -FILE: ../../../third_party/skia/src/core/SkPictureRecord.cpp -FILE: ../../../third_party/skia/src/core/SkPictureRecord.h -FILE: ../../../third_party/skia/src/core/SkPixelRef.cpp -FILE: ../../../third_party/skia/src/core/SkPtrRecorder.cpp -FILE: ../../../third_party/skia/src/core/SkReadBuffer.h -FILE: ../../../third_party/skia/src/core/SkTLazy.h -FILE: ../../../third_party/skia/src/core/SkTypefaceCache.cpp -FILE: ../../../third_party/skia/src/core/SkTypefaceCache.h -FILE: ../../../third_party/skia/src/core/SkUnPreMultiply.cpp -FILE: ../../../third_party/skia/src/core/SkWriteBuffer.h -FILE: ../../../third_party/skia/src/core/SkWriter32.cpp -FILE: ../../../third_party/skia/src/effects/SkColorMatrix.cpp -FILE: ../../../third_party/skia/src/effects/SkColorMatrixFilter.cpp -FILE: ../../../third_party/skia/src/effects/SkLayerDrawLooper.cpp -FILE: ../../../third_party/skia/src/effects/SkPackBits.cpp -FILE: ../../../third_party/skia/src/effects/SkTableMaskFilter.cpp -FILE: ../../../third_party/skia/src/gpu/GrContext.cpp -FILE: ../../../third_party/skia/src/gpu/GrGpu.h -FILE: ../../../third_party/skia/src/gpu/GrGpuResource.cpp -FILE: ../../../third_party/skia/src/gpu/GrPaint.h -FILE: ../../../third_party/skia/src/gpu/GrPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/GrPathRenderer.h -FILE: ../../../third_party/skia/src/gpu/GrPathRendererChain.cpp -FILE: ../../../third_party/skia/src/gpu/GrPathRendererChain.h -FILE: ../../../third_party/skia/src/gpu/GrPathUtils.cpp -FILE: ../../../third_party/skia/src/gpu/GrPathUtils.h -FILE: ../../../third_party/skia/src/gpu/GrRenderTarget.cpp -FILE: ../../../third_party/skia/src/gpu/GrStencilAttachment.cpp -FILE: ../../../third_party/skia/src/gpu/GrStencilAttachment.h -FILE: ../../../third_party/skia/src/gpu/GrStencilSettings.cpp -FILE: ../../../third_party/skia/src/gpu/GrTexture.cpp -FILE: ../../../third_party/skia/src/gpu/SkGpuDevice.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLDefines.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLGLSL.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLGLSL.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLGpu.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLGpu.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLGpuProgramCache.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLIRect.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLInterfaceAutogen.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLMakeNativeInterface_none.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLProgram.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLProgram.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLRenderTarget.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLStencilAttachment.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLStencilAttachment.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLTexture.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLTexture.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLUtil.cpp -FILE: ../../../third_party/skia/src/gpu/gl/mac/GrGLMakeNativeInterface_mac.cpp -FILE: ../../../third_party/skia/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSL.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSL.h -FILE: ../../../third_party/skia/src/gpu/ops/GrAAHairLinePathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrAAHairLinePathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ops/GrDefaultPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrDefaultPathRenderer.h -FILE: ../../../third_party/skia/src/pdf/SkPDFDevice.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFDevice.h -FILE: ../../../third_party/skia/src/pdf/SkPDFDocument.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFFont.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFFont.h -FILE: ../../../third_party/skia/src/pdf/SkPDFGraphicState.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFMakeToUnicodeCmap.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFShader.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFShader.h -FILE: ../../../third_party/skia/src/pdf/SkPDFTypes.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFUtils.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFUtils.h -FILE: ../../../third_party/skia/src/ports/SkGlobalInitialization_default.cpp -FILE: ../../../third_party/skia/src/ports/SkImageEncoder_WIC.cpp -FILE: ../../../third_party/skia/src/ports/SkMemory_malloc.cpp -FILE: ../../../third_party/skia/src/ports/SkScalerContext_win_dw.cpp -FILE: ../../../third_party/skia/src/shaders/SkBitmapProcShader.cpp -FILE: ../../../third_party/skia/src/shaders/SkEmptyShader.h -FILE: ../../../third_party/skia/src/utils/SkBitSet.h -FILE: ../../../third_party/skia/src/utils/SkNWayCanvas.cpp -FILE: ../../../third_party/skia/src/utils/SkOSPath.cpp -FILE: ../../../third_party/skia/src/utils/SkParsePath.cpp -FILE: ../../../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp -FILE: ../../../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp -FILE: ../../../third_party/skia/src/utils/win/SkAutoCoInitialize.h -FILE: ../../../third_party/skia/src/utils/win/SkHRESULT.cpp -FILE: ../../../third_party/skia/src/utils/win/SkHRESULT.h -FILE: ../../../third_party/skia/src/utils/win/SkIStream.cpp -FILE: ../../../third_party/skia/src/utils/win/SkIStream.h -FILE: ../../../third_party/skia/src/utils/win/SkTScopedComPtr.h -FILE: ../../../third_party/skia/src/utils/win/SkWGL.h -FILE: ../../../third_party/skia/src/utils/win/SkWGL_win.cpp -FILE: ../../../third_party/skia/src/xps/SkXPSDevice.cpp -FILE: ../../../third_party/skia/src/xps/SkXPSDevice.h ----------------------------------------------------------------------------------------------------- -Copyright 2011 Google Inc. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -==================================================================================================== - -==================================================================================================== -LIBRARY: skia -ORIGIN: ../../../third_party/skia/bench/AlternatingColorPatternBench.cpp + ../../../third_party/skia/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/bench/AlternatingColorPatternBench.cpp -FILE: ../../../third_party/skia/bench/BezierBench.cpp -FILE: ../../../third_party/skia/bench/BlurRectsBench.cpp -FILE: ../../../third_party/skia/bench/GMBench.cpp -FILE: ../../../third_party/skia/bench/GMBench.h -FILE: ../../../third_party/skia/bench/GeometryBench.cpp -FILE: ../../../third_party/skia/bench/ImageFilterCollapse.cpp -FILE: ../../../third_party/skia/bench/ImageFilterDAGBench.cpp -FILE: ../../../third_party/skia/bench/PatchBench.cpp -FILE: ../../../third_party/skia/bench/PictureNestingBench.cpp -FILE: ../../../third_party/skia/bench/RecordingBench.cpp -FILE: ../../../third_party/skia/bench/RecordingBench.h -FILE: ../../../third_party/skia/bench/RectanizerBench.cpp -FILE: ../../../third_party/skia/bench/RotatedRectBench.cpp -FILE: ../../../third_party/skia/bench/SKPBench.cpp -FILE: ../../../third_party/skia/bench/SKPBench.h -FILE: ../../../third_party/skia/bench/nanobench.cpp -FILE: ../../../third_party/skia/dm/DMJsonWriter.cpp -FILE: ../../../third_party/skia/dm/DMJsonWriter.h -FILE: ../../../third_party/skia/gm/aaa.cpp -FILE: ../../../third_party/skia/gm/beziers.cpp -FILE: ../../../third_party/skia/gm/blurcircles.cpp -FILE: ../../../third_party/skia/gm/cgm.c -FILE: ../../../third_party/skia/gm/cgms.cpp -FILE: ../../../third_party/skia/gm/clipdrawdraw.cpp -FILE: ../../../third_party/skia/gm/coloremoji_blendmodes.cpp -FILE: ../../../third_party/skia/gm/colorfilters.cpp -FILE: ../../../third_party/skia/gm/colorwheel.cpp -FILE: ../../../third_party/skia/gm/complexclip3.cpp -FILE: ../../../third_party/skia/gm/convexpolyclip.cpp -FILE: ../../../third_party/skia/gm/convexpolyeffect.cpp -FILE: ../../../third_party/skia/gm/discard.cpp -FILE: ../../../third_party/skia/gm/drrect.cpp -FILE: ../../../third_party/skia/gm/emboss.cpp -FILE: ../../../third_party/skia/gm/filterfastbounds.cpp -FILE: ../../../third_party/skia/gm/glyph_pos.cpp -FILE: ../../../third_party/skia/gm/gradients_2pt_conical.cpp -FILE: ../../../third_party/skia/gm/grayscalejpg.cpp -FILE: ../../../third_party/skia/gm/imageblurtiled.cpp -FILE: ../../../third_party/skia/gm/imagefiltersclipped.cpp -FILE: ../../../third_party/skia/gm/imagefilterscropexpand.cpp -FILE: ../../../third_party/skia/gm/imagefiltersscaled.cpp -FILE: ../../../third_party/skia/gm/imageresizetiled.cpp -FILE: ../../../third_party/skia/gm/matriximagefilter.cpp -FILE: ../../../third_party/skia/gm/multipicturedraw.cpp -FILE: ../../../third_party/skia/gm/patch.cpp -FILE: ../../../third_party/skia/gm/picture.cpp -FILE: ../../../third_party/skia/gm/pictureshader.cpp -FILE: ../../../third_party/skia/gm/pictureshadertile.cpp -FILE: ../../../third_party/skia/gm/recordopts.cpp -FILE: ../../../third_party/skia/gm/smallarc.cpp -FILE: ../../../third_party/skia/gm/stroketext.cpp -FILE: ../../../third_party/skia/gm/surface.cpp -FILE: ../../../third_party/skia/gm/tallstretchedbitmaps.cpp -FILE: ../../../third_party/skia/gm/textblob.cpp -FILE: ../../../third_party/skia/gm/textblobshader.cpp -FILE: ../../../third_party/skia/gm/texturedomaineffect.cpp -FILE: ../../../third_party/skia/gm/tiledscaledbitmap.cpp -FILE: ../../../third_party/skia/gm/variedtext.cpp -FILE: ../../../third_party/skia/gm/yuvtorgbeffect.cpp -FILE: ../../../third_party/skia/include/c/sk_canvas.h -FILE: ../../../third_party/skia/include/c/sk_data.h -FILE: ../../../third_party/skia/include/c/sk_image.h -FILE: ../../../third_party/skia/include/c/sk_maskfilter.h -FILE: ../../../third_party/skia/include/c/sk_matrix.h -FILE: ../../../third_party/skia/include/c/sk_paint.h -FILE: ../../../third_party/skia/include/c/sk_path.h -FILE: ../../../third_party/skia/include/c/sk_picture.h -FILE: ../../../third_party/skia/include/c/sk_shader.h -FILE: ../../../third_party/skia/include/c/sk_surface.h -FILE: ../../../third_party/skia/include/c/sk_types.h -FILE: ../../../third_party/skia/include/core/SkBBHFactory.h -FILE: ../../../third_party/skia/include/core/SkBlurTypes.h -FILE: ../../../third_party/skia/include/core/SkDrawable.h -FILE: ../../../third_party/skia/include/core/SkFont.h -FILE: ../../../third_party/skia/include/core/SkMultiPictureDraw.h -FILE: ../../../third_party/skia/include/core/SkPictureRecorder.h -FILE: ../../../third_party/skia/include/core/SkSurfaceProps.h -FILE: ../../../third_party/skia/include/core/SkTextBlob.h -FILE: ../../../third_party/skia/include/gpu/GrGpuResource.h -FILE: ../../../third_party/skia/include/gpu/gl/GrGLAssembleInterface.h -FILE: ../../../third_party/skia/include/ports/SkFontMgr_indirect.h -FILE: ../../../third_party/skia/include/ports/SkRemotableFontMgr.h -FILE: ../../../third_party/skia/include/private/GrResourceKey.h -FILE: ../../../third_party/skia/include/private/SkHalf.h -FILE: ../../../third_party/skia/samplecode/SampleHT.cpp -FILE: ../../../third_party/skia/samplecode/SampleIdentityScale.cpp -FILE: ../../../third_party/skia/samplecode/SampleRectanizer.cpp -FILE: ../../../third_party/skia/samplecode/SampleSubpixelTranslate.cpp -FILE: ../../../third_party/skia/src/c/sk_surface.cpp -FILE: ../../../third_party/skia/src/core/SkBBHFactory.cpp -FILE: ../../../third_party/skia/src/core/SkBitmapCache.cpp -FILE: ../../../third_party/skia/src/core/SkBitmapCache.h -FILE: ../../../third_party/skia/src/core/SkCachedData.cpp -FILE: ../../../third_party/skia/src/core/SkCachedData.h -FILE: ../../../third_party/skia/src/core/SkCanvasPriv.h -FILE: ../../../third_party/skia/src/core/SkConvertPixels.cpp -FILE: ../../../third_party/skia/src/core/SkDistanceFieldGen.cpp -FILE: ../../../third_party/skia/src/core/SkDistanceFieldGen.h -FILE: ../../../third_party/skia/src/core/SkDrawable.cpp -FILE: ../../../third_party/skia/src/core/SkFont.cpp -FILE: ../../../third_party/skia/src/core/SkForceCPlusPlusLinking.cpp -FILE: ../../../third_party/skia/src/core/SkHalf.cpp -FILE: ../../../third_party/skia/src/core/SkImageGenerator.cpp -FILE: ../../../third_party/skia/src/core/SkMaskCache.cpp -FILE: ../../../third_party/skia/src/core/SkMaskCache.h -FILE: ../../../third_party/skia/src/core/SkMultiPictureDraw.cpp -FILE: ../../../third_party/skia/src/core/SkPicturePlayback.cpp -FILE: ../../../third_party/skia/src/core/SkPicturePlayback.h -FILE: ../../../third_party/skia/src/core/SkPictureRecorder.cpp -FILE: ../../../third_party/skia/src/core/SkRecord.h -FILE: ../../../third_party/skia/src/core/SkRecordDraw.cpp -FILE: ../../../third_party/skia/src/core/SkRecordDraw.h -FILE: ../../../third_party/skia/src/core/SkRecordOpts.cpp -FILE: ../../../third_party/skia/src/core/SkRecordOpts.h -FILE: ../../../third_party/skia/src/core/SkRecorder.cpp -FILE: ../../../third_party/skia/src/core/SkRecorder.h -FILE: ../../../third_party/skia/src/core/SkRecords.h -FILE: ../../../third_party/skia/src/core/SkSurfacePriv.h -FILE: ../../../third_party/skia/src/core/SkTaskGroup.cpp -FILE: ../../../third_party/skia/src/core/SkTaskGroup.h -FILE: ../../../third_party/skia/src/core/SkTextBlob.cpp -FILE: ../../../third_party/skia/src/core/SkVertState.cpp -FILE: ../../../third_party/skia/src/core/SkVertState.h -FILE: ../../../third_party/skia/src/fonts/SkFontMgr_indirect.cpp -FILE: ../../../third_party/skia/src/fonts/SkRemotableFontMgr.cpp -FILE: ../../../third_party/skia/src/gpu/GrDefaultGeoProcFactory.cpp -FILE: ../../../third_party/skia/src/gpu/GrDefaultGeoProcFactory.h -FILE: ../../../third_party/skia/src/gpu/GrFragmentProcessor.h -FILE: ../../../third_party/skia/src/gpu/GrGpuResourceCacheAccess.h -FILE: ../../../third_party/skia/src/gpu/GrPathRendering.cpp -FILE: ../../../third_party/skia/src/gpu/GrPathRendering.h -FILE: ../../../third_party/skia/src/gpu/GrPendingIOResource.h -FILE: ../../../third_party/skia/src/gpu/GrPrimitiveProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/GrProcessorAnalysis.cpp -FILE: ../../../third_party/skia/src/gpu/GrProcessorAnalysis.h -FILE: ../../../third_party/skia/src/gpu/GrProgramDesc.h -FILE: ../../../third_party/skia/src/gpu/GrRectanizer_pow2.h -FILE: ../../../third_party/skia/src/gpu/GrRectanizer_skyline.h -FILE: ../../../third_party/skia/src/gpu/GrResourceCache.cpp -FILE: ../../../third_party/skia/src/gpu/GrResourceCache.h -FILE: ../../../third_party/skia/src/gpu/GrSKSLPrettyPrint.cpp -FILE: ../../../third_party/skia/src/gpu/GrSKSLPrettyPrint.h -FILE: ../../../third_party/skia/src/gpu/GrSurfacePriv.h -FILE: ../../../third_party/skia/src/gpu/GrTRecorder.h -FILE: ../../../third_party/skia/src/gpu/GrTexturePriv.h -FILE: ../../../third_party/skia/src/gpu/GrTracing.h -FILE: ../../../third_party/skia/src/gpu/GrXferProcessor.h -FILE: ../../../third_party/skia/src/gpu/effects/GrBicubicEffect.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrConvexPolyEffect.h -FILE: ../../../third_party/skia/src/gpu/effects/GrCoverageSetOpXP.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrCoverageSetOpXP.h -FILE: ../../../third_party/skia/src/gpu/effects/GrDisableColorXP.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrDisableColorXP.h -FILE: ../../../third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.h -FILE: ../../../third_party/skia/src/gpu/effects/GrOvalEffect.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrOvalEffect.h -FILE: ../../../third_party/skia/src/gpu/effects/GrPorterDuffXferProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrPorterDuffXferProcessor.h -FILE: ../../../third_party/skia/src/gpu/effects/GrRRectEffect.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrRRectEffect.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleInterface.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLPathRendering.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLPathRendering.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLTextureRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/gl/android/GrGLMakeNativeInterface_android.cpp -FILE: ../../../third_party/skia/src/gpu/gl/builders/GrGLProgramBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/gl/builders/GrGLProgramBuilder.h -FILE: ../../../third_party/skia/src/gpu/gl/builders/GrGLShaderStringBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/gl/builders/GrGLShaderStringBuilder.h -FILE: ../../../third_party/skia/src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp -FILE: ../../../third_party/skia/src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp -FILE: ../../../third_party/skia/src/gpu/gl/iOS/GrGLMakeNativeInterface_iOS.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLFragmentShaderBuilder.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLGeometryProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLShaderBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLShaderBuilder.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLXferProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrDashOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrDashOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrSmallPathRenderer.h -FILE: ../../../third_party/skia/src/image/SkReadPixelsRec.h -FILE: ../../../third_party/skia/src/image/SkSurface_Gpu.h -FILE: ../../../third_party/skia/src/pathops/SkOpBuilder.cpp -FILE: ../../../third_party/skia/src/pathops/SkOpSpan.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsTSect.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsTSect.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsTightBounds.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_android.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_fontconfig.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_win_dw.cpp -FILE: ../../../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp -FILE: ../../../third_party/skia/src/ports/SkScalerContext_win_dw.h -FILE: ../../../third_party/skia/src/ports/SkTypeface_win_dw.cpp -FILE: ../../../third_party/skia/src/ports/SkTypeface_win_dw.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_EBDT.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_EBLC.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_EBSC.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_gasp.h -FILE: ../../../third_party/skia/src/shaders/SkLocalMatrixShader.cpp -FILE: ../../../third_party/skia/src/shaders/SkLocalMatrixShader.h -FILE: ../../../third_party/skia/src/shaders/SkPictureShader.cpp -FILE: ../../../third_party/skia/src/shaders/SkPictureShader.h -FILE: ../../../third_party/skia/src/utils/SkDashPath.cpp -FILE: ../../../third_party/skia/src/utils/SkDashPathPriv.h -FILE: ../../../third_party/skia/src/utils/SkEventTracer.cpp -FILE: ../../../third_party/skia/src/utils/SkMatrix22.cpp -FILE: ../../../third_party/skia/src/utils/SkMatrix22.h -FILE: ../../../third_party/skia/src/utils/SkPatchUtils.cpp -FILE: ../../../third_party/skia/src/utils/SkPatchUtils.h -FILE: ../../../third_party/skia/src/utils/win/SkDWrite.cpp -FILE: ../../../third_party/skia/src/utils/win/SkDWrite.h ----------------------------------------------------------------------------------------------------- -Copyright 2014 Google Inc. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -==================================================================================================== - -==================================================================================================== -LIBRARY: skia -ORIGIN: ../../../third_party/skia/bench/BenchLogger.cpp + ../../../third_party/skia/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/bench/BenchLogger.cpp -FILE: ../../../third_party/skia/bench/BenchLogger.h -FILE: ../../../third_party/skia/bench/ChecksumBench.cpp -FILE: ../../../third_party/skia/bench/GameBench.cpp -FILE: ../../../third_party/skia/bench/GrMemoryPoolBench.cpp -FILE: ../../../third_party/skia/bench/LineBench.cpp -FILE: ../../../third_party/skia/bench/Matrix44Bench.cpp -FILE: ../../../third_party/skia/bench/MatrixConvolutionBench.cpp -FILE: ../../../third_party/skia/bench/MorphologyBench.cpp -FILE: ../../../third_party/skia/bench/RTreeBench.cpp -FILE: ../../../third_party/skia/bench/RefCntBench.cpp -FILE: ../../../third_party/skia/bench/TableBench.cpp -FILE: ../../../third_party/skia/gm/bigmatrix.cpp -FILE: ../../../third_party/skia/gm/blurrect.cpp -FILE: ../../../third_party/skia/gm/colorfilterimagefilter.cpp -FILE: ../../../third_party/skia/gm/composeshader.cpp -FILE: ../../../third_party/skia/gm/dashcubics.cpp -FILE: ../../../third_party/skia/gm/dashing.cpp -FILE: ../../../third_party/skia/gm/distantclip.cpp -FILE: ../../../third_party/skia/gm/fatpathfill.cpp -FILE: ../../../third_party/skia/gm/getpostextpath.cpp -FILE: ../../../third_party/skia/gm/imagefiltersgraph.cpp -FILE: ../../../third_party/skia/gm/imagemagnifier.cpp -FILE: ../../../third_party/skia/gm/lighting.cpp -FILE: ../../../third_party/skia/gm/matrixconvolution.cpp -FILE: ../../../third_party/skia/gm/modecolorfilters.cpp -FILE: ../../../third_party/skia/gm/morphology.cpp -FILE: ../../../third_party/skia/gm/patheffects.cpp -FILE: ../../../third_party/skia/gm/pathinterior.cpp -FILE: ../../../third_party/skia/gm/rrect.cpp -FILE: ../../../third_party/skia/gm/rrects.cpp -FILE: ../../../third_party/skia/gm/samplerstress.cpp -FILE: ../../../third_party/skia/gm/simpleaaclip.cpp -FILE: ../../../third_party/skia/gm/srcmode.cpp -FILE: ../../../third_party/skia/gm/strokerect.cpp -FILE: ../../../third_party/skia/gm/typeface.cpp -FILE: ../../../third_party/skia/gm/verylargebitmap.cpp -FILE: ../../../third_party/skia/include/core/SkAnnotation.h -FILE: ../../../third_party/skia/include/core/SkImage.h -FILE: ../../../third_party/skia/include/core/SkRRect.h -FILE: ../../../third_party/skia/include/core/SkStrokeRec.h -FILE: ../../../third_party/skia/include/core/SkSurface.h -FILE: ../../../third_party/skia/include/gpu/GrSurface.h -FILE: ../../../third_party/skia/include/gpu/gl/GrGLFunctions.h -FILE: ../../../third_party/skia/include/pathops/SkPathOps.h -FILE: ../../../third_party/skia/include/private/SkChecksum.h -FILE: ../../../third_party/skia/include/private/SkPathRef.h -FILE: ../../../third_party/skia/include/private/SkTInternalLList.h -FILE: ../../../third_party/skia/include/private/SkWeakRefCnt.h -FILE: ../../../third_party/skia/include/utils/SkNullCanvas.h -FILE: ../../../third_party/skia/samplecode/SampleAnimBlur.cpp -FILE: ../../../third_party/skia/samplecode/SampleFatBits.cpp -FILE: ../../../third_party/skia/samplecode/SampleQuadStroker.cpp -FILE: ../../../third_party/skia/src/codec/SkColorTable.h -FILE: ../../../third_party/skia/src/core/SkAnnotation.cpp -FILE: ../../../third_party/skia/src/core/SkBBoxHierarchy.h -FILE: ../../../third_party/skia/src/core/SkFontDescriptor.cpp -FILE: ../../../third_party/skia/src/core/SkFontDescriptor.h -FILE: ../../../third_party/skia/src/core/SkImagePriv.h -FILE: ../../../third_party/skia/src/core/SkMD5.cpp -FILE: ../../../third_party/skia/src/core/SkMD5.h -FILE: ../../../third_party/skia/src/core/SkMaskGamma.cpp -FILE: ../../../third_party/skia/src/core/SkMaskGamma.h -FILE: ../../../third_party/skia/src/core/SkMathPriv.h -FILE: ../../../third_party/skia/src/core/SkPaintDefaults.h -FILE: ../../../third_party/skia/src/core/SkRRect.cpp -FILE: ../../../third_party/skia/src/core/SkRTree.cpp -FILE: ../../../third_party/skia/src/core/SkRTree.h -FILE: ../../../third_party/skia/src/core/SkReadBuffer.cpp -FILE: ../../../third_party/skia/src/core/SkStrokeRec.cpp -FILE: ../../../third_party/skia/src/core/SkTLList.h -FILE: ../../../third_party/skia/src/core/SkTLS.cpp -FILE: ../../../third_party/skia/src/core/SkTLS.h -FILE: ../../../third_party/skia/src/core/SkTextToPathIter.h -FILE: ../../../third_party/skia/src/core/SkWriteBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/GrMemoryPool.cpp -FILE: ../../../third_party/skia/src/gpu/GrMemoryPool.h -FILE: ../../../third_party/skia/src/gpu/GrPath.cpp -FILE: ../../../third_party/skia/src/gpu/GrPath.h -FILE: ../../../third_party/skia/src/gpu/GrProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/GrProcessor.h -FILE: ../../../third_party/skia/src/gpu/GrProcessorUnitTest.h -FILE: ../../../third_party/skia/src/gpu/GrSWMaskHelper.cpp -FILE: ../../../third_party/skia/src/gpu/GrSWMaskHelper.h -FILE: ../../../third_party/skia/src/gpu/GrShaderCaps.cpp -FILE: ../../../third_party/skia/src/gpu/GrShaderCaps.h -FILE: ../../../third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/GrSoftwarePathRenderer.h -FILE: ../../../third_party/skia/src/gpu/GrSurface.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrGaussianConvolutionFragmentProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrGaussianConvolutionFragmentProcessor.h -FILE: ../../../third_party/skia/src/gpu/effects/GrTextureDomain.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrTextureDomain.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLCaps.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLCaps.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLPath.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLPath.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLProgramDataManager.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLProgramDataManager.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLUtil.h -FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexPathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ops/GrStencilAndCoverPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrStencilAndCoverPathRenderer.h -FILE: ../../../third_party/skia/src/image/SkImage.cpp -FILE: ../../../third_party/skia/src/image/SkImage_Base.h -FILE: ../../../third_party/skia/src/image/SkImage_Gpu.cpp -FILE: ../../../third_party/skia/src/image/SkImage_Raster.cpp -FILE: ../../../third_party/skia/src/image/SkSurface.cpp -FILE: ../../../third_party/skia/src/image/SkSurface_Base.h -FILE: ../../../third_party/skia/src/image/SkSurface_Gpu.cpp -FILE: ../../../third_party/skia/src/image/SkSurface_Raster.cpp -FILE: ../../../third_party/skia/src/pathops/SkAddIntersections.cpp -FILE: ../../../third_party/skia/src/pathops/SkAddIntersections.h -FILE: ../../../third_party/skia/src/pathops/SkDCubicLineIntersection.cpp -FILE: ../../../third_party/skia/src/pathops/SkDLineIntersection.cpp -FILE: ../../../third_party/skia/src/pathops/SkDQuadLineIntersection.cpp -FILE: ../../../third_party/skia/src/pathops/SkIntersectionHelper.h -FILE: ../../../third_party/skia/src/pathops/SkIntersections.cpp -FILE: ../../../third_party/skia/src/pathops/SkIntersections.h -FILE: ../../../third_party/skia/src/pathops/SkLineParameters.h -FILE: ../../../third_party/skia/src/pathops/SkOpAngle.cpp -FILE: ../../../third_party/skia/src/pathops/SkOpAngle.h -FILE: ../../../third_party/skia/src/pathops/SkOpCubicHull.cpp -FILE: ../../../third_party/skia/src/pathops/SkOpEdgeBuilder.cpp -FILE: ../../../third_party/skia/src/pathops/SkOpEdgeBuilder.h -FILE: ../../../third_party/skia/src/pathops/SkOpSegment.cpp -FILE: ../../../third_party/skia/src/pathops/SkOpSegment.h -FILE: ../../../third_party/skia/src/pathops/SkOpSpan.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsBounds.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsCommon.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsCommon.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsCubic.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsCubic.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsCurve.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsLine.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsLine.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsOp.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsPoint.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsQuad.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsQuad.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsRect.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsRect.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsSimplify.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsTypes.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsTypes.h -FILE: ../../../third_party/skia/src/pathops/SkPathWriter.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathWriter.h -FILE: ../../../third_party/skia/src/pathops/SkReduceOrder.cpp -FILE: ../../../third_party/skia/src/pathops/SkReduceOrder.h -FILE: ../../../third_party/skia/src/sfnt/SkIBMFamilyClass.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTableTypes.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V0.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V1.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V2.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V3.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V4.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_VA.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_glyf.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_head.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_hhea.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_loca.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_maxp.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_maxp_CFF.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_maxp_TT.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_name.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_post.h -FILE: ../../../third_party/skia/src/sfnt/SkOTUtils.cpp -FILE: ../../../third_party/skia/src/sfnt/SkOTUtils.h -FILE: ../../../third_party/skia/src/sfnt/SkPanose.h -FILE: ../../../third_party/skia/src/sfnt/SkSFNTHeader.h -FILE: ../../../third_party/skia/src/shaders/gradients/SkGradientShaderPriv.h -FILE: ../../../third_party/skia/src/shaders/gradients/SkLinearGradient.cpp -FILE: ../../../third_party/skia/src/shaders/gradients/SkLinearGradient.h -FILE: ../../../third_party/skia/src/shaders/gradients/SkRadialGradient.cpp -FILE: ../../../third_party/skia/src/shaders/gradients/SkRadialGradient.h -FILE: ../../../third_party/skia/src/shaders/gradients/SkSweepGradient.cpp -FILE: ../../../third_party/skia/src/shaders/gradients/SkSweepGradient.h -FILE: ../../../third_party/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp -FILE: ../../../third_party/skia/src/shaders/gradients/SkTwoPointConicalGradient.h -FILE: ../../../third_party/skia/src/utils/SkFloatUtils.h -FILE: ../../../third_party/skia/src/utils/SkNullCanvas.cpp -FILE: ../../../third_party/skia/src/utils/mac/SkStream_mac.cpp -FILE: ../../../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp -FILE: ../../../third_party/skia/src/utils/win/SkDWriteFontFileStream.h -FILE: ../../../third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp -FILE: ../../../third_party/skia/src/utils/win/SkDWriteGeometrySink.h ----------------------------------------------------------------------------------------------------- -Copyright 2012 Google Inc. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -==================================================================================================== - -==================================================================================================== -LIBRARY: skia -ORIGIN: ../../../third_party/skia/bench/BigPathBench.cpp + ../../../third_party/skia/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/bench/BigPathBench.cpp -FILE: ../../../third_party/skia/bench/BitmapRegionDecoderBench.cpp -FILE: ../../../third_party/skia/bench/BitmapRegionDecoderBench.h -FILE: ../../../third_party/skia/bench/CodecBench.cpp -FILE: ../../../third_party/skia/bench/CodecBench.h -FILE: ../../../third_party/skia/bench/CodecBenchPriv.h -FILE: ../../../third_party/skia/bench/ControlBench.cpp -FILE: ../../../third_party/skia/bench/DrawBitmapAABench.cpp -FILE: ../../../third_party/skia/bench/ImageBench.cpp -FILE: ../../../third_party/skia/bench/InterpBench.cpp -FILE: ../../../third_party/skia/bench/MathBench.cpp -FILE: ../../../third_party/skia/bench/MipMapBench.cpp -FILE: ../../../third_party/skia/bench/PictureOverheadBench.cpp -FILE: ../../../third_party/skia/bench/SKPAnimationBench.cpp -FILE: ../../../third_party/skia/bench/SKPAnimationBench.h -FILE: ../../../third_party/skia/bench/Sk4fBench.cpp -FILE: ../../../third_party/skia/bench/SkGlyphCacheBench.cpp -FILE: ../../../third_party/skia/bench/StrokeBench.cpp -FILE: ../../../third_party/skia/bench/TextBlobBench.cpp -FILE: ../../../third_party/skia/bench/TopoSortBench.cpp -FILE: ../../../third_party/skia/bench/nanobench.h -FILE: ../../../third_party/skia/dm/DMSrcSink.cpp -FILE: ../../../third_party/skia/dm/DMSrcSink.h -FILE: ../../../third_party/skia/example/SkiaSDLExample.cpp -FILE: ../../../third_party/skia/experimental/c-api-example/skia-c-example.c -FILE: ../../../third_party/skia/experimental/go-demo/main.go -FILE: ../../../third_party/skia/experimental/go-skia/ctypes.go -FILE: ../../../third_party/skia/experimental/go-skia/skia.go -FILE: ../../../third_party/skia/experimental/go-skia/types.go -FILE: ../../../third_party/skia/experimental/tools/coreGraphicsPdf2png.cpp -FILE: ../../../third_party/skia/gm/aaxfermodes.cpp -FILE: ../../../third_party/skia/gm/addarc.cpp -FILE: ../../../third_party/skia/gm/all_bitmap_configs.cpp -FILE: ../../../third_party/skia/gm/anisotropic.cpp -FILE: ../../../third_party/skia/gm/annotated_text.cpp -FILE: ../../../third_party/skia/gm/badpaint.cpp -FILE: ../../../third_party/skia/gm/bigrrectaaeffect.cpp -FILE: ../../../third_party/skia/gm/bigtileimagefilter.cpp -FILE: ../../../third_party/skia/gm/blend.cpp -FILE: ../../../third_party/skia/gm/blurredclippedcircle.cpp -FILE: ../../../third_party/skia/gm/bmpfilterqualityrepeat.cpp -FILE: ../../../third_party/skia/gm/concavepaths.cpp -FILE: ../../../third_party/skia/gm/constcolorprocessor.cpp -FILE: ../../../third_party/skia/gm/convex_all_line_paths.cpp -FILE: ../../../third_party/skia/gm/draw_bitmap_rect_skbug4374.cpp -FILE: ../../../third_party/skia/gm/drawable.cpp -FILE: ../../../third_party/skia/gm/drawatlas.cpp -FILE: ../../../third_party/skia/gm/drawatlascolor.cpp -FILE: ../../../third_party/skia/gm/drawminibitmaprect.cpp -FILE: ../../../third_party/skia/gm/fadefilter.cpp -FILE: ../../../third_party/skia/gm/fontscalerdistortable.cpp -FILE: ../../../third_party/skia/gm/gamma.cpp -FILE: ../../../third_party/skia/gm/image_pict.cpp -FILE: ../../../third_party/skia/gm/image_shader.cpp -FILE: ../../../third_party/skia/gm/imagefilters.cpp -FILE: ../../../third_party/skia/gm/imagefiltersstroked.cpp -FILE: ../../../third_party/skia/gm/imagefilterstransformed.cpp -FILE: ../../../third_party/skia/gm/imagefromyuvtextures.cpp -FILE: ../../../third_party/skia/gm/imagescalealigned.cpp -FILE: ../../../third_party/skia/gm/imagesource2.cpp -FILE: ../../../third_party/skia/gm/largeglyphblur.cpp -FILE: ../../../third_party/skia/gm/lcdblendmodes.cpp -FILE: ../../../third_party/skia/gm/lcdoverlap.cpp -FILE: ../../../third_party/skia/gm/lightingshader.cpp -FILE: ../../../third_party/skia/gm/localmatriximagefilter.cpp -FILE: ../../../third_party/skia/gm/localmatriximageshader.cpp -FILE: ../../../third_party/skia/gm/mipmap.cpp -FILE: ../../../third_party/skia/gm/path_stroke_with_zero_length.cpp -FILE: ../../../third_party/skia/gm/pathcontourstart.cpp -FILE: ../../../third_party/skia/gm/pdf_never_embed.cpp -FILE: ../../../third_party/skia/gm/perspshaders.cpp -FILE: ../../../third_party/skia/gm/pictureimagegenerator.cpp -FILE: ../../../third_party/skia/gm/pixelsnap.cpp -FILE: ../../../third_party/skia/gm/plus.cpp -FILE: ../../../third_party/skia/gm/repeated_bitmap.cpp -FILE: ../../../third_party/skia/gm/scaledstrokes.cpp -FILE: ../../../third_party/skia/gm/skbug_257.cpp -FILE: ../../../third_party/skia/gm/smallpaths.cpp -FILE: ../../../third_party/skia/gm/stlouisarch.cpp -FILE: ../../../third_party/skia/gm/textblobcolortrans.cpp -FILE: ../../../third_party/skia/gm/textblobgeometrychange.cpp -FILE: ../../../third_party/skia/gm/textblobmixedsizes.cpp -FILE: ../../../third_party/skia/gm/textblobrandomfont.cpp -FILE: ../../../third_party/skia/gm/textblobtransforms.cpp -FILE: ../../../third_party/skia/gm/textblobuseaftergpufree.cpp -FILE: ../../../third_party/skia/gm/transparency.cpp -FILE: ../../../third_party/skia/include/android/SkBRDAllocator.h -FILE: ../../../third_party/skia/include/android/SkBitmapRegionDecoder.h -FILE: ../../../third_party/skia/include/codec/SkAndroidCodec.h -FILE: ../../../third_party/skia/include/codec/SkCodec.h -FILE: ../../../third_party/skia/include/core/SkEncodedImageFormat.h -FILE: ../../../third_party/skia/include/core/SkFilterQuality.h -FILE: ../../../third_party/skia/include/core/SkPixmap.h -FILE: ../../../third_party/skia/include/core/SkPngChunkReader.h -FILE: ../../../third_party/skia/include/core/SkPoint3.h -FILE: ../../../third_party/skia/include/core/SkRSXform.h -FILE: ../../../third_party/skia/include/core/SkRWBuffer.h -FILE: ../../../third_party/skia/include/core/SkTraceMemoryDump.h -FILE: ../../../third_party/skia/include/effects/SkImageSource.h -FILE: ../../../third_party/skia/include/effects/SkTableColorFilter.h -FILE: ../../../third_party/skia/include/gpu/GrContextOptions.h -FILE: ../../../third_party/skia/include/gpu/GrSamplerState.h -FILE: ../../../third_party/skia/include/gpu/gl/GrGLTypes.h -FILE: ../../../third_party/skia/include/ports/SkFontMgr_android.h -FILE: ../../../third_party/skia/include/ports/SkFontMgr_directory.h -FILE: ../../../third_party/skia/include/ports/SkFontMgr_empty.h -FILE: ../../../third_party/skia/include/ports/SkFontMgr_fontconfig.h -FILE: ../../../third_party/skia/include/private/SkMutex.h -FILE: ../../../third_party/skia/include/private/SkNx.h -FILE: ../../../third_party/skia/include/private/SkNx_neon.h -FILE: ../../../third_party/skia/include/private/SkNx_sse.h -FILE: ../../../third_party/skia/include/private/SkSemaphore.h -FILE: ../../../third_party/skia/include/private/SkSpinlock.h -FILE: ../../../third_party/skia/include/private/SkTHash.h -FILE: ../../../third_party/skia/include/private/SkThreadID.h -FILE: ../../../third_party/skia/include/svg/SkSVGCanvas.h -FILE: ../../../third_party/skia/include/utils/SkPaintFilterCanvas.h -FILE: ../../../third_party/skia/samplecode/PerlinPatch.cpp -FILE: ../../../third_party/skia/samplecode/SampleAAGeometry.cpp -FILE: ../../../third_party/skia/samplecode/SampleAnimatedText.cpp -FILE: ../../../third_party/skia/samplecode/SampleAtlas.cpp -FILE: ../../../third_party/skia/samplecode/SampleClipDrawMatch.cpp -FILE: ../../../third_party/skia/samplecode/SampleFilterQuality.cpp -FILE: ../../../third_party/skia/samplecode/SampleLighting.cpp -FILE: ../../../third_party/skia/samplecode/SampleShip.cpp -FILE: ../../../third_party/skia/samplecode/SampleXfer.cpp -FILE: ../../../third_party/skia/src/android/SkBitmapRegionCodec.cpp -FILE: ../../../third_party/skia/src/android/SkBitmapRegionCodec.h -FILE: ../../../third_party/skia/src/android/SkBitmapRegionDecoder.cpp -FILE: ../../../third_party/skia/src/android/SkBitmapRegionDecoderPriv.h -FILE: ../../../third_party/skia/src/c/sk_c_from_to.h -FILE: ../../../third_party/skia/src/c/sk_paint.cpp -FILE: ../../../third_party/skia/src/c/sk_types_priv.h -FILE: ../../../third_party/skia/src/codec/SkAndroidCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkAndroidCodecAdapter.cpp -FILE: ../../../third_party/skia/src/codec/SkAndroidCodecAdapter.h -FILE: ../../../third_party/skia/src/codec/SkBmpCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkBmpCodec.h -FILE: ../../../third_party/skia/src/codec/SkBmpMaskCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkBmpMaskCodec.h -FILE: ../../../third_party/skia/src/codec/SkBmpRLECodec.cpp -FILE: ../../../third_party/skia/src/codec/SkBmpRLECodec.h -FILE: ../../../third_party/skia/src/codec/SkBmpStandardCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkBmpStandardCodec.h -FILE: ../../../third_party/skia/src/codec/SkCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkCodecImageGenerator.cpp -FILE: ../../../third_party/skia/src/codec/SkCodecImageGenerator.h -FILE: ../../../third_party/skia/src/codec/SkGifCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkGifCodec.h -FILE: ../../../third_party/skia/src/codec/SkIcoCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkIcoCodec.h -FILE: ../../../third_party/skia/src/codec/SkJpegCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkJpegCodec.h -FILE: ../../../third_party/skia/src/codec/SkJpegDecoderMgr.cpp -FILE: ../../../third_party/skia/src/codec/SkJpegDecoderMgr.h -FILE: ../../../third_party/skia/src/codec/SkJpegUtility.cpp -FILE: ../../../third_party/skia/src/codec/SkJpegUtility.h -FILE: ../../../third_party/skia/src/codec/SkMaskSwizzler.cpp -FILE: ../../../third_party/skia/src/codec/SkMaskSwizzler.h -FILE: ../../../third_party/skia/src/codec/SkMasks.cpp -FILE: ../../../third_party/skia/src/codec/SkMasks.h -FILE: ../../../third_party/skia/src/codec/SkPngCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkPngCodec.h -FILE: ../../../third_party/skia/src/codec/SkSampledCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkSampledCodec.h -FILE: ../../../third_party/skia/src/codec/SkSampler.cpp -FILE: ../../../third_party/skia/src/codec/SkSampler.h -FILE: ../../../third_party/skia/src/codec/SkSwizzler.cpp -FILE: ../../../third_party/skia/src/codec/SkSwizzler.h -FILE: ../../../third_party/skia/src/codec/SkWbmpCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkWbmpCodec.h -FILE: ../../../third_party/skia/src/codec/SkWebpCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkWebpCodec.h -FILE: ../../../third_party/skia/src/core/Sk4px.h -FILE: ../../../third_party/skia/src/core/SkBigPicture.cpp -FILE: ../../../third_party/skia/src/core/SkBigPicture.h -FILE: ../../../third_party/skia/src/core/SkBitmapController.cpp -FILE: ../../../third_party/skia/src/core/SkBitmapController.h -FILE: ../../../third_party/skia/src/core/SkBitmapProvider.cpp -FILE: ../../../third_party/skia/src/core/SkBitmapProvider.h -FILE: ../../../third_party/skia/src/core/SkFontMgr.cpp -FILE: ../../../third_party/skia/src/core/SkLatticeIter.cpp -FILE: ../../../third_party/skia/src/core/SkLatticeIter.h -FILE: ../../../third_party/skia/src/core/SkLocalMatrixImageFilter.cpp -FILE: ../../../third_party/skia/src/core/SkMiniRecorder.cpp -FILE: ../../../third_party/skia/src/core/SkMiniRecorder.h -FILE: ../../../third_party/skia/src/core/SkNextID.h -FILE: ../../../third_party/skia/src/core/SkOpts.cpp -FILE: ../../../third_party/skia/src/core/SkOpts.h -FILE: ../../../third_party/skia/src/core/SkPathPriv.h -FILE: ../../../third_party/skia/src/core/SkPictureCommon.h -FILE: ../../../third_party/skia/src/core/SkPictureImageGenerator.cpp -FILE: ../../../third_party/skia/src/core/SkPixmap.cpp -FILE: ../../../third_party/skia/src/core/SkPixmapPriv.h -FILE: ../../../third_party/skia/src/core/SkPoint3.cpp -FILE: ../../../third_party/skia/src/core/SkRWBuffer.cpp -FILE: ../../../third_party/skia/src/core/SkRecord.cpp -FILE: ../../../third_party/skia/src/core/SkRecordPattern.h -FILE: ../../../third_party/skia/src/core/SkRecords.cpp -FILE: ../../../third_party/skia/src/core/SkSemaphore.cpp -FILE: ../../../third_party/skia/src/core/SkSharedMutex.cpp -FILE: ../../../third_party/skia/src/core/SkSharedMutex.h -FILE: ../../../third_party/skia/src/core/SkSpinlock.cpp -FILE: ../../../third_party/skia/src/core/SkTDPQueue.h -FILE: ../../../third_party/skia/src/core/SkTTopoSort.h -FILE: ../../../third_party/skia/src/core/SkThreadID.cpp -FILE: ../../../third_party/skia/src/core/SkTime.cpp -FILE: ../../../third_party/skia/src/core/SkXfermodeInterpretation.cpp -FILE: ../../../third_party/skia/src/core/SkXfermodeInterpretation.h -FILE: ../../../third_party/skia/src/core/SkYUVPlanesCache.cpp -FILE: ../../../third_party/skia/src/core/SkYUVPlanesCache.h -FILE: ../../../third_party/skia/src/effects/SkTableColorFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkImageSource.cpp -FILE: ../../../third_party/skia/src/gpu/GrAutoLocaleSetter.h -FILE: ../../../third_party/skia/src/gpu/GrBlurUtils.cpp -FILE: ../../../third_party/skia/src/gpu/GrBlurUtils.h -FILE: ../../../third_party/skia/src/gpu/GrCaps.cpp -FILE: ../../../third_party/skia/src/gpu/GrDrawOpAtlas.cpp -FILE: ../../../third_party/skia/src/gpu/GrDrawOpAtlas.h -FILE: ../../../third_party/skia/src/gpu/GrDrawOpTest.cpp -FILE: ../../../third_party/skia/src/gpu/GrDrawOpTest.h -FILE: ../../../third_party/skia/src/gpu/GrDrawingManager.cpp -FILE: ../../../third_party/skia/src/gpu/GrDrawingManager.h -FILE: ../../../third_party/skia/src/gpu/GrFragmentProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/GrGpuResourcePriv.h -FILE: ../../../third_party/skia/src/gpu/GrMesh.h -FILE: ../../../third_party/skia/src/gpu/GrNonAtomicRef.h -FILE: ../../../third_party/skia/src/gpu/GrOpFlushState.cpp -FILE: ../../../third_party/skia/src/gpu/GrOpFlushState.h -FILE: ../../../third_party/skia/src/gpu/GrPipeline.cpp -FILE: ../../../third_party/skia/src/gpu/GrPipeline.h -FILE: ../../../third_party/skia/src/gpu/GrProcessorUnitTest.cpp -FILE: ../../../third_party/skia/src/gpu/GrQuad.h -FILE: ../../../third_party/skia/src/gpu/GrRenderTargetContext.cpp -FILE: ../../../third_party/skia/src/gpu/GrRenderTargetContext.h -FILE: ../../../third_party/skia/src/gpu/GrRenderTargetPriv.h -FILE: ../../../third_party/skia/src/gpu/GrResourceProvider.cpp -FILE: ../../../third_party/skia/src/gpu/GrResourceProvider.h -FILE: ../../../third_party/skia/src/gpu/GrTessellator.cpp -FILE: ../../../third_party/skia/src/gpu/GrTessellator.h -FILE: ../../../third_party/skia/src/gpu/GrTestUtils.cpp -FILE: ../../../third_party/skia/src/gpu/GrTestUtils.h -FILE: ../../../third_party/skia/src/gpu/GrXferProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/GrYUVProvider.cpp -FILE: ../../../third_party/skia/src/gpu/GrYUVProvider.h -FILE: ../../../third_party/skia/src/gpu/SkGpuDevice_drawTexture.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrCustomXfermode.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrCustomXfermode.h -FILE: ../../../third_party/skia/src/gpu/effects/GrXfermodeFragmentProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrXfermodeFragmentProcessor.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLTextureRenderTarget.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLUniformHandler.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLUniformHandler.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLVaryingHandler.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLVaryingHandler.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLBlend.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLBlend.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLFragmentProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLProgramBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLProgramBuilder.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLProgramDataManager.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLUniformHandler.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLUtil.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLUtil.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLVarying.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLVarying.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLXferProcessor.h -FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexTessellator.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexTessellator.h -FILE: ../../../third_party/skia/src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrAALinearizingConvexPathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ops/GrAtlasTextOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrAtlasTextOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrClearOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrCopySurfaceOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrCopySurfaceOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrDashLinePathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrDashLinePathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ops/GrDrawAtlasOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrDrawAtlasOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrDrawOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrDrawPathOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrDrawPathOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrDrawVerticesOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrDrawVerticesOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrLatticeOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrLatticeOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrMeshDrawOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrMeshDrawOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrStencilPathOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrTessellatingPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrTessellatingPathRenderer.h -FILE: ../../../third_party/skia/src/gpu/text/GrDistanceFieldAdjustTable.cpp -FILE: ../../../third_party/skia/src/gpu/text/GrDistanceFieldAdjustTable.h -FILE: ../../../third_party/skia/src/gpu/text/GrStrikeCache.cpp -FILE: ../../../third_party/skia/src/gpu/text/GrStrikeCache.h -FILE: ../../../third_party/skia/src/gpu/text/GrTextBlob.cpp -FILE: ../../../third_party/skia/src/gpu/text/GrTextBlob.h -FILE: ../../../third_party/skia/src/gpu/text/GrTextBlobCache.cpp -FILE: ../../../third_party/skia/src/gpu/text/GrTextBlobCache.h -FILE: ../../../third_party/skia/src/gpu/text/GrTextContext.cpp -FILE: ../../../third_party/skia/src/gpu/text/GrTextContext.h -FILE: ../../../third_party/skia/src/gpu/text/GrTextTarget.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkBuffer.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkCaps.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkCaps.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkCommandBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkCommandBuffer.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkGpu.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkGpu.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkImage.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkImage.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkIndexBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkIndexBuffer.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkInterface.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkInterface.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkMemory.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkMemory.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkRenderPass.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkRenderPass.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkRenderTarget.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkResource.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkStencilAttachment.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkStencilAttachment.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkTexture.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkTexture.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkTextureRenderTarget.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkTextureRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkTransferBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkTransferBuffer.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkUniformBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkUniformBuffer.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkUtil.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkUtil.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkVertexBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkVertexBuffer.h -FILE: ../../../third_party/skia/src/image/SkImage_Gpu.h -FILE: ../../../third_party/skia/src/image/SkImage_Lazy.cpp -FILE: ../../../third_party/skia/src/opts/Sk4px_NEON.h -FILE: ../../../third_party/skia/src/opts/Sk4px_SSE2.h -FILE: ../../../third_party/skia/src/opts/Sk4px_none.h -FILE: ../../../third_party/skia/src/opts/SkBlitMask_opts.h -FILE: ../../../third_party/skia/src/opts/SkBlitRow_opts.h -FILE: ../../../third_party/skia/src/opts/SkOpts_sse41.cpp -FILE: ../../../third_party/skia/src/opts/SkOpts_ssse3.cpp -FILE: ../../../third_party/skia/src/opts/SkXfermode_opts.h -FILE: ../../../third_party/skia/src/pathops/SkDConicLineIntersection.cpp -FILE: ../../../third_party/skia/src/pathops/SkDCubicToQuads.cpp -FILE: ../../../third_party/skia/src/pathops/SkOpCoincidence.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsConic.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsConic.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsCurve.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsWinding.cpp -FILE: ../../../third_party/skia/src/pdf/SkDocument_PDF_None.cpp -FILE: ../../../third_party/skia/src/pdf/SkJpegInfo.cpp -FILE: ../../../third_party/skia/src/pdf/SkJpegInfo.h -FILE: ../../../third_party/skia/src/pdf/SkPDFBitmap.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFBitmap.h -FILE: ../../../third_party/skia/src/pdf/SkPDFMetadata.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFMetadata.h -FILE: ../../../third_party/skia/src/ports/SkFontMgr_android_factory.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom_directory_factory.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom_embedded_factory.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_fontconfig_factory.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_win_dw_factory.cpp -FILE: ../../../third_party/skia/src/ports/SkOSLibrary.h -FILE: ../../../third_party/skia/src/ports/SkOSLibrary_posix.cpp -FILE: ../../../third_party/skia/src/ports/SkOSLibrary_win.cpp -FILE: ../../../third_party/skia/src/shaders/SkImageShader.cpp -FILE: ../../../third_party/skia/src/shaders/SkImageShader.h -FILE: ../../../third_party/skia/src/shaders/SkLightingShader.cpp -FILE: ../../../third_party/skia/src/shaders/SkLightingShader.h -FILE: ../../../third_party/skia/src/shaders/SkLights.h -FILE: ../../../third_party/skia/src/svg/SkSVGCanvas.cpp -FILE: ../../../third_party/skia/src/svg/SkSVGDevice.cpp -FILE: ../../../third_party/skia/src/svg/SkSVGDevice.h -FILE: ../../../third_party/skia/src/utils/SkPaintFilterCanvas.cpp -FILE: ../../../third_party/skia/src/utils/SkWhitelistChecksums.inc -FILE: ../../../third_party/skia/src/utils/SkWhitelistTypefaces.cpp -FILE: ../../../third_party/skia/src/xps/SkXPSDocument.cpp ----------------------------------------------------------------------------------------------------- -Copyright 2015 Google Inc. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -==================================================================================================== - -==================================================================================================== -LIBRARY: skia -ORIGIN: ../../../third_party/skia/bench/BlendmodeBench.cpp + ../../../third_party/skia/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/bench/BlendmodeBench.cpp -FILE: ../../../third_party/skia/bench/BlurImageFilterBench.cpp -FILE: ../../../third_party/skia/bench/BlurRectBench.cpp -FILE: ../../../third_party/skia/bench/BlurRoundRectBench.cpp -FILE: ../../../third_party/skia/bench/ChartBench.cpp -FILE: ../../../third_party/skia/bench/CmapBench.cpp -FILE: ../../../third_party/skia/bench/ColorFilterBench.cpp -FILE: ../../../third_party/skia/bench/ColorPrivBench.cpp -FILE: ../../../third_party/skia/bench/CoverageBench.cpp -FILE: ../../../third_party/skia/bench/DisplacementBench.cpp -FILE: ../../../third_party/skia/bench/FSRectBench.cpp -FILE: ../../../third_party/skia/bench/FontCacheBench.cpp -FILE: ../../../third_party/skia/bench/GrResourceCacheBench.cpp -FILE: ../../../third_party/skia/bench/HairlinePathBench.cpp -FILE: ../../../third_party/skia/bench/ImageCacheBench.cpp -FILE: ../../../third_party/skia/bench/LightingBench.cpp -FILE: ../../../third_party/skia/bench/MagnifierBench.cpp -FILE: ../../../third_party/skia/bench/MemsetBench.cpp -FILE: ../../../third_party/skia/bench/MergeBench.cpp -FILE: ../../../third_party/skia/bench/PerlinNoiseBench.cpp -FILE: ../../../third_party/skia/bench/PremulAndUnpremulAlphaOpsBench.cpp -FILE: ../../../third_party/skia/bench/RectoriBench.cpp -FILE: ../../../third_party/skia/bench/RegionContainBench.cpp -FILE: ../../../third_party/skia/bench/ResultsWriter.h -FILE: ../../../third_party/skia/bench/SortBench.cpp -FILE: ../../../third_party/skia/bench/TileBench.cpp -FILE: ../../../third_party/skia/bench/WritePixelsBench.cpp -FILE: ../../../third_party/skia/bench/gUniqueGlyphIDs.h -FILE: ../../../third_party/skia/dm/DM.cpp -FILE: ../../../third_party/skia/gm/alphagradients.cpp -FILE: ../../../third_party/skia/gm/arcofzorro.cpp -FILE: ../../../third_party/skia/gm/beziereffects.cpp -FILE: ../../../third_party/skia/gm/bigblurs.cpp -FILE: ../../../third_party/skia/gm/bigtext.cpp -FILE: ../../../third_party/skia/gm/bitmappremul.cpp -FILE: ../../../third_party/skia/gm/bitmaprecttest.cpp -FILE: ../../../third_party/skia/gm/bitmapshader.cpp -FILE: ../../../third_party/skia/gm/bleed.cpp -FILE: ../../../third_party/skia/gm/blurquickreject.cpp -FILE: ../../../third_party/skia/gm/blurroundrect.cpp -FILE: ../../../third_party/skia/gm/circularclips.cpp -FILE: ../../../third_party/skia/gm/clippedbitmapshaders.cpp -FILE: ../../../third_party/skia/gm/coloremoji.cpp -FILE: ../../../third_party/skia/gm/conicpaths.cpp -FILE: ../../../third_party/skia/gm/copyTo4444.cpp -FILE: ../../../third_party/skia/gm/displacement.cpp -FILE: ../../../third_party/skia/gm/downsamplebitmap.cpp -FILE: ../../../third_party/skia/gm/dropshadowimagefilter.cpp -FILE: ../../../third_party/skia/gm/dstreadshuffle.cpp -FILE: ../../../third_party/skia/gm/fontcache.cpp -FILE: ../../../third_party/skia/gm/fontmgr.cpp -FILE: ../../../third_party/skia/gm/gradientDirtyLaundry.cpp -FILE: ../../../third_party/skia/gm/gradient_matrix.cpp -FILE: ../../../third_party/skia/gm/gradients_no_texture.cpp -FILE: ../../../third_party/skia/gm/hairlines.cpp -FILE: ../../../third_party/skia/gm/imagealphathreshold.cpp -FILE: ../../../third_party/skia/gm/imagesource.cpp -FILE: ../../../third_party/skia/gm/internal_links.cpp -FILE: ../../../third_party/skia/gm/inversepaths.cpp -FILE: ../../../third_party/skia/gm/lumafilter.cpp -FILE: ../../../third_party/skia/gm/megalooper.cpp -FILE: ../../../third_party/skia/gm/mixedtextblobs.cpp -FILE: ../../../third_party/skia/gm/nested.cpp -FILE: ../../../third_party/skia/gm/nonclosedpaths.cpp -FILE: ../../../third_party/skia/gm/offsetimagefilter.cpp -FILE: ../../../third_party/skia/gm/ovals.cpp -FILE: ../../../third_party/skia/gm/pathopsinverse.cpp -FILE: ../../../third_party/skia/gm/pathopsskpclip.cpp -FILE: ../../../third_party/skia/gm/perlinnoise.cpp -FILE: ../../../third_party/skia/gm/pictureimagefilter.cpp -FILE: ../../../third_party/skia/gm/polygons.cpp -FILE: ../../../third_party/skia/gm/rects.cpp -FILE: ../../../third_party/skia/gm/resizeimagefilter.cpp -FILE: ../../../third_party/skia/gm/roundrects.cpp -FILE: ../../../third_party/skia/gm/shallowgradient.cpp -FILE: ../../../third_party/skia/gm/skbug1719.cpp -FILE: ../../../third_party/skia/gm/spritebitmap.cpp -FILE: ../../../third_party/skia/gm/stringart.cpp -FILE: ../../../third_party/skia/gm/textbloblooper.cpp -FILE: ../../../third_party/skia/gm/thinrects.cpp -FILE: ../../../third_party/skia/gm/thinstrokedrects.cpp -FILE: ../../../third_party/skia/gm/tileimagefilter.cpp -FILE: ../../../third_party/skia/gm/vertices.cpp -FILE: ../../../third_party/skia/gm/xfermodeimagefilter.cpp -FILE: ../../../third_party/skia/gm/xfermodes2.cpp -FILE: ../../../third_party/skia/gm/xfermodes3.cpp -FILE: ../../../third_party/skia/include/core/SkDataTable.h -FILE: ../../../third_party/skia/include/core/SkDocument.h -FILE: ../../../third_party/skia/include/core/SkFontLCDConfig.h -FILE: ../../../third_party/skia/include/core/SkFontMgr.h -FILE: ../../../third_party/skia/include/core/SkFontStyle.h -FILE: ../../../third_party/skia/include/core/SkImageGenerator.h -FILE: ../../../third_party/skia/include/core/SkImageInfo.h -FILE: ../../../third_party/skia/include/effects/SkAlphaThresholdFilter.h -FILE: ../../../third_party/skia/include/effects/SkComposeImageFilter.h -FILE: ../../../third_party/skia/include/effects/SkDisplacementMapEffect.h -FILE: ../../../third_party/skia/include/effects/SkDropShadowImageFilter.h -FILE: ../../../third_party/skia/include/effects/SkLumaColorFilter.h -FILE: ../../../third_party/skia/include/effects/SkPerlinNoiseShader.h -FILE: ../../../third_party/skia/include/effects/SkTileImageFilter.h -FILE: ../../../third_party/skia/include/gpu/GrBlend.h -FILE: ../../../third_party/skia/include/gpu/gl/GrGLExtensions.h -FILE: ../../../third_party/skia/include/ports/SkFontConfigInterface.h -FILE: ../../../third_party/skia/include/private/GrTypesPriv.h -FILE: ../../../third_party/skia/include/private/SkMessageBus.h -FILE: ../../../third_party/skia/include/private/SkOnce.h -FILE: ../../../third_party/skia/include/private/SkTFitsIn.h -FILE: ../../../third_party/skia/include/private/SkTLogic.h -FILE: ../../../third_party/skia/include/utils/SkCanvasStateUtils.h -FILE: ../../../third_party/skia/include/utils/SkFrontBufferedStream.h -FILE: ../../../third_party/skia/include/utils/SkLua.h -FILE: ../../../third_party/skia/include/utils/SkLuaCanvas.h -FILE: ../../../third_party/skia/samplecode/SampleChart.cpp -FILE: ../../../third_party/skia/samplecode/SampleClock.cpp -FILE: ../../../third_party/skia/samplecode/SampleLua.cpp -FILE: ../../../third_party/skia/samplecode/SampleManyRects.cpp -FILE: ../../../third_party/skia/samplecode/SamplePdfFileViewer.cpp -FILE: ../../../third_party/skia/samplecode/SampleStringArt.cpp -FILE: ../../../third_party/skia/samplecode/SampleUnpremul.cpp -FILE: ../../../third_party/skia/src/core/SkBitmapDevice.cpp -FILE: ../../../third_party/skia/src/core/SkBitmapDevice.h -FILE: ../../../third_party/skia/src/core/SkDataTable.cpp -FILE: ../../../third_party/skia/src/core/SkDiscardableMemory.h -FILE: ../../../third_party/skia/src/core/SkDocument.cpp -FILE: ../../../third_party/skia/src/core/SkDrawLooper.cpp -FILE: ../../../third_party/skia/src/core/SkFontStream.h -FILE: ../../../third_party/skia/src/core/SkGpuBlurUtils.cpp -FILE: ../../../third_party/skia/src/core/SkGpuBlurUtils.h -FILE: ../../../third_party/skia/src/core/SkMatrixUtils.h -FILE: ../../../third_party/skia/src/core/SkMipMap.cpp -FILE: ../../../third_party/skia/src/core/SkMipMap.h -FILE: ../../../third_party/skia/src/core/SkPaintPriv.cpp -FILE: ../../../third_party/skia/src/core/SkPaintPriv.h -FILE: ../../../third_party/skia/src/core/SkPathRef.cpp -FILE: ../../../third_party/skia/src/core/SkResourceCache.cpp -FILE: ../../../third_party/skia/src/core/SkResourceCache.h -FILE: ../../../third_party/skia/src/core/SkStreamPriv.h -FILE: ../../../third_party/skia/src/core/SkStringUtils.cpp -FILE: ../../../third_party/skia/src/core/SkStringUtils.h -FILE: ../../../third_party/skia/src/core/SkTDynamicHash.h -FILE: ../../../third_party/skia/src/core/SkTMultiMap.h -FILE: ../../../third_party/skia/src/core/SkTypefacePriv.h -FILE: ../../../third_party/skia/src/core/SkValidatingReadBuffer.h -FILE: ../../../third_party/skia/src/core/SkValidationUtils.h -FILE: ../../../third_party/skia/src/effects/SkLumaColorFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkAlphaThresholdFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkComposeImageFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkDisplacementMapEffect.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkDropShadowImageFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkTileImageFilter.cpp -FILE: ../../../third_party/skia/src/gpu/GrCaps.h -FILE: ../../../third_party/skia/src/gpu/GrCoordTransform.h -FILE: ../../../third_party/skia/src/gpu/GrGeometryProcessor.h -FILE: ../../../third_party/skia/src/gpu/GrPaint.cpp -FILE: ../../../third_party/skia/src/gpu/GrPathProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/GrPathProcessor.h -FILE: ../../../third_party/skia/src/gpu/GrPrimitiveProcessor.h -FILE: ../../../third_party/skia/src/gpu/GrRectanizer_skyline.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrBezierEffect.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrBezierEffect.h -FILE: ../../../third_party/skia/src/gpu/effects/GrBicubicEffect.h -FILE: ../../../third_party/skia/src/gpu/effects/GrBitmapTextGeoProc.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrBitmapTextGeoProc.h -FILE: ../../../third_party/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrDistanceFieldGeoProc.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLContext.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLContext.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLExtensions.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLVertexArray.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLVertexArray.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLFragmentProcessor.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLGeometryProcessor.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLPrimitiveProcessor.h -FILE: ../../../third_party/skia/src/gpu/ops/GrOvalOpFactory.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrOvalOpFactory.h -FILE: ../../../third_party/skia/src/lazy/SkDiscardableMemoryPool.cpp -FILE: ../../../third_party/skia/src/lazy/SkDiscardableMemoryPool.h -FILE: ../../../third_party/skia/src/pathops/SkOpCoincidence.h -FILE: ../../../third_party/skia/src/pathops/SkOpContour.cpp -FILE: ../../../third_party/skia/src/pathops/SkOpContour.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsDebug.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsDebug.h -FILE: ../../../third_party/skia/src/pdf/SkPDFResourceDict.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFResourceDict.h -FILE: ../../../third_party/skia/src/ports/SkDiscardableMemory_none.cpp -FILE: ../../../third_party/skia/src/ports/SkFontConfigTypeface.h -FILE: ../../../third_party/skia/src/ports/SkFontMgr_FontConfigInterface.cpp -FILE: ../../../third_party/skia/src/ports/SkOSFile_posix.cpp -FILE: ../../../third_party/skia/src/ports/SkOSFile_win.cpp -FILE: ../../../third_party/skia/src/ports/SkTLS_none.cpp -FILE: ../../../third_party/skia/src/ports/SkTLS_pthread.cpp -FILE: ../../../third_party/skia/src/ports/SkTLS_win.cpp -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_name.cpp -FILE: ../../../third_party/skia/src/sfnt/SkTTCFHeader.h -FILE: ../../../third_party/skia/src/shaders/SkColorFilterShader.cpp -FILE: ../../../third_party/skia/src/shaders/SkPerlinNoiseShader.cpp -FILE: ../../../third_party/skia/src/utils/SkCanvasStack.cpp -FILE: ../../../third_party/skia/src/utils/SkCanvasStack.h -FILE: ../../../third_party/skia/src/utils/SkCanvasStateUtils.cpp -FILE: ../../../third_party/skia/src/utils/SkFrontBufferedStream.cpp -FILE: ../../../third_party/skia/src/utils/SkLua.cpp -FILE: ../../../third_party/skia/src/utils/SkLuaCanvas.cpp ----------------------------------------------------------------------------------------------------- -Copyright 2013 Google Inc. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -==================================================================================================== - -==================================================================================================== -LIBRARY: skia -ORIGIN: ../../../third_party/skia/bench/ClipMaskBench.cpp + ../../../third_party/skia/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/bench/ClipMaskBench.cpp -FILE: ../../../third_party/skia/bench/ClipStrategyBench.cpp -FILE: ../../../third_party/skia/bench/CubicKLMBench.cpp -FILE: ../../../third_party/skia/bench/PathTextBench.cpp -FILE: ../../../third_party/skia/bench/ShadowBench.cpp -FILE: ../../../third_party/skia/bin/gerrit-number -FILE: ../../../third_party/skia/bin/sysopen -FILE: ../../../third_party/skia/dm/DMGpuTestProcs.cpp -FILE: ../../../third_party/skia/example/HelloWorld.cpp -FILE: ../../../third_party/skia/example/HelloWorld.h -FILE: ../../../third_party/skia/experimental/svg/model/SkSVGGradient.cpp -FILE: ../../../third_party/skia/experimental/svg/model/SkSVGGradient.h -FILE: ../../../third_party/skia/experimental/svg/model/SkSVGPattern.cpp -FILE: ../../../third_party/skia/experimental/svg/model/SkSVGPattern.h -FILE: ../../../third_party/skia/experimental/svg/model/SkSVGRadialGradient.cpp -FILE: ../../../third_party/skia/experimental/svg/model/SkSVGRadialGradient.h -FILE: ../../../third_party/skia/experimental/svg/model/SkSVGUse.cpp -FILE: ../../../third_party/skia/experimental/svg/model/SkSVGUse.h -FILE: ../../../third_party/skia/fuzz/FuzzCanvas.cpp -FILE: ../../../third_party/skia/gm/alpha_image.cpp -FILE: ../../../third_party/skia/gm/atlastext.cpp -FILE: ../../../third_party/skia/gm/bitmaptiled.cpp -FILE: ../../../third_party/skia/gm/blurignorexform.cpp -FILE: ../../../third_party/skia/gm/blurimagevmask.cpp -FILE: ../../../third_party/skia/gm/blurpositioning.cpp -FILE: ../../../third_party/skia/gm/blurtextsmallradii.cpp -FILE: ../../../third_party/skia/gm/bug6643.cpp -FILE: ../../../third_party/skia/gm/bug6783.cpp -FILE: ../../../third_party/skia/gm/circle_sizes.cpp -FILE: ../../../third_party/skia/gm/crbug_691386.cpp -FILE: ../../../third_party/skia/gm/crbug_788500.cpp -FILE: ../../../third_party/skia/gm/crosscontextimage.cpp -FILE: ../../../third_party/skia/gm/dftext_blob_persp.cpp -FILE: ../../../third_party/skia/gm/drrect_small_inner.cpp -FILE: ../../../third_party/skia/gm/encode-alpha-jpeg.cpp -FILE: ../../../third_party/skia/gm/etc1.cpp -FILE: ../../../third_party/skia/gm/flippity.cpp -FILE: ../../../third_party/skia/gm/highcontrastfilter.cpp -FILE: ../../../third_party/skia/gm/hsl.cpp -FILE: ../../../third_party/skia/gm/imageblurclampmode.cpp -FILE: ../../../third_party/skia/gm/imageblurrepeatmode.cpp -FILE: ../../../third_party/skia/gm/jpg_color_cube.cpp -FILE: ../../../third_party/skia/gm/makecolorspace.cpp -FILE: ../../../third_party/skia/gm/manypaths.cpp -FILE: ../../../third_party/skia/gm/pictureshadercache.cpp -FILE: ../../../third_party/skia/gm/radial_gradient_precision.cpp -FILE: ../../../third_party/skia/gm/savelayer.cpp -FILE: ../../../third_party/skia/gm/shadowutils.cpp -FILE: ../../../third_party/skia/gm/simple_magnification.cpp -FILE: ../../../third_party/skia/gm/srgb.cpp -FILE: ../../../third_party/skia/gm/testgradient.cpp -FILE: ../../../third_party/skia/gm/text_scale_skew.cpp -FILE: ../../../third_party/skia/gm/thinconcavepaths.cpp -FILE: ../../../third_party/skia/include/android/SkAndroidFrameworkUtils.h -FILE: ../../../third_party/skia/include/atlastext/SkAtlasTextContext.h -FILE: ../../../third_party/skia/include/atlastext/SkAtlasTextFont.h -FILE: ../../../third_party/skia/include/atlastext/SkAtlasTextRenderer.h -FILE: ../../../third_party/skia/include/atlastext/SkAtlasTextTarget.h -FILE: ../../../third_party/skia/include/codec/SkEncodedOrigin.h -FILE: ../../../third_party/skia/include/core/SkDeferredDisplayListRecorder.h -FILE: ../../../third_party/skia/include/core/SkExecutor.h -FILE: ../../../third_party/skia/include/core/SkFontArguments.h -FILE: ../../../third_party/skia/include/core/SkPromiseImageTexture.h -FILE: ../../../third_party/skia/include/core/SkSerialProcs.h -FILE: ../../../third_party/skia/include/core/SkSurfaceCharacterization.h -FILE: ../../../third_party/skia/include/core/SkVertices.h -FILE: ../../../third_party/skia/include/docs/SkXPSDocument.h -FILE: ../../../third_party/skia/include/effects/SkHighContrastFilter.h -FILE: ../../../third_party/skia/include/encode/SkEncoder.h -FILE: ../../../third_party/skia/include/encode/SkJpegEncoder.h -FILE: ../../../third_party/skia/include/encode/SkPngEncoder.h -FILE: ../../../third_party/skia/include/encode/SkWebpEncoder.h -FILE: ../../../third_party/skia/include/gpu/GrBackendSemaphore.h -FILE: ../../../third_party/skia/include/gpu/GrBackendSurface.h -FILE: ../../../third_party/skia/include/gpu/mock/GrMockTypes.h -FILE: ../../../third_party/skia/include/gpu/mtl/GrMtlTypes.h -FILE: ../../../third_party/skia/include/private/GrSharedEnums.h -FILE: ../../../third_party/skia/include/private/SkDeferredDisplayList.h -FILE: ../../../third_party/skia/include/private/SkImageInfoPriv.h -FILE: ../../../third_party/skia/include/private/SkMalloc.h -FILE: ../../../third_party/skia/include/private/SkShadowFlags.h -FILE: ../../../third_party/skia/include/utils/SkShadowUtils.h -FILE: ../../../third_party/skia/modules/skottie/gm/SkottieGM.cpp -FILE: ../../../third_party/skia/modules/skottie/include/Skottie.h -FILE: ../../../third_party/skia/modules/skottie/src/Skottie.cpp -FILE: ../../../third_party/skia/modules/skottie/src/SkottieAnimator.cpp -FILE: ../../../third_party/skia/modules/skottie/src/SkottieValue.cpp -FILE: ../../../third_party/skia/modules/skottie/src/SkottieValue.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGDraw.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGEffectNode.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGGeometryNode.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGGroup.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGInvalidationController.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGMerge.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGNode.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGPaint.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGPath.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGRect.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGRenderNode.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGTransform.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGTrimEffect.h -FILE: ../../../third_party/skia/modules/sksg/src/SkSGDraw.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGEffectNode.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGGeometryNode.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGGroup.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGInvalidationController.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGMerge.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGNode.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGPaint.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGPath.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGRect.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGRenderNode.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGTransform.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGTrimEffect.cpp -FILE: ../../../third_party/skia/samplecode/SampleCCPRGeometry.cpp -FILE: ../../../third_party/skia/samplecode/SampleChineseFling.cpp -FILE: ../../../third_party/skia/samplecode/SampleCowboy.cpp -FILE: ../../../third_party/skia/samplecode/SampleMixer.cpp -FILE: ../../../third_party/skia/samplecode/SamplePathText.cpp -FILE: ../../../third_party/skia/samplecode/SampleShadowColor.cpp -FILE: ../../../third_party/skia/samplecode/SampleShadowReference.cpp -FILE: ../../../third_party/skia/samplecode/SampleShadowUtils.cpp -FILE: ../../../third_party/skia/src/android/SkAndroidFrameworkUtils.cpp -FILE: ../../../third_party/skia/src/atlastext/SkAtlasTextContext.cpp -FILE: ../../../third_party/skia/src/atlastext/SkAtlasTextTarget.cpp -FILE: ../../../third_party/skia/src/atlastext/SkInternalAtlasTextContext.cpp -FILE: ../../../third_party/skia/src/atlastext/SkInternalAtlasTextContext.h -FILE: ../../../third_party/skia/src/c/sk_effects.cpp -FILE: ../../../third_party/skia/src/codec/SkBmpBaseCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkBmpBaseCodec.h -FILE: ../../../third_party/skia/src/codec/SkFrameHolder.h -FILE: ../../../third_party/skia/src/codec/SkHeifCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkHeifCodec.h -FILE: ../../../third_party/skia/src/codec/SkJpegPriv.h -FILE: ../../../third_party/skia/src/codec/SkPngPriv.h -FILE: ../../../third_party/skia/src/codec/SkStubHeifDecoderAPI.h -FILE: ../../../third_party/skia/src/core/SkArenaAllocList.h -FILE: ../../../third_party/skia/src/core/SkAutoBlitterChoose.h -FILE: ../../../third_party/skia/src/core/SkBlendMode.cpp -FILE: ../../../third_party/skia/src/core/SkBlitter_RGB565.cpp -FILE: ../../../third_party/skia/src/core/SkClipStackDevice.cpp -FILE: ../../../third_party/skia/src/core/SkClipStackDevice.h -FILE: ../../../third_party/skia/src/core/SkDeferredDisplayListRecorder.cpp -FILE: ../../../third_party/skia/src/core/SkDrawShadowInfo.cpp -FILE: ../../../third_party/skia/src/core/SkDrawShadowInfo.h -FILE: ../../../third_party/skia/src/core/SkDraw_vertices.cpp -FILE: ../../../third_party/skia/src/core/SkExecutor.cpp -FILE: ../../../third_party/skia/src/core/SkFontMgrPriv.h -FILE: ../../../third_party/skia/src/core/SkGaussFilter.cpp -FILE: ../../../third_party/skia/src/core/SkGaussFilter.h -FILE: ../../../third_party/skia/src/core/SkImageFilterPriv.h -FILE: ../../../third_party/skia/src/core/SkMaskBlurFilter.cpp -FILE: ../../../third_party/skia/src/core/SkMaskBlurFilter.h -FILE: ../../../third_party/skia/src/core/SkPromiseImageTexture.cpp -FILE: ../../../third_party/skia/src/core/SkRasterClipStack.h -FILE: ../../../third_party/skia/src/core/SkSafeMath.h -FILE: ../../../third_party/skia/src/core/SkSpriteBlitter_RGB565.cpp -FILE: ../../../third_party/skia/src/core/SkVertices.cpp -FILE: ../../../third_party/skia/src/core/SkVptr.h -FILE: ../../../third_party/skia/src/core/SkWritePixelsRec.h -FILE: ../../../third_party/skia/src/effects/SkDashImpl.h -FILE: ../../../third_party/skia/src/effects/SkHighContrastFilter.cpp -FILE: ../../../third_party/skia/src/gpu/GrAHardwareBufferImageGenerator.cpp -FILE: ../../../third_party/skia/src/gpu/GrAHardwareBufferImageGenerator.h -FILE: ../../../third_party/skia/src/gpu/GrBackendSurface.cpp -FILE: ../../../third_party/skia/src/gpu/GrBackendTextureImageGenerator.cpp -FILE: ../../../third_party/skia/src/gpu/GrBackendTextureImageGenerator.h -FILE: ../../../third_party/skia/src/gpu/GrColorSpaceInfo.cpp -FILE: ../../../third_party/skia/src/gpu/GrColorSpaceInfo.h -FILE: ../../../third_party/skia/src/gpu/GrDeferredProxyUploader.h -FILE: ../../../third_party/skia/src/gpu/GrDeferredUpload.h -FILE: ../../../third_party/skia/src/gpu/GrOnFlushResourceProvider.cpp -FILE: ../../../third_party/skia/src/gpu/GrOnFlushResourceProvider.h -FILE: ../../../third_party/skia/src/gpu/GrProcessorSet.cpp -FILE: ../../../third_party/skia/src/gpu/GrProcessorSet.h -FILE: ../../../third_party/skia/src/gpu/GrResourceAllocator.cpp -FILE: ../../../third_party/skia/src/gpu/GrResourceAllocator.h -FILE: ../../../third_party/skia/src/gpu/GrSemaphore.h -FILE: ../../../third_party/skia/src/gpu/GrStencilClip.h -FILE: ../../../third_party/skia/src/gpu/GrSurfaceProxyPriv.h -FILE: ../../../third_party/skia/src/gpu/GrTextureProxyCacheAccess.h -FILE: ../../../third_party/skia/src/gpu/GrTextureProxyPriv.h -FILE: ../../../third_party/skia/src/gpu/SkGr.h -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCAtlas.cpp -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCAtlas.h -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCClipProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCClipProcessor.h -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCCoverageProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCCoverageProcessor.h -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCCubicShader.cpp -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCCubicShader.h -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCFillGeometry.cpp -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCFillGeometry.h -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCFiller.cpp -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCFiller.h -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCPathProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCPathProcessor.h -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCQuadraticShader.cpp -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCQuadraticShader.h -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ccpr/GrGSCoverageProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/ccpr/GrVSCoverageProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/effects/GrAtlasedShaderHelpers.h -FILE: ../../../third_party/skia/src/gpu/effects/GrBlurredEdgeFragmentProcessor.fp -FILE: ../../../third_party/skia/src/gpu/effects/GrCircleEffect.fp -FILE: ../../../third_party/skia/src/gpu/effects/GrEllipseEffect.fp -FILE: ../../../third_party/skia/src/gpu/effects/GrSimpleTextureEffect.fp -FILE: ../../../third_party/skia/src/gpu/effects/generated/GrBlurredEdgeFragmentProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/effects/generated/GrBlurredEdgeFragmentProcessor.h -FILE: ../../../third_party/skia/src/gpu/effects/generated/GrCircleEffect.cpp -FILE: ../../../third_party/skia/src/gpu/effects/generated/GrCircleEffect.h -FILE: ../../../third_party/skia/src/gpu/effects/generated/GrEllipseEffect.cpp -FILE: ../../../third_party/skia/src/gpu/effects/generated/GrEllipseEffect.h -FILE: ../../../third_party/skia/src/gpu/effects/generated/GrSimpleTextureEffect.cpp -FILE: ../../../third_party/skia/src/gpu/effects/generated/GrSimpleTextureEffect.h -FILE: ../../../third_party/skia/src/gpu/gl/GrGLGpuCommandBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLSemaphore.cpp -FILE: ../../../third_party/skia/src/gpu/gl/GrGLSemaphore.h -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLVertexGeoBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLVertexGeoBuilder.h -FILE: ../../../third_party/skia/src/gpu/mock/GrMockBuffer.h -FILE: ../../../third_party/skia/src/gpu/mock/GrMockCaps.h -FILE: ../../../third_party/skia/src/gpu/mock/GrMockGpu.cpp -FILE: ../../../third_party/skia/src/gpu/mock/GrMockGpu.h -FILE: ../../../third_party/skia/src/gpu/mock/GrMockGpuCommandBuffer.h -FILE: ../../../third_party/skia/src/gpu/mock/GrMockStencilAttachment.h -FILE: ../../../third_party/skia/src/gpu/mock/GrMockTexture.h -FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCaps.h -FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCaps.mm -FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlGpu.h -FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlGpu.mm -FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlRenderTarget.mm -FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlTexture.h -FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlTexture.mm -FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlTrampoline.h -FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlTrampoline.mm -FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlUtil.h -FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlUtil.mm -FILE: ../../../third_party/skia/src/gpu/ops/GrClearOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrDebugMarkerOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrSemaphoreOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrSemaphoreOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelper.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelper.h -FILE: ../../../third_party/skia/src/gpu/ops/GrStencilPathOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrTextureOp.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrTextureOp.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkBufferView.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkBufferView.h -FILE: ../../../third_party/skia/src/gpu/vk/GrVkSemaphore.cpp -FILE: ../../../third_party/skia/src/gpu/vk/GrVkSemaphore.h -FILE: ../../../third_party/skia/src/opts/SkUtils_opts.h -FILE: ../../../third_party/skia/src/pdf/SkKeyedImage.cpp -FILE: ../../../third_party/skia/src/pdf/SkKeyedImage.h -FILE: ../../../third_party/skia/src/pdf/SkPDFGradientShader.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFGradientShader.h -FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom_directory.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom_embedded.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom_empty.cpp -FILE: ../../../third_party/skia/src/ports/SkOSFile_ios.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_fvar.h -FILE: ../../../third_party/skia/src/shaders/SkShaderBase.h -FILE: ../../../third_party/skia/src/sksl/SkSLCPP.h -FILE: ../../../third_party/skia/src/sksl/SkSLCPPCodeGenerator.h -FILE: ../../../third_party/skia/src/sksl/SkSLFileOutputStream.h -FILE: ../../../third_party/skia/src/sksl/SkSLHCodeGenerator.h -FILE: ../../../third_party/skia/src/sksl/SkSLLexer.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLLexer.h -FILE: ../../../third_party/skia/src/sksl/SkSLOutputStream.h -FILE: ../../../third_party/skia/src/sksl/SkSLPipelineStageCodeGenerator.h -FILE: ../../../third_party/skia/src/sksl/SkSLSectionAndParameterHelper.h -FILE: ../../../third_party/skia/src/sksl/SkSLString.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLString.h -FILE: ../../../third_party/skia/src/sksl/SkSLStringStream.h -FILE: ../../../third_party/skia/src/sksl/ast/SkSLASTEnum.h -FILE: ../../../third_party/skia/src/sksl/ast/SkSLASTSwitchCase.h -FILE: ../../../third_party/skia/src/sksl/ast/SkSLASTSwitchStatement.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLEnum.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLSetting.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwitchCase.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwitchStatement.h -FILE: ../../../third_party/skia/src/sksl/lex/DFA.h -FILE: ../../../third_party/skia/src/sksl/lex/DFAState.h -FILE: ../../../third_party/skia/src/sksl/lex/LexUtil.h -FILE: ../../../third_party/skia/src/sksl/lex/Main.cpp -FILE: ../../../third_party/skia/src/sksl/lex/NFA.cpp -FILE: ../../../third_party/skia/src/sksl/lex/NFA.h -FILE: ../../../third_party/skia/src/sksl/lex/NFAState.h -FILE: ../../../third_party/skia/src/sksl/lex/NFAtoDFA.h -FILE: ../../../third_party/skia/src/sksl/lex/RegexNode.cpp -FILE: ../../../third_party/skia/src/sksl/lex/RegexNode.h -FILE: ../../../third_party/skia/src/sksl/lex/RegexParser.cpp -FILE: ../../../third_party/skia/src/sksl/lex/RegexParser.h -FILE: ../../../third_party/skia/src/sksl/sksl_enums.inc -FILE: ../../../third_party/skia/src/utils/SkFloatToDecimal.cpp -FILE: ../../../third_party/skia/src/utils/SkFloatToDecimal.h -FILE: ../../../third_party/skia/src/utils/SkJSONWriter.cpp -FILE: ../../../third_party/skia/src/utils/SkJSONWriter.h -FILE: ../../../third_party/skia/src/utils/SkPolyUtils.cpp -FILE: ../../../third_party/skia/src/utils/SkPolyUtils.h -FILE: ../../../third_party/skia/src/utils/SkShadowTessellator.cpp -FILE: ../../../third_party/skia/src/utils/SkShadowTessellator.h -FILE: ../../../third_party/skia/src/utils/SkShadowUtils.cpp -FILE: ../../../third_party/skia/src/utils/SkThreadUtils_pthread.cpp -FILE: ../../../third_party/skia/src/utils/SkThreadUtils_win.cpp ----------------------------------------------------------------------------------------------------- -Copyright 2017 Google Inc. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -==================================================================================================== - -==================================================================================================== -LIBRARY: skia -ORIGIN: ../../../third_party/skia/bench/ReadPixBench.cpp + ../../../third_party/skia/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/bench/ReadPixBench.cpp -FILE: ../../../third_party/skia/bench/WriterBench.cpp -FILE: ../../../third_party/skia/include/effects/SkColorFilterImageFilter.h -FILE: ../../../third_party/skia/include/effects/SkLightingImageFilter.h -FILE: ../../../third_party/skia/include/effects/SkMagnifierImageFilter.h -FILE: ../../../third_party/skia/include/effects/SkMatrixConvolutionImageFilter.h -FILE: ../../../third_party/skia/include/effects/SkMergeImageFilter.h -FILE: ../../../third_party/skia/include/effects/SkMorphologyImageFilter.h -FILE: ../../../third_party/skia/include/effects/SkOffsetImageFilter.h -FILE: ../../../third_party/skia/src/core/SkImageFilter.cpp -FILE: ../../../third_party/skia/src/core/SkUtilsArm.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkColorFilterImageFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkLightingImageFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkMagnifierImageFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkMatrixConvolutionImageFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkMergeImageFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkMorphologyImageFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkOffsetImageFilter.cpp -FILE: ../../../third_party/skia/src/images/SkImageEncoderFns.h ----------------------------------------------------------------------------------------------------- -Copyright 2012 The Android Open Source Project - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -==================================================================================================== - -==================================================================================================== -LIBRARY: skia -ORIGIN: ../../../third_party/skia/docs/examples/Alpha_Constants_a.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../third_party/skia/docs/examples/Alpha_Constants_a.cpp + ../../../third_party/skia/LICENSE TYPE: LicenseType.bsd FILE: ../../../third_party/skia/docs/examples/Alpha_Constants_a.cpp FILE: ../../../third_party/skia/docs/examples/Alpha_Constants_b.cpp @@ -5287,6 +2901,8 @@ FILE: ../../../third_party/skia/docs/examples/Text_Size.cpp FILE: ../../../third_party/skia/docs/examples/Text_Skew_X.cpp FILE: ../../../third_party/skia/docs/examples/Typeface_Methods.cpp FILE: ../../../third_party/skia/docs/examples/Xor.cpp +FILE: ../../../third_party/skia/experimental/editor/editor.cpp +FILE: ../../../third_party/skia/experimental/editor/editor.h FILE: ../../../third_party/skia/experimental/editor/editor_application.cpp FILE: ../../../third_party/skia/gm/crbug_918512.cpp FILE: ../../../third_party/skia/src/gpu/GrPersistentCacheUtils.h @@ -5300,8 +2916,2397 @@ FILE: ../../../third_party/skia/src/pdf/SkPDFGraphicStackState.cpp FILE: ../../../third_party/skia/src/pdf/SkPDFGraphicStackState.h FILE: ../../../third_party/skia/src/pdf/SkPDFType1Font.cpp FILE: ../../../third_party/skia/src/pdf/SkPDFType1Font.h +FILE: ../../../third_party/skia/third_party/skcms/skcms.h +---------------------------------------------------------------------------------------------------- +Copyright 2019 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================================================== + +==================================================================================================== +LIBRARY: skcms +ORIGIN: ../../../third_party/skia/include/third_party/skcms/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/third_party/skcms/version.sha1 +---------------------------------------------------------------------------------------------------- +Copyright (c) 2018 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================================================== + +==================================================================================================== +LIBRARY: skia +ORIGIN: ../../../third_party/icu/scripts/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/src/core/SkTraceEventCommon.h +---------------------------------------------------------------------------------------------------- +Copyright 2015 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================================================== + +==================================================================================================== +LIBRARY: skia +ORIGIN: ../../../third_party/skia/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/.clang-tidy +FILE: ../../../third_party/skia/CQ_COMMITTERS +FILE: ../../../third_party/skia/DEPS +FILE: ../../../third_party/skia/animations/checkbox.xml +FILE: ../../../third_party/skia/animations/chest#1.jpg +FILE: ../../../third_party/skia/animations/fire#1.jpg +FILE: ../../../third_party/skia/animations/images#1.xml +FILE: ../../../third_party/skia/animations/jet#1.jpg +FILE: ../../../third_party/skia/animations/lines#1.xml +FILE: ../../../third_party/skia/animations/movie#1.xml +FILE: ../../../third_party/skia/animations/paths#1.xml +FILE: ../../../third_party/skia/animations/redcross#1.jpg +FILE: ../../../third_party/skia/animations/text#1.xml +FILE: ../../../third_party/skia/bench/microbench.json +FILE: ../../../third_party/skia/bench/skpbench.json +FILE: ../../../third_party/skia/docker/binary-size/Dockerfile +FILE: ../../../third_party/skia/docker/cmake-release/Dockerfile +FILE: ../../../third_party/skia/docker/skia-release/Dockerfile +FILE: ../../../third_party/skia/docker/skia-wasm-release/Dockerfile +FILE: ../../../third_party/skia/docker/skia-with-swift-shader-base/Dockerfile +FILE: ../../../third_party/skia/docker/skia-with-swift-shader-base/build-with-swift-shader-and-run +FILE: ../../../third_party/skia/experimental/docs/animationCommon.js +FILE: ../../../third_party/skia/experimental/docs/backend.js +FILE: ../../../third_party/skia/experimental/docs/canvasBackend.js +FILE: ../../../third_party/skia/experimental/docs/exampleSlides.js +FILE: ../../../third_party/skia/experimental/docs/interpolatorFunctions.js +FILE: ../../../third_party/skia/experimental/docs/jsonbaseddoc.htm +FILE: ../../../third_party/skia/experimental/docs/svgBackend.js +FILE: ../../../third_party/skia/experimental/docs/svgbaseddoc.htm +FILE: ../../../third_party/skia/experimental/docs/utilities.js +FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/cpu.js +FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger/index.html +FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger/sample.skp +FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/externs.js +FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/fonts/NotoMono-Regular.ttf +FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/gpu.js +FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/helper.js +FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/karma.conf.js +FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/package.json +FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/ready.js +FILE: ../../../third_party/skia/infra/bots/assets.isolate +FILE: ../../../third_party/skia/infra/bots/assets/android_ndk_darwin/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/android_ndk_linux/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/android_ndk_windows/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/android_sdk_linux/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/armhf_sysroot/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/bloaty/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/cast_toolchain/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/chromebook_arm_gles/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/chromebook_x86_64_gles/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/clang_linux/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/clang_win/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/cmake_linux/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/cmake_mac/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/gcloud_linux/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/go/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/go_deps/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/linux_vulkan_sdk/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/lottie-samples/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/mesa_intel_driver_linux/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/Dockerfile +FILE: ../../../third_party/skia/infra/bots/assets/mips64el_toolchain_linux/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/moltenvk/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/node/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/opencl_headers/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/opencl_intel_neo_linux/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/opencl_ocl_icd_linux/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/procdump_win/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/protoc/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/skimage/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/skp/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/svg/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/valgrind/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/win_ninja/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/win_toolchain/VERSION +FILE: ../../../third_party/skia/infra/bots/assets/win_toolchain_2015/VERSION +FILE: ../../../third_party/skia/infra/bots/calmbench.isolate +FILE: ../../../third_party/skia/infra/bots/cfg.json +FILE: ../../../third_party/skia/infra/bots/empty.isolate +FILE: ../../../third_party/skia/infra/bots/infrabots.isolate +FILE: ../../../third_party/skia/infra/bots/ios_bin.isolate +FILE: ../../../third_party/skia/infra/bots/isolate_android_sdk_linux.isolate +FILE: ../../../third_party/skia/infra/bots/isolate_gcloud_linux.isolate +FILE: ../../../third_party/skia/infra/bots/isolate_go.isolate +FILE: ../../../third_party/skia/infra/bots/jobs.json +FILE: ../../../third_party/skia/infra/bots/perf_skia_bundled.isolate +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-arm-Release-Android_API26.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-arm-Release-Android_ASAN.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-arm-Release-Chromebook_GLES.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-arm-Release-Flutter_Android.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86-devrel-Android_SKQP.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-Chromebook_GLES.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-Coverage.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-MSAN.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-OpenCL.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-SK_CPU_LIMIT_SSE41.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-SafeStack.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-Tidy.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Debug-Wuffs.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-ASAN.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-CMake.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-Fast.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-NoDEPS.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-Static.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-SwiftShader.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-Clang-x86_64-Release-Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-EMCC-asmjs-Debug-PathKit.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-EMCC-asmjs-Release-PathKit.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-EMCC-wasm-Debug-CanvasKit.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-EMCC-wasm-Debug-PathKit.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-EMCC-wasm-Release-CanvasKit_CPU.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-EMCC-wasm-Release-PathKit.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-GCC-arm-Release-Chromecast.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-GCC-loongson3a-Release.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-GCC-x86_64-Release-ANGLE.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-GCC-x86_64-Release-NoGPU.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian9-GCC-x86_64-Release-Shared.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-arm64-Debug-Android_Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-arm64-Debug-iOS.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-x86_64-Debug-ASAN.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-x86_64-Debug-CommandBuffer.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-x86_64-Debug-Metal.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Mac-Clang-x86_64-Release-MoltenVK_Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Win-Clang-arm64-Release-Android.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Win-Clang-x86-Debug-Exceptions.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Win-Clang-x86_64-Debug-OpenCL.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Win-Clang-x86_64-Release-Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Win-MSVC-x86_64-Debug-MSRTC.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Housekeeper-PerCommit-CheckGeneratedFiles.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Test-Debian9-Clang-GCE-CPU-AVX2-universal-devrel-All-Android_SKQP.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/builder_name_schema/builder_name_schema.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/builder_name_schema/examples/full.expected/test.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/Build-Debian9-Clang-x86_64-Release-NoDEPS.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/Build-Mac-Clang-x86_64-Debug-CommandBuffer.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/Build-Win-Clang-x86_64-Release-ParentRevision.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/Housekeeper-Weekly-RecreateSKPs.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/cross_repo_trybot.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/flutter_trybot.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/parent_revision_trybot.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/trybot.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/doxygen/examples/full.expected/doxygen.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/env/examples/full.expected/test.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-ChromeOS-Clang-SamsungChromebookPlus-GPU-MaliT860-arm-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Chromecast-Clang-Chorizo-CPU-Cortex_A7-arm-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-UBSAN.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Release-All-Android_ASAN.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-ChromeOS-Clang-SamsungChromebookPlus-GPU-MaliT860-arm-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Coverage.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Lottie.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Debug-All-ASAN.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-Vulkan_ProcDump.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-MSVC-LenovoYogaC630-GPU-Adreno630-arm64-Debug-All-ANGLE.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/cpu_scale_failed.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/cpu_scale_failed_golo.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/cpu_scale_failed_once.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/exceptions.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/failed_infra_step.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/failed_read_version.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/retry_adb_command.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/retry_adb_command_retries_exhausted.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/retry_ios_install.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/retry_ios_install_retries_exhausted.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/git/examples/full.expected/test-win.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/git/examples/full.expected/test.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/gsutil/examples/full.expected/failed_all_uploads.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/gsutil/examples/full.expected/failed_one_upload.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/infra/examples/full.expected/infra_tests.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/run/examples/full.expected/test.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/vars/examples/full.expected/Build-Debian9-Clang-x86_64-Release-SKNX_NO_SIMD.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/vars/examples/full.expected/Housekeeper-Weekly-RecreateSKPs.json +FILE: ../../../third_party/skia/infra/bots/recipe_modules/vars/examples/full.expected/win_test.json +FILE: ../../../third_party/skia/infra/bots/recipes/android_compile.expected/android_compile_nontrybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/android_compile.expected/android_compile_sdk_trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/android_compile.expected/android_compile_trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/android_compile.expected/android_compile_trybot_failure.json +FILE: ../../../third_party/skia/infra/bots/recipes/android_compile.expected/android_compile_unrecognized_target.json +FILE: ../../../third_party/skia/infra/bots/recipes/calmbench.expected/Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/calmbench.expected/Calmbench-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/check_generated_files.expected/Housekeeper-PerCommit-CheckGeneratedFiles.json +FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Debian9-Clang-universal-devrel-Android_SKQP.json +FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Debian9-Clang-x86_64-Release-NoDEPS.json +FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Debian9-Clang-x86_64-Release-ParentRevision.json +FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Debian9-GCC-x86_64-Release-Flutter_Android.json +FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Mac-Clang-x86_64-Debug-CommandBuffer.json +FILE: ../../../third_party/skia/infra/bots/recipes/compile.expected/Build-Win-Clang-x86-Debug.json +FILE: ../../../third_party/skia/infra/bots/recipes/compute_buildstats.expected/normal_bot.json +FILE: ../../../third_party/skia/infra/bots/recipes/compute_buildstats.expected/trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/compute_test.expected/Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-OpenCL.json +FILE: ../../../third_party/skia/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json +FILE: ../../../third_party/skia/infra/bots/recipes/infra.expected/infra_tests.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Android-Clang-Nexus5-GPU-Adreno330-arm-Debug-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Release-All-Android_NoGPUThreads.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Android-Clang-Nexus7-CPU-Tegra3-arm-Debug-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-ChromeOS-Clang-ASUSChromebookFlipC100-GPU-MaliT764-arm-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Chromecast-Clang-Chorizo-CPU-Cortex_A7-arm-Debug-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Chromecast-Clang-Chorizo-GPU-Cortex_A7-arm-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-BonusConfigs.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Debug-All-Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Release-All-CommandBuffer.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-MoltenVK_Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Mac10.13-Clang-MacMini7.1-GPU-IntelIris5100-x86_64-Release-All-CommandBuffer.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_SK_CPU_LIMIT_SSE41.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-ANGLE.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All-Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/Perf-iOS-Clang-iPadPro-GPU-PowerVRGT7800-arm64-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf.expected/trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf_canvaskit.expected/Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-CanvasKit.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf_canvaskit.expected/pathkit_trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf_pathkit.expected/Perf-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf_pathkit.expected/Perf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf_pathkit.expected/pathkit_trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf_skottietrace.expected/Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf_skottietrace.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf_skottietrace.expected/skottietracing_parse_trace_error.json +FILE: ../../../third_party/skia/infra/bots/recipes/perf_skottietrace.expected/skottietracing_trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/recreate_skps.expected/Housekeeper-Nightly-RecreateSKPs_Canary.json +FILE: ../../../third_party/skia/infra/bots/recipes/recreate_skps.expected/Housekeeper-Weekly-RecreateSKPs.json +FILE: ../../../third_party/skia/infra/bots/recipes/recreate_skps.expected/failed_upload.json +FILE: ../../../third_party/skia/infra/bots/recipes/skpbench.expected/Perf-Android-Clang-Pixel-GPU-Adreno530-arm64-Release-All-Android_CCPR_Skpbench.json +FILE: ../../../third_party/skia/infra/bots/recipes/skpbench.expected/Perf-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-Vulkan_Skpbench.json +FILE: ../../../third_party/skia/infra/bots/recipes/skpbench.expected/Perf-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-Vulkan_Skpbench_DDLRecord_9x9.json +FILE: ../../../third_party/skia/infra/bots/recipes/skpbench.expected/Perf-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-Vulkan_Skpbench_DDLTotal_9x9.json +FILE: ../../../third_party/skia/infra/bots/recipes/skpbench.expected/trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/skqp_test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-universal-devrel-All-Android_SKQP.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Debug-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Debug-All-Android_NoGPUThreads.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Release-All-Android_Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-MotoG4-CPU-Snapdragon617-arm-Release-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-NVIDIA_Shield-GPU-TegraX1-arm64-Debug-All-Android_CCPR.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Nexus7-CPU-Tegra3-arm-Release-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-NexusPlayer-GPU-PowerVRG6430-x86-Release-All-Android.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Pixel-GPU-Adreno530-arm-Debug-All-Android_ASAN.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Pixel-GPU-Adreno530-arm64-Debug-All-Android_Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-ChromeOS-Clang-AcerChromebookR13Convertible-GPU-PowerVRGX6250-arm-Debug-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Chromecast-Clang-Chorizo-CPU-Cortex_A7-arm-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Chromecast-Clang-Chorizo-GPU-Cortex_A7-arm-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-BonusConfigs.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-Wuffs.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-shard_00_10-Coverage.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-Lottie.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Release-All-SwiftShader.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-NUC5PPYH-GPU-IntelHD405-x86_64-Release-All-Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Debian9-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Mac10.13-Clang-MacBook10.1-GPU-IntelHD615-x86_64-Release-All-NativeFonts.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-Metal.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-MoltenVK_Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Mac10.13-Clang-MacMini7.1-GPU-IntelIris5100-x86_64-Debug-All-CommandBuffer.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Mac10.14-Clang-MacBookAir7.2-GPU-IntelHD6000-x86_64-Debug-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL1.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL3.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-Lottie.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-Vulkan_Coverage.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_PreAbandonGpuContext_SK_CPU_LIMIT_SSE41.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-BonusConfigs.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-ReleaseAndAbandonGpuContext.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC5i7RYH-CPU-AVX2-x86_64-Debug-All-NativeFonts_GDI.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Release-All-ANGLE.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Debug-All-Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All-ANGLE.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-ShuttleA-GPU-GTX660-x86_64-Release-All-Vulkan.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win10-MSVC-LenovoYogaC630-GPU-Adreno630-arm64-Debug-All-ANGLE.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-FAAA.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-FSAA.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Win2016-MSVC-GCE-CPU-AVX2-x86_64-Debug-All-MSRTC.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-iOS-Clang-iPadPro-GPU-PowerVRGT7800-arm64-Release-All.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/failed_dm.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/failed_get_hashes.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/failed_pull.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/failed_push.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/internal_bot_2.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/internal_bot_5.json +FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/test_canvaskit.expected/Test-Debian9-EMCC-GCE-GPU-WEBGL1-wasm-Debug-All-CanvasKit.json +FILE: ../../../third_party/skia/infra/bots/recipes/test_canvaskit.expected/canvaskit_trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/test_lottie_web.expected/Test-Debian9-none-GCE-CPU-AVX2-x86_64-Debug-All-LottieWeb.json +FILE: ../../../third_party/skia/infra/bots/recipes/test_lottie_web.expected/lottie_web_trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/test_pathkit.expected/Test-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Debug-All-PathKit.json +FILE: ../../../third_party/skia/infra/bots/recipes/test_pathkit.expected/Test-Debian9-EMCC-GCE-CPU-AVX2-asmjs-Release-All-PathKit.json +FILE: ../../../third_party/skia/infra/bots/recipes/test_pathkit.expected/Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Debug-All-PathKit.json +FILE: ../../../third_party/skia/infra/bots/recipes/test_pathkit.expected/pathkit_trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/test_skqp_emulator.expected/Test-Debian9-Clang-GCE-CPU-Emulator-x86-devrel-All-Android_SKQP.json +FILE: ../../../third_party/skia/infra/bots/recipes/update_go_deps.expected/Housekeeper-Nightly-UpdateGoDEPS.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_buildstats_results.expected/normal_bot.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_buildstats_results.expected/trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_calmbench_results.expected/normal_bot.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_calmbench_results.expected/trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_dm_results.expected/alternate_bucket.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_dm_results.expected/failed_all.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_dm_results.expected/failed_once.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_dm_results.expected/normal_bot.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_dm_results.expected/trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_nano_results.expected/normal_bot.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_nano_results.expected/trybot.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_skiaserve.expected/normal_bot.json +FILE: ../../../third_party/skia/infra/bots/recipes/upload_skiaserve.expected/trybot.json +FILE: ../../../third_party/skia/infra/bots/resources.isolate +FILE: ../../../third_party/skia/infra/bots/skpbench_skia_bundled.isolate +FILE: ../../../third_party/skia/infra/bots/swarm_recipe.isolate +FILE: ../../../third_party/skia/infra/bots/tasks.json +FILE: ../../../third_party/skia/infra/bots/test_skia_bundled.isolate +FILE: ../../../third_party/skia/infra/bots/tools/luci-go/linux64/isolate.sha1 +FILE: ../../../third_party/skia/infra/bots/tools/luci-go/mac64/isolate.sha1 +FILE: ../../../third_party/skia/infra/bots/tools/luci-go/win64/isolate.exe.sha1 +FILE: ../../../third_party/skia/infra/canvaskit/docker/canvaskit-emsdk/Dockerfile +FILE: ../../../third_party/skia/infra/config/recipes.cfg +FILE: ../../../third_party/skia/infra/cross-compile/docker/cross-linux-arm64/Dockerfile +FILE: ../../../third_party/skia/infra/cts/whitelist_devices.json +FILE: ../../../third_party/skia/infra/lottiecap/docker/gold-lottie-web-puppeteer/Dockerfile +FILE: ../../../third_party/skia/infra/lottiecap/docker/lottie-web-puppeteer/Dockerfile +FILE: ../../../third_party/skia/infra/project-config/cr-buildbucket.cfg +FILE: ../../../third_party/skia/infra/project-config/project.cfg +FILE: ../../../third_party/skia/infra/project-config/refs.cfg +FILE: ../../../third_party/skia/infra/skqp/docker/android-skqp/Dockerfile +FILE: ../../../third_party/skia/infra/wasm-common/docker/emsdk-base/Dockerfile +FILE: ../../../third_party/skia/infra/wasm-common/docker/gold-karma-chrome-tests/Dockerfile +FILE: ../../../third_party/skia/infra/wasm-common/docker/karma-chrome-tests/Dockerfile +FILE: ../../../third_party/skia/infra/wasm-common/docker/perf-karma-chrome-tests/Dockerfile +FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/NotoSerif-Regular.ttf +FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/Roboto-Regular.ttf +FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/Roboto-Regular.woff +FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/example.html +FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/extra.html +FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/node.example.js +FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/package.json +FILE: ../../../third_party/skia/modules/canvaskit/canvaskit/test.png +FILE: ../../../third_party/skia/modules/canvaskit/cpu.js +FILE: ../../../third_party/skia/modules/canvaskit/debug.js +FILE: ../../../third_party/skia/modules/canvaskit/externs.js +FILE: ../../../third_party/skia/modules/canvaskit/fonts/NotoMono-Regular.ttf +FILE: ../../../third_party/skia/modules/canvaskit/gpu.js +FILE: ../../../third_party/skia/modules/canvaskit/helper.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/_namedcolors.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/canvas2dcontext.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/color.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/font.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/htmlcanvas.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/imagedata.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/lineargradient.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/path2d.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/pattern.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/postamble.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/preamble.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/radialgradient.js +FILE: ../../../third_party/skia/modules/canvaskit/htmlcanvas/util.js +FILE: ../../../third_party/skia/modules/canvaskit/interface.js +FILE: ../../../third_party/skia/modules/canvaskit/karma.bench.conf.js +FILE: ../../../third_party/skia/modules/canvaskit/karma.conf.js +FILE: ../../../third_party/skia/modules/canvaskit/package.json +FILE: ../../../third_party/skia/modules/canvaskit/perf/animation.bench.js +FILE: ../../../third_party/skia/modules/canvaskit/perf/assets/confetti.json +FILE: ../../../third_party/skia/modules/canvaskit/perf/assets/drinks.json +FILE: ../../../third_party/skia/modules/canvaskit/perf/assets/lego_loader.json +FILE: ../../../third_party/skia/modules/canvaskit/perf/assets/onboarding.json +FILE: ../../../third_party/skia/modules/canvaskit/postamble.js +FILE: ../../../third_party/skia/modules/canvaskit/preamble.js +FILE: ../../../third_party/skia/modules/canvaskit/ready.js +FILE: ../../../third_party/skia/modules/canvaskit/release.js +FILE: ../../../third_party/skia/modules/canvaskit/skottie.js +FILE: ../../../third_party/skia/modules/pathkit/chaining.js +FILE: ../../../third_party/skia/modules/pathkit/externs.js +FILE: ../../../third_party/skia/modules/pathkit/helper.js +FILE: ../../../third_party/skia/modules/pathkit/karma.bench.conf.js +FILE: ../../../third_party/skia/modules/pathkit/karma.conf.js +FILE: ../../../third_party/skia/modules/pathkit/npm-asmjs/example.html +FILE: ../../../third_party/skia/modules/pathkit/npm-asmjs/package.json +FILE: ../../../third_party/skia/modules/pathkit/npm-wasm/example.html +FILE: ../../../third_party/skia/modules/pathkit/npm-wasm/package.json +FILE: ../../../third_party/skia/modules/pathkit/package.json +FILE: ../../../third_party/skia/modules/pathkit/perf/effects.bench.js +FILE: ../../../third_party/skia/modules/pathkit/perf/path.bench.js +FILE: ../../../third_party/skia/modules/pathkit/perf/pathops.bench.js +FILE: ../../../third_party/skia/modules/pathkit/perf/perfReporter.js +FILE: ../../../third_party/skia/modules/pathkit/ready.js +FILE: ../../../third_party/skia/public.bzl +FILE: ../../../third_party/skia/site/METADATA +FILE: ../../../third_party/skia/site/dev/METADATA +FILE: ../../../third_party/skia/site/dev/design/PdfLogicalDocumentStructure.png +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.1.ggb!/geogebra.xml +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.1.ggb!/geogebra_javascript.js +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.1.ggb!/geogebra_thumbnail.png +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.1.svg +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.2.ggb!/geogebra.xml +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.2.ggb!/geogebra_javascript.js +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.2.ggb!/geogebra_thumbnail.png +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.2.svg +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.ggb!/geogebra.xml +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.ggb!/geogebra_javascript.js +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.2.ggb!/geogebra_thumbnail.png +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.1.ggb!/geogebra.xml +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.1.ggb!/geogebra_javascript.js +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.1.ggb!/geogebra_thumbnail.png +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.1.svg +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.2.ggb!/geogebra.xml +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.2.ggb!/geogebra_javascript.js +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.2.ggb!/geogebra_thumbnail.png +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.2.svg +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.3.ggb!/geogebra.xml +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.3.ggb!/geogebra_javascript.js +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.3.ggb!/geogebra_thumbnail.png +FILE: ../../../third_party/skia/site/dev/design/conical/corollary2.3.3.svg +FILE: ../../../third_party/skia/site/dev/design/conical/lemma1.ggb!/geogebra.xml +FILE: ../../../third_party/skia/site/dev/design/conical/lemma1.ggb!/geogebra_javascript.js +FILE: ../../../third_party/skia/site/dev/design/conical/lemma1.ggb!/geogebra_thumbnail.png +FILE: ../../../third_party/skia/site/dev/design/conical/lemma1.svg +FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.1.ggb!/geogebra.xml +FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.1.ggb!/geogebra_javascript.js +FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.1.ggb!/geogebra_thumbnail.png +FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.1.svg +FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.2.ggb!/geogebra.xml +FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.2.ggb!/geogebra_javascript.js +FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.2.ggb!/geogebra_thumbnail.png +FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.2.svg +FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.ggb!/geogebra.xml +FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.ggb!/geogebra_javascript.js +FILE: ../../../third_party/skia/site/dev/design/conical/lemma3.ggb!/geogebra_thumbnail.png +FILE: ../../../third_party/skia/site/dev/design/conical/lemma4.ggb!/geogebra.xml +FILE: ../../../third_party/skia/site/dev/design/conical/lemma4.ggb!/geogebra_javascript.js +FILE: ../../../third_party/skia/site/dev/design/conical/lemma4.ggb!/geogebra_thumbnail.png +FILE: ../../../third_party/skia/site/dev/design/conical/lemma4.svg +FILE: ../../../third_party/skia/site/dev/tools/debugger.png +FILE: ../../../third_party/skia/site/dev/tools/image.png +FILE: ../../../third_party/skia/site/dev/tools/onlinedebugger.png +FILE: ../../../third_party/skia/site/dev/tools/tracing.png +FILE: ../../../third_party/skia/site/dev/tools/tracing_load.png +FILE: ../../../third_party/skia/site/favicon.ico +FILE: ../../../third_party/skia/site/user/METADATA +FILE: ../../../third_party/skia/site/user/api/METADATA +FILE: ../../../third_party/skia/site/user/api/catalog.htm +FILE: ../../../third_party/skia/site/user/modules/METADATA +FILE: ../../../third_party/skia/site/user/modules/PathKit_effects.png +FILE: ../../../third_party/skia/specs/web-img-decode/current/index.html +FILE: ../../../third_party/skia/src/core/SkOrderedReadBuffer.h +FILE: ../../../third_party/skia/src/sksl/lex/sksl.lex +FILE: ../../../third_party/skia/src/sksl/sksl.inc +FILE: ../../../third_party/skia/src/sksl/sksl_fp.inc +FILE: ../../../third_party/skia/src/sksl/sksl_frag.inc +FILE: ../../../third_party/skia/src/sksl/sksl_generic.inc +FILE: ../../../third_party/skia/src/sksl/sksl_geom.inc +FILE: ../../../third_party/skia/src/sksl/sksl_mixer.inc +FILE: ../../../third_party/skia/src/sksl/sksl_vert.inc +---------------------------------------------------------------------------------------------------- +Copyright (c) 2011 Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================================================== + +==================================================================================================== +LIBRARY: skia +ORIGIN: ../../../third_party/skia/bench/AAClipBench.cpp + ../../../third_party/skia/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/bench/AAClipBench.cpp +FILE: ../../../third_party/skia/bench/Benchmark.cpp +FILE: ../../../third_party/skia/bench/Benchmark.h +FILE: ../../../third_party/skia/bench/BitmapBench.cpp +FILE: ../../../third_party/skia/bench/BitmapRectBench.cpp +FILE: ../../../third_party/skia/bench/BlurBench.cpp +FILE: ../../../third_party/skia/bench/ChromeBench.cpp +FILE: ../../../third_party/skia/bench/DashBench.cpp +FILE: ../../../third_party/skia/bench/GradientBench.cpp +FILE: ../../../third_party/skia/bench/MatrixBench.cpp +FILE: ../../../third_party/skia/bench/MutexBench.cpp +FILE: ../../../third_party/skia/bench/PathBench.cpp +FILE: ../../../third_party/skia/bench/PathIterBench.cpp +FILE: ../../../third_party/skia/bench/PicturePlaybackBench.cpp +FILE: ../../../third_party/skia/bench/RectBench.cpp +FILE: ../../../third_party/skia/bench/RegionBench.cpp +FILE: ../../../third_party/skia/bench/RepeatTileBench.cpp +FILE: ../../../third_party/skia/bench/ScalarBench.cpp +FILE: ../../../third_party/skia/bench/VertBench.cpp +FILE: ../../../third_party/skia/experimental/Networking/SkSockets.cpp +FILE: ../../../third_party/skia/experimental/Networking/SkSockets.h +FILE: ../../../third_party/skia/gm/aaclip.cpp +FILE: ../../../third_party/skia/gm/aarectmodes.cpp +FILE: ../../../third_party/skia/gm/arithmode.cpp +FILE: ../../../third_party/skia/gm/bitmapcopy.cpp +FILE: ../../../third_party/skia/gm/bitmapfilters.cpp +FILE: ../../../third_party/skia/gm/bitmaprect.cpp +FILE: ../../../third_party/skia/gm/blurs.cpp +FILE: ../../../third_party/skia/gm/clip_strokerect.cpp +FILE: ../../../third_party/skia/gm/color4f.cpp +FILE: ../../../third_party/skia/gm/colormatrix.cpp +FILE: ../../../third_party/skia/gm/complexclip.cpp +FILE: ../../../third_party/skia/gm/complexclip2.cpp +FILE: ../../../third_party/skia/gm/convexpaths.cpp +FILE: ../../../third_party/skia/gm/cubicpaths.cpp +FILE: ../../../third_party/skia/gm/degeneratesegments.cpp +FILE: ../../../third_party/skia/gm/dftext.cpp +FILE: ../../../third_party/skia/gm/drawbitmaprect.cpp +FILE: ../../../third_party/skia/gm/drawlooper.cpp +FILE: ../../../third_party/skia/gm/emptypath.cpp +FILE: ../../../third_party/skia/gm/encode.cpp +FILE: ../../../third_party/skia/gm/extractbitmap.cpp +FILE: ../../../third_party/skia/gm/filltypes.cpp +FILE: ../../../third_party/skia/gm/filltypespersp.cpp +FILE: ../../../third_party/skia/gm/filterbitmap.cpp +FILE: ../../../third_party/skia/gm/filterindiabox.cpp +FILE: ../../../third_party/skia/gm/fontscaler.cpp +FILE: ../../../third_party/skia/gm/gammatext.cpp +FILE: ../../../third_party/skia/gm/giantbitmap.cpp +FILE: ../../../third_party/skia/gm/gm.cpp +FILE: ../../../third_party/skia/gm/gm.h +FILE: ../../../third_party/skia/gm/gradients.cpp +FILE: ../../../third_party/skia/gm/gradtext.cpp +FILE: ../../../third_party/skia/gm/hairmodes.cpp +FILE: ../../../third_party/skia/gm/hittestpath.cpp +FILE: ../../../third_party/skia/gm/image.cpp +FILE: ../../../third_party/skia/gm/imageblur.cpp +FILE: ../../../third_party/skia/gm/imageblur2.cpp +FILE: ../../../third_party/skia/gm/imagefiltersbase.cpp +FILE: ../../../third_party/skia/gm/imagefilterscropped.cpp +FILE: ../../../third_party/skia/gm/lcdtext.cpp +FILE: ../../../third_party/skia/gm/linepaths.cpp +FILE: ../../../third_party/skia/gm/ninepatchstretch.cpp +FILE: ../../../third_party/skia/gm/pathfill.cpp +FILE: ../../../third_party/skia/gm/pathreverse.cpp +FILE: ../../../third_party/skia/gm/points.cpp +FILE: ../../../third_party/skia/gm/poly2poly.cpp +FILE: ../../../third_party/skia/gm/quadpaths.cpp +FILE: ../../../third_party/skia/gm/shadertext3.cpp +FILE: ../../../third_party/skia/gm/shadows.cpp +FILE: ../../../third_party/skia/gm/strokefill.cpp +FILE: ../../../third_party/skia/gm/strokerects.cpp +FILE: ../../../third_party/skia/gm/strokes.cpp +FILE: ../../../third_party/skia/gm/tablecolorfilter.cpp +FILE: ../../../third_party/skia/gm/texteffects.cpp +FILE: ../../../third_party/skia/gm/tilemodes.cpp +FILE: ../../../third_party/skia/gm/tilemodes_scaled.cpp +FILE: ../../../third_party/skia/gm/tinybitmap.cpp +FILE: ../../../third_party/skia/gm/xfermodes.cpp +FILE: ../../../third_party/skia/include/core/SkData.h +FILE: ../../../third_party/skia/include/core/SkImageEncoder.h +FILE: ../../../third_party/skia/include/core/SkImageFilter.h +FILE: ../../../third_party/skia/include/core/SkMatrix44.h +FILE: ../../../third_party/skia/include/core/SkSize.h +FILE: ../../../third_party/skia/include/effects/SkLayerDrawLooper.h +FILE: ../../../third_party/skia/include/gpu/GrRenderTarget.h +FILE: ../../../third_party/skia/include/gpu/GrTexture.h +FILE: ../../../third_party/skia/include/gpu/gl/GrGLConfig.h +FILE: ../../../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h +FILE: ../../../third_party/skia/include/gpu/gl/GrGLInterface.h +FILE: ../../../third_party/skia/include/ports/SkTypeface_mac.h +FILE: ../../../third_party/skia/include/ports/SkTypeface_win.h +FILE: ../../../third_party/skia/include/private/SkTArray.h +FILE: ../../../third_party/skia/include/utils/SkNWayCanvas.h +FILE: ../../../third_party/skia/include/utils/mac/SkCGUtils.h +FILE: ../../../third_party/skia/samplecode/Sample.h +FILE: ../../../third_party/skia/samplecode/Sample2PtRadial.cpp +FILE: ../../../third_party/skia/samplecode/SampleAAClip.cpp +FILE: ../../../third_party/skia/samplecode/SampleAARectModes.cpp +FILE: ../../../third_party/skia/samplecode/SampleAARects.cpp +FILE: ../../../third_party/skia/samplecode/SampleArc.cpp +FILE: ../../../third_party/skia/samplecode/SampleBigBlur.cpp +FILE: ../../../third_party/skia/samplecode/SampleBigGradient.cpp +FILE: ../../../third_party/skia/samplecode/SampleBitmapRect.cpp +FILE: ../../../third_party/skia/samplecode/SampleCamera.cpp +FILE: ../../../third_party/skia/samplecode/SampleCircle.cpp +FILE: ../../../third_party/skia/samplecode/SampleClip.cpp +FILE: ../../../third_party/skia/samplecode/SampleColorFilter.cpp +FILE: ../../../third_party/skia/samplecode/SampleComplexClip.cpp +FILE: ../../../third_party/skia/samplecode/SampleConcavePaths.cpp +FILE: ../../../third_party/skia/samplecode/SampleDegenerateTwoPtRadials.cpp +FILE: ../../../third_party/skia/samplecode/SampleEffects.cpp +FILE: ../../../third_party/skia/samplecode/SampleEmboss.cpp +FILE: ../../../third_party/skia/samplecode/SampleFillType.cpp +FILE: ../../../third_party/skia/samplecode/SampleFilter2.cpp +FILE: ../../../third_party/skia/samplecode/SampleFontCache.cpp +FILE: ../../../third_party/skia/samplecode/SampleGradients.cpp +FILE: ../../../third_party/skia/samplecode/SampleHairCurves.cpp +FILE: ../../../third_party/skia/samplecode/SampleHairModes.cpp +FILE: ../../../third_party/skia/samplecode/SampleHairline.cpp +FILE: ../../../third_party/skia/samplecode/SampleLCD.cpp +FILE: ../../../third_party/skia/samplecode/SampleLayerMask.cpp +FILE: ../../../third_party/skia/samplecode/SampleLayers.cpp +FILE: ../../../third_party/skia/samplecode/SampleLines.cpp +FILE: ../../../third_party/skia/samplecode/SamplePatch.cpp +FILE: ../../../third_party/skia/samplecode/SamplePath.cpp +FILE: ../../../third_party/skia/samplecode/SamplePathClip.cpp +FILE: ../../../third_party/skia/samplecode/SamplePathEffects.cpp +FILE: ../../../third_party/skia/samplecode/SamplePoints.cpp +FILE: ../../../third_party/skia/samplecode/SamplePolyToPoly.cpp +FILE: ../../../third_party/skia/samplecode/SampleRegion.cpp +FILE: ../../../third_party/skia/samplecode/SampleRepeatTile.cpp +FILE: ../../../third_party/skia/samplecode/SampleShaders.cpp +FILE: ../../../third_party/skia/samplecode/SampleSlides.cpp +FILE: ../../../third_party/skia/samplecode/SampleStrokePath.cpp +FILE: ../../../third_party/skia/samplecode/SampleStrokeRect.cpp +FILE: ../../../third_party/skia/samplecode/SampleTextBox.cpp +FILE: ../../../third_party/skia/samplecode/SampleTextEffects.cpp +FILE: ../../../third_party/skia/samplecode/SampleTextureDomain.cpp +FILE: ../../../third_party/skia/samplecode/SampleTiling.cpp +FILE: ../../../third_party/skia/samplecode/SampleVertices.cpp +FILE: ../../../third_party/skia/samplecode/SampleWritePixels.cpp +FILE: ../../../third_party/skia/samplecode/SampleXfermodesBlur.cpp +FILE: ../../../third_party/skia/samplecode/vertexdump.cpp +FILE: ../../../third_party/skia/src/core/SkAAClip.cpp +FILE: ../../../third_party/skia/src/core/SkAAClip.h +FILE: ../../../third_party/skia/src/core/SkAdvancedTypefaceMetrics.h +FILE: ../../../third_party/skia/src/core/SkBitmapProcState.cpp +FILE: ../../../third_party/skia/src/core/SkBlitRow.h +FILE: ../../../third_party/skia/src/core/SkBlitRow_D32.cpp +FILE: ../../../third_party/skia/src/core/SkClipStack.cpp +FILE: ../../../third_party/skia/src/core/SkClipStack.h +FILE: ../../../third_party/skia/src/core/SkColorFilter_Matrix.cpp +FILE: ../../../third_party/skia/src/core/SkConvertPixels.h +FILE: ../../../third_party/skia/src/core/SkData.cpp +FILE: ../../../third_party/skia/src/core/SkDevice.cpp +FILE: ../../../third_party/skia/src/core/SkDrawProcs.h +FILE: ../../../third_party/skia/src/core/SkEdgeBuilder.cpp +FILE: ../../../third_party/skia/src/core/SkEdgeBuilder.h +FILE: ../../../third_party/skia/src/core/SkFlattenable.cpp +FILE: ../../../third_party/skia/src/core/SkFontStream.cpp +FILE: ../../../third_party/skia/src/core/SkLineClipper.cpp +FILE: ../../../third_party/skia/src/core/SkLineClipper.h +FILE: ../../../third_party/skia/src/core/SkMallocPixelRef.cpp +FILE: ../../../third_party/skia/src/core/SkMatrix44.cpp +FILE: ../../../third_party/skia/src/core/SkPictureData.cpp +FILE: ../../../third_party/skia/src/core/SkPictureData.h +FILE: ../../../third_party/skia/src/core/SkPictureFlat.cpp +FILE: ../../../third_party/skia/src/core/SkPictureFlat.h +FILE: ../../../third_party/skia/src/core/SkPictureRecord.cpp +FILE: ../../../third_party/skia/src/core/SkPictureRecord.h +FILE: ../../../third_party/skia/src/core/SkPixelRef.cpp +FILE: ../../../third_party/skia/src/core/SkPtrRecorder.cpp +FILE: ../../../third_party/skia/src/core/SkReadBuffer.h +FILE: ../../../third_party/skia/src/core/SkTLazy.h +FILE: ../../../third_party/skia/src/core/SkTypefaceCache.cpp +FILE: ../../../third_party/skia/src/core/SkTypefaceCache.h +FILE: ../../../third_party/skia/src/core/SkUnPreMultiply.cpp +FILE: ../../../third_party/skia/src/core/SkWriteBuffer.h +FILE: ../../../third_party/skia/src/core/SkWriter32.cpp +FILE: ../../../third_party/skia/src/effects/SkColorMatrix.cpp +FILE: ../../../third_party/skia/src/effects/SkColorMatrixFilter.cpp +FILE: ../../../third_party/skia/src/effects/SkLayerDrawLooper.cpp +FILE: ../../../third_party/skia/src/effects/SkPackBits.cpp +FILE: ../../../third_party/skia/src/effects/SkTableMaskFilter.cpp +FILE: ../../../third_party/skia/src/gpu/GrContext.cpp +FILE: ../../../third_party/skia/src/gpu/GrGpu.h +FILE: ../../../third_party/skia/src/gpu/GrGpuResource.cpp +FILE: ../../../third_party/skia/src/gpu/GrPaint.h +FILE: ../../../third_party/skia/src/gpu/GrPathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/GrPathRenderer.h +FILE: ../../../third_party/skia/src/gpu/GrPathRendererChain.cpp +FILE: ../../../third_party/skia/src/gpu/GrPathRendererChain.h +FILE: ../../../third_party/skia/src/gpu/GrPathUtils.cpp +FILE: ../../../third_party/skia/src/gpu/GrPathUtils.h +FILE: ../../../third_party/skia/src/gpu/GrRenderTarget.cpp +FILE: ../../../third_party/skia/src/gpu/GrStencilAttachment.cpp +FILE: ../../../third_party/skia/src/gpu/GrStencilAttachment.h +FILE: ../../../third_party/skia/src/gpu/GrStencilSettings.cpp +FILE: ../../../third_party/skia/src/gpu/GrTexture.cpp +FILE: ../../../third_party/skia/src/gpu/SkGpuDevice.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLDefines.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLGLSL.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLGLSL.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLGpu.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLGpu.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLGpuProgramCache.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLIRect.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLInterfaceAutogen.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLMakeNativeInterface_none.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLProgram.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLProgram.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLRenderTarget.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLRenderTarget.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLStencilAttachment.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLStencilAttachment.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLTexture.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLTexture.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLUtil.cpp +FILE: ../../../third_party/skia/src/gpu/gl/mac/GrGLMakeNativeInterface_mac.cpp +FILE: ../../../third_party/skia/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSL.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSL.h +FILE: ../../../third_party/skia/src/gpu/ops/GrAAHairLinePathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrAAHairLinePathRenderer.h +FILE: ../../../third_party/skia/src/gpu/ops/GrDefaultPathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrDefaultPathRenderer.h +FILE: ../../../third_party/skia/src/pdf/SkPDFDevice.cpp +FILE: ../../../third_party/skia/src/pdf/SkPDFDevice.h +FILE: ../../../third_party/skia/src/pdf/SkPDFDocument.cpp +FILE: ../../../third_party/skia/src/pdf/SkPDFFont.cpp +FILE: ../../../third_party/skia/src/pdf/SkPDFFont.h +FILE: ../../../third_party/skia/src/pdf/SkPDFGraphicState.cpp +FILE: ../../../third_party/skia/src/pdf/SkPDFMakeToUnicodeCmap.cpp +FILE: ../../../third_party/skia/src/pdf/SkPDFShader.cpp +FILE: ../../../third_party/skia/src/pdf/SkPDFShader.h +FILE: ../../../third_party/skia/src/pdf/SkPDFTypes.cpp +FILE: ../../../third_party/skia/src/pdf/SkPDFUtils.cpp +FILE: ../../../third_party/skia/src/pdf/SkPDFUtils.h +FILE: ../../../third_party/skia/src/ports/SkGlobalInitialization_default.cpp +FILE: ../../../third_party/skia/src/ports/SkImageEncoder_WIC.cpp +FILE: ../../../third_party/skia/src/ports/SkMemory_malloc.cpp +FILE: ../../../third_party/skia/src/ports/SkScalerContext_win_dw.cpp +FILE: ../../../third_party/skia/src/shaders/SkBitmapProcShader.cpp +FILE: ../../../third_party/skia/src/shaders/SkEmptyShader.h +FILE: ../../../third_party/skia/src/utils/SkBitSet.h +FILE: ../../../third_party/skia/src/utils/SkNWayCanvas.cpp +FILE: ../../../third_party/skia/src/utils/SkOSPath.cpp +FILE: ../../../third_party/skia/src/utils/SkParsePath.cpp +FILE: ../../../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp +FILE: ../../../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp +FILE: ../../../third_party/skia/src/utils/win/SkAutoCoInitialize.h +FILE: ../../../third_party/skia/src/utils/win/SkHRESULT.cpp +FILE: ../../../third_party/skia/src/utils/win/SkHRESULT.h +FILE: ../../../third_party/skia/src/utils/win/SkIStream.cpp +FILE: ../../../third_party/skia/src/utils/win/SkIStream.h +FILE: ../../../third_party/skia/src/utils/win/SkTScopedComPtr.h +FILE: ../../../third_party/skia/src/utils/win/SkWGL.h +FILE: ../../../third_party/skia/src/utils/win/SkWGL_win.cpp +FILE: ../../../third_party/skia/src/xps/SkXPSDevice.cpp +FILE: ../../../third_party/skia/src/xps/SkXPSDevice.h +---------------------------------------------------------------------------------------------------- +Copyright 2011 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================================================== + +==================================================================================================== +LIBRARY: skia +ORIGIN: ../../../third_party/skia/bench/AlternatingColorPatternBench.cpp + ../../../third_party/skia/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/bench/AlternatingColorPatternBench.cpp +FILE: ../../../third_party/skia/bench/BezierBench.cpp +FILE: ../../../third_party/skia/bench/BlurRectsBench.cpp +FILE: ../../../third_party/skia/bench/GMBench.cpp +FILE: ../../../third_party/skia/bench/GMBench.h +FILE: ../../../third_party/skia/bench/GeometryBench.cpp +FILE: ../../../third_party/skia/bench/ImageFilterCollapse.cpp +FILE: ../../../third_party/skia/bench/ImageFilterDAGBench.cpp +FILE: ../../../third_party/skia/bench/PatchBench.cpp +FILE: ../../../third_party/skia/bench/PictureNestingBench.cpp +FILE: ../../../third_party/skia/bench/RecordingBench.cpp +FILE: ../../../third_party/skia/bench/RecordingBench.h +FILE: ../../../third_party/skia/bench/RectanizerBench.cpp +FILE: ../../../third_party/skia/bench/RotatedRectBench.cpp +FILE: ../../../third_party/skia/bench/SKPBench.cpp +FILE: ../../../third_party/skia/bench/SKPBench.h +FILE: ../../../third_party/skia/bench/nanobench.cpp +FILE: ../../../third_party/skia/dm/DMJsonWriter.cpp +FILE: ../../../third_party/skia/dm/DMJsonWriter.h +FILE: ../../../third_party/skia/gm/aaa.cpp +FILE: ../../../third_party/skia/gm/beziers.cpp +FILE: ../../../third_party/skia/gm/blurcircles.cpp +FILE: ../../../third_party/skia/gm/cgm.c +FILE: ../../../third_party/skia/gm/cgms.cpp +FILE: ../../../third_party/skia/gm/clipdrawdraw.cpp +FILE: ../../../third_party/skia/gm/coloremoji_blendmodes.cpp +FILE: ../../../third_party/skia/gm/colorfilters.cpp +FILE: ../../../third_party/skia/gm/colorwheel.cpp +FILE: ../../../third_party/skia/gm/complexclip3.cpp +FILE: ../../../third_party/skia/gm/convexpolyclip.cpp +FILE: ../../../third_party/skia/gm/convexpolyeffect.cpp +FILE: ../../../third_party/skia/gm/discard.cpp +FILE: ../../../third_party/skia/gm/drrect.cpp +FILE: ../../../third_party/skia/gm/emboss.cpp +FILE: ../../../third_party/skia/gm/filterfastbounds.cpp +FILE: ../../../third_party/skia/gm/glyph_pos.cpp +FILE: ../../../third_party/skia/gm/gradients_2pt_conical.cpp +FILE: ../../../third_party/skia/gm/grayscalejpg.cpp +FILE: ../../../third_party/skia/gm/imageblurtiled.cpp +FILE: ../../../third_party/skia/gm/imagefiltersclipped.cpp +FILE: ../../../third_party/skia/gm/imagefilterscropexpand.cpp +FILE: ../../../third_party/skia/gm/imagefiltersscaled.cpp +FILE: ../../../third_party/skia/gm/imageresizetiled.cpp +FILE: ../../../third_party/skia/gm/matriximagefilter.cpp +FILE: ../../../third_party/skia/gm/multipicturedraw.cpp +FILE: ../../../third_party/skia/gm/patch.cpp +FILE: ../../../third_party/skia/gm/picture.cpp +FILE: ../../../third_party/skia/gm/pictureshader.cpp +FILE: ../../../third_party/skia/gm/pictureshadertile.cpp +FILE: ../../../third_party/skia/gm/recordopts.cpp +FILE: ../../../third_party/skia/gm/smallarc.cpp +FILE: ../../../third_party/skia/gm/stroketext.cpp +FILE: ../../../third_party/skia/gm/surface.cpp +FILE: ../../../third_party/skia/gm/tallstretchedbitmaps.cpp +FILE: ../../../third_party/skia/gm/textblob.cpp +FILE: ../../../third_party/skia/gm/textblobshader.cpp +FILE: ../../../third_party/skia/gm/texturedomaineffect.cpp +FILE: ../../../third_party/skia/gm/tiledscaledbitmap.cpp +FILE: ../../../third_party/skia/gm/variedtext.cpp +FILE: ../../../third_party/skia/gm/yuvtorgbeffect.cpp +FILE: ../../../third_party/skia/include/c/sk_canvas.h +FILE: ../../../third_party/skia/include/c/sk_data.h +FILE: ../../../third_party/skia/include/c/sk_image.h +FILE: ../../../third_party/skia/include/c/sk_maskfilter.h +FILE: ../../../third_party/skia/include/c/sk_matrix.h +FILE: ../../../third_party/skia/include/c/sk_paint.h +FILE: ../../../third_party/skia/include/c/sk_path.h +FILE: ../../../third_party/skia/include/c/sk_picture.h +FILE: ../../../third_party/skia/include/c/sk_shader.h +FILE: ../../../third_party/skia/include/c/sk_surface.h +FILE: ../../../third_party/skia/include/c/sk_types.h +FILE: ../../../third_party/skia/include/core/SkBBHFactory.h +FILE: ../../../third_party/skia/include/core/SkBlurTypes.h +FILE: ../../../third_party/skia/include/core/SkDrawable.h +FILE: ../../../third_party/skia/include/core/SkFont.h +FILE: ../../../third_party/skia/include/core/SkMultiPictureDraw.h +FILE: ../../../third_party/skia/include/core/SkPictureRecorder.h +FILE: ../../../third_party/skia/include/core/SkSurfaceProps.h +FILE: ../../../third_party/skia/include/core/SkTextBlob.h +FILE: ../../../third_party/skia/include/gpu/GrGpuResource.h +FILE: ../../../third_party/skia/include/gpu/gl/GrGLAssembleInterface.h +FILE: ../../../third_party/skia/include/ports/SkFontMgr_indirect.h +FILE: ../../../third_party/skia/include/ports/SkRemotableFontMgr.h +FILE: ../../../third_party/skia/include/private/GrResourceKey.h +FILE: ../../../third_party/skia/include/private/SkHalf.h +FILE: ../../../third_party/skia/samplecode/SampleHT.cpp +FILE: ../../../third_party/skia/samplecode/SampleIdentityScale.cpp +FILE: ../../../third_party/skia/samplecode/SampleRectanizer.cpp +FILE: ../../../third_party/skia/samplecode/SampleSubpixelTranslate.cpp +FILE: ../../../third_party/skia/src/c/sk_surface.cpp +FILE: ../../../third_party/skia/src/core/SkBBHFactory.cpp +FILE: ../../../third_party/skia/src/core/SkBitmapCache.cpp +FILE: ../../../third_party/skia/src/core/SkBitmapCache.h +FILE: ../../../third_party/skia/src/core/SkCachedData.cpp +FILE: ../../../third_party/skia/src/core/SkCachedData.h +FILE: ../../../third_party/skia/src/core/SkCanvasPriv.h +FILE: ../../../third_party/skia/src/core/SkConvertPixels.cpp +FILE: ../../../third_party/skia/src/core/SkDistanceFieldGen.cpp +FILE: ../../../third_party/skia/src/core/SkDistanceFieldGen.h +FILE: ../../../third_party/skia/src/core/SkDrawable.cpp +FILE: ../../../third_party/skia/src/core/SkFont.cpp +FILE: ../../../third_party/skia/src/core/SkForceCPlusPlusLinking.cpp +FILE: ../../../third_party/skia/src/core/SkHalf.cpp +FILE: ../../../third_party/skia/src/core/SkImageGenerator.cpp +FILE: ../../../third_party/skia/src/core/SkMaskCache.cpp +FILE: ../../../third_party/skia/src/core/SkMaskCache.h +FILE: ../../../third_party/skia/src/core/SkMultiPictureDraw.cpp +FILE: ../../../third_party/skia/src/core/SkPicturePlayback.cpp +FILE: ../../../third_party/skia/src/core/SkPicturePlayback.h +FILE: ../../../third_party/skia/src/core/SkPictureRecorder.cpp +FILE: ../../../third_party/skia/src/core/SkRecord.h +FILE: ../../../third_party/skia/src/core/SkRecordDraw.cpp +FILE: ../../../third_party/skia/src/core/SkRecordDraw.h +FILE: ../../../third_party/skia/src/core/SkRecordOpts.cpp +FILE: ../../../third_party/skia/src/core/SkRecordOpts.h +FILE: ../../../third_party/skia/src/core/SkRecorder.cpp +FILE: ../../../third_party/skia/src/core/SkRecorder.h +FILE: ../../../third_party/skia/src/core/SkRecords.h +FILE: ../../../third_party/skia/src/core/SkSurfacePriv.h +FILE: ../../../third_party/skia/src/core/SkTaskGroup.cpp +FILE: ../../../third_party/skia/src/core/SkTaskGroup.h +FILE: ../../../third_party/skia/src/core/SkTextBlob.cpp +FILE: ../../../third_party/skia/src/core/SkVertState.cpp +FILE: ../../../third_party/skia/src/core/SkVertState.h +FILE: ../../../third_party/skia/src/fonts/SkFontMgr_indirect.cpp +FILE: ../../../third_party/skia/src/fonts/SkRemotableFontMgr.cpp +FILE: ../../../third_party/skia/src/gpu/GrDefaultGeoProcFactory.cpp +FILE: ../../../third_party/skia/src/gpu/GrDefaultGeoProcFactory.h +FILE: ../../../third_party/skia/src/gpu/GrFragmentProcessor.h +FILE: ../../../third_party/skia/src/gpu/GrGpuResourceCacheAccess.h +FILE: ../../../third_party/skia/src/gpu/GrPathRendering.cpp +FILE: ../../../third_party/skia/src/gpu/GrPathRendering.h +FILE: ../../../third_party/skia/src/gpu/GrPendingIOResource.h +FILE: ../../../third_party/skia/src/gpu/GrPrimitiveProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/GrProcessorAnalysis.cpp +FILE: ../../../third_party/skia/src/gpu/GrProcessorAnalysis.h +FILE: ../../../third_party/skia/src/gpu/GrProgramDesc.h +FILE: ../../../third_party/skia/src/gpu/GrRectanizer_pow2.h +FILE: ../../../third_party/skia/src/gpu/GrRectanizer_skyline.h +FILE: ../../../third_party/skia/src/gpu/GrResourceCache.cpp +FILE: ../../../third_party/skia/src/gpu/GrResourceCache.h +FILE: ../../../third_party/skia/src/gpu/GrSKSLPrettyPrint.cpp +FILE: ../../../third_party/skia/src/gpu/GrSKSLPrettyPrint.h +FILE: ../../../third_party/skia/src/gpu/GrSurfacePriv.h +FILE: ../../../third_party/skia/src/gpu/GrTRecorder.h +FILE: ../../../third_party/skia/src/gpu/GrTexturePriv.h +FILE: ../../../third_party/skia/src/gpu/GrTracing.h +FILE: ../../../third_party/skia/src/gpu/GrXferProcessor.h +FILE: ../../../third_party/skia/src/gpu/effects/GrBicubicEffect.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrConvexPolyEffect.h +FILE: ../../../third_party/skia/src/gpu/effects/GrCoverageSetOpXP.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrCoverageSetOpXP.h +FILE: ../../../third_party/skia/src/gpu/effects/GrDisableColorXP.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrDisableColorXP.h +FILE: ../../../third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.h +FILE: ../../../third_party/skia/src/gpu/effects/GrOvalEffect.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrOvalEffect.h +FILE: ../../../third_party/skia/src/gpu/effects/GrPorterDuffXferProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrPorterDuffXferProcessor.h +FILE: ../../../third_party/skia/src/gpu/effects/GrRRectEffect.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrRRectEffect.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleInterface.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLPathRendering.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLPathRendering.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLTextureRenderTarget.h +FILE: ../../../third_party/skia/src/gpu/gl/android/GrGLMakeNativeInterface_android.cpp +FILE: ../../../third_party/skia/src/gpu/gl/builders/GrGLProgramBuilder.cpp +FILE: ../../../third_party/skia/src/gpu/gl/builders/GrGLProgramBuilder.h +FILE: ../../../third_party/skia/src/gpu/gl/builders/GrGLShaderStringBuilder.cpp +FILE: ../../../third_party/skia/src/gpu/gl/builders/GrGLShaderStringBuilder.h +FILE: ../../../third_party/skia/src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp +FILE: ../../../third_party/skia/src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp +FILE: ../../../third_party/skia/src/gpu/gl/iOS/GrGLMakeNativeInterface_iOS.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLFragmentShaderBuilder.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLGeometryProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLPrimitiveProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLShaderBuilder.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLShaderBuilder.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLXferProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrDashOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrDashOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrSmallPathRenderer.h +FILE: ../../../third_party/skia/src/image/SkReadPixelsRec.h +FILE: ../../../third_party/skia/src/image/SkSurface_Gpu.h +FILE: ../../../third_party/skia/src/pathops/SkOpBuilder.cpp +FILE: ../../../third_party/skia/src/pathops/SkOpSpan.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsTSect.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsTSect.h +FILE: ../../../third_party/skia/src/pathops/SkPathOpsTightBounds.cpp +FILE: ../../../third_party/skia/src/ports/SkFontMgr_android.cpp +FILE: ../../../third_party/skia/src/ports/SkFontMgr_fontconfig.cpp +FILE: ../../../third_party/skia/src/ports/SkFontMgr_win_dw.cpp +FILE: ../../../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp +FILE: ../../../third_party/skia/src/ports/SkScalerContext_win_dw.h +FILE: ../../../third_party/skia/src/ports/SkTypeface_win_dw.cpp +FILE: ../../../third_party/skia/src/ports/SkTypeface_win_dw.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_EBDT.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_EBLC.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_EBSC.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_gasp.h +FILE: ../../../third_party/skia/src/shaders/SkLocalMatrixShader.cpp +FILE: ../../../third_party/skia/src/shaders/SkLocalMatrixShader.h +FILE: ../../../third_party/skia/src/shaders/SkPictureShader.cpp +FILE: ../../../third_party/skia/src/shaders/SkPictureShader.h +FILE: ../../../third_party/skia/src/utils/SkDashPath.cpp +FILE: ../../../third_party/skia/src/utils/SkDashPathPriv.h +FILE: ../../../third_party/skia/src/utils/SkEventTracer.cpp +FILE: ../../../third_party/skia/src/utils/SkMatrix22.cpp +FILE: ../../../third_party/skia/src/utils/SkMatrix22.h +FILE: ../../../third_party/skia/src/utils/SkPatchUtils.cpp +FILE: ../../../third_party/skia/src/utils/SkPatchUtils.h +FILE: ../../../third_party/skia/src/utils/win/SkDWrite.cpp +FILE: ../../../third_party/skia/src/utils/win/SkDWrite.h +---------------------------------------------------------------------------------------------------- +Copyright 2014 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================================================== + +==================================================================================================== +LIBRARY: skia +ORIGIN: ../../../third_party/skia/bench/BenchLogger.cpp + ../../../third_party/skia/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/bench/BenchLogger.cpp +FILE: ../../../third_party/skia/bench/BenchLogger.h +FILE: ../../../third_party/skia/bench/ChecksumBench.cpp +FILE: ../../../third_party/skia/bench/GameBench.cpp +FILE: ../../../third_party/skia/bench/GrMemoryPoolBench.cpp +FILE: ../../../third_party/skia/bench/LineBench.cpp +FILE: ../../../third_party/skia/bench/Matrix44Bench.cpp +FILE: ../../../third_party/skia/bench/MatrixConvolutionBench.cpp +FILE: ../../../third_party/skia/bench/MorphologyBench.cpp +FILE: ../../../third_party/skia/bench/RTreeBench.cpp +FILE: ../../../third_party/skia/bench/RefCntBench.cpp +FILE: ../../../third_party/skia/bench/TableBench.cpp +FILE: ../../../third_party/skia/gm/bigmatrix.cpp +FILE: ../../../third_party/skia/gm/blurrect.cpp +FILE: ../../../third_party/skia/gm/colorfilterimagefilter.cpp +FILE: ../../../third_party/skia/gm/composeshader.cpp +FILE: ../../../third_party/skia/gm/dashcubics.cpp +FILE: ../../../third_party/skia/gm/dashing.cpp +FILE: ../../../third_party/skia/gm/distantclip.cpp +FILE: ../../../third_party/skia/gm/fatpathfill.cpp +FILE: ../../../third_party/skia/gm/getpostextpath.cpp +FILE: ../../../third_party/skia/gm/imagefiltersgraph.cpp +FILE: ../../../third_party/skia/gm/imagemagnifier.cpp +FILE: ../../../third_party/skia/gm/lighting.cpp +FILE: ../../../third_party/skia/gm/matrixconvolution.cpp +FILE: ../../../third_party/skia/gm/modecolorfilters.cpp +FILE: ../../../third_party/skia/gm/morphology.cpp +FILE: ../../../third_party/skia/gm/patheffects.cpp +FILE: ../../../third_party/skia/gm/pathinterior.cpp +FILE: ../../../third_party/skia/gm/rrect.cpp +FILE: ../../../third_party/skia/gm/rrects.cpp +FILE: ../../../third_party/skia/gm/samplerstress.cpp +FILE: ../../../third_party/skia/gm/simpleaaclip.cpp +FILE: ../../../third_party/skia/gm/srcmode.cpp +FILE: ../../../third_party/skia/gm/strokerect.cpp +FILE: ../../../third_party/skia/gm/typeface.cpp +FILE: ../../../third_party/skia/gm/verylargebitmap.cpp +FILE: ../../../third_party/skia/include/core/SkAnnotation.h +FILE: ../../../third_party/skia/include/core/SkImage.h +FILE: ../../../third_party/skia/include/core/SkRRect.h +FILE: ../../../third_party/skia/include/core/SkStrokeRec.h +FILE: ../../../third_party/skia/include/core/SkSurface.h +FILE: ../../../third_party/skia/include/gpu/GrSurface.h +FILE: ../../../third_party/skia/include/gpu/gl/GrGLFunctions.h +FILE: ../../../third_party/skia/include/pathops/SkPathOps.h +FILE: ../../../third_party/skia/include/private/SkChecksum.h +FILE: ../../../third_party/skia/include/private/SkPathRef.h +FILE: ../../../third_party/skia/include/private/SkTInternalLList.h +FILE: ../../../third_party/skia/include/private/SkWeakRefCnt.h +FILE: ../../../third_party/skia/include/utils/SkNullCanvas.h +FILE: ../../../third_party/skia/samplecode/SampleAnimBlur.cpp +FILE: ../../../third_party/skia/samplecode/SampleFatBits.cpp +FILE: ../../../third_party/skia/samplecode/SampleQuadStroker.cpp +FILE: ../../../third_party/skia/src/codec/SkColorTable.h +FILE: ../../../third_party/skia/src/core/SkAnnotation.cpp +FILE: ../../../third_party/skia/src/core/SkBBoxHierarchy.h +FILE: ../../../third_party/skia/src/core/SkFontDescriptor.cpp +FILE: ../../../third_party/skia/src/core/SkFontDescriptor.h +FILE: ../../../third_party/skia/src/core/SkImagePriv.h +FILE: ../../../third_party/skia/src/core/SkMD5.cpp +FILE: ../../../third_party/skia/src/core/SkMD5.h +FILE: ../../../third_party/skia/src/core/SkMaskGamma.cpp +FILE: ../../../third_party/skia/src/core/SkMaskGamma.h +FILE: ../../../third_party/skia/src/core/SkMathPriv.h +FILE: ../../../third_party/skia/src/core/SkPaintDefaults.h +FILE: ../../../third_party/skia/src/core/SkRRect.cpp +FILE: ../../../third_party/skia/src/core/SkRTree.cpp +FILE: ../../../third_party/skia/src/core/SkRTree.h +FILE: ../../../third_party/skia/src/core/SkReadBuffer.cpp +FILE: ../../../third_party/skia/src/core/SkStrokeRec.cpp +FILE: ../../../third_party/skia/src/core/SkTLList.h +FILE: ../../../third_party/skia/src/core/SkTLS.cpp +FILE: ../../../third_party/skia/src/core/SkTLS.h +FILE: ../../../third_party/skia/src/core/SkTextToPathIter.h +FILE: ../../../third_party/skia/src/core/SkWriteBuffer.cpp +FILE: ../../../third_party/skia/src/gpu/GrMemoryPool.cpp +FILE: ../../../third_party/skia/src/gpu/GrMemoryPool.h +FILE: ../../../third_party/skia/src/gpu/GrPath.cpp +FILE: ../../../third_party/skia/src/gpu/GrPath.h +FILE: ../../../third_party/skia/src/gpu/GrProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/GrProcessor.h +FILE: ../../../third_party/skia/src/gpu/GrProcessorUnitTest.h +FILE: ../../../third_party/skia/src/gpu/GrSWMaskHelper.cpp +FILE: ../../../third_party/skia/src/gpu/GrSWMaskHelper.h +FILE: ../../../third_party/skia/src/gpu/GrShaderCaps.cpp +FILE: ../../../third_party/skia/src/gpu/GrShaderCaps.h +FILE: ../../../third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/GrSoftwarePathRenderer.h +FILE: ../../../third_party/skia/src/gpu/GrSurface.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrGaussianConvolutionFragmentProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrGaussianConvolutionFragmentProcessor.h +FILE: ../../../third_party/skia/src/gpu/effects/GrTextureDomain.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrTextureDomain.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLCaps.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLCaps.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLPath.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLPath.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLProgramDataManager.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLProgramDataManager.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLUtil.h +FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexPathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexPathRenderer.h +FILE: ../../../third_party/skia/src/gpu/ops/GrStencilAndCoverPathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrStencilAndCoverPathRenderer.h +FILE: ../../../third_party/skia/src/image/SkImage.cpp +FILE: ../../../third_party/skia/src/image/SkImage_Base.h +FILE: ../../../third_party/skia/src/image/SkImage_Gpu.cpp +FILE: ../../../third_party/skia/src/image/SkImage_Raster.cpp +FILE: ../../../third_party/skia/src/image/SkSurface.cpp +FILE: ../../../third_party/skia/src/image/SkSurface_Base.h +FILE: ../../../third_party/skia/src/image/SkSurface_Gpu.cpp +FILE: ../../../third_party/skia/src/image/SkSurface_Raster.cpp +FILE: ../../../third_party/skia/src/pathops/SkAddIntersections.cpp +FILE: ../../../third_party/skia/src/pathops/SkAddIntersections.h +FILE: ../../../third_party/skia/src/pathops/SkDCubicLineIntersection.cpp +FILE: ../../../third_party/skia/src/pathops/SkDLineIntersection.cpp +FILE: ../../../third_party/skia/src/pathops/SkDQuadLineIntersection.cpp +FILE: ../../../third_party/skia/src/pathops/SkIntersectionHelper.h +FILE: ../../../third_party/skia/src/pathops/SkIntersections.cpp +FILE: ../../../third_party/skia/src/pathops/SkIntersections.h +FILE: ../../../third_party/skia/src/pathops/SkLineParameters.h +FILE: ../../../third_party/skia/src/pathops/SkOpAngle.cpp +FILE: ../../../third_party/skia/src/pathops/SkOpAngle.h +FILE: ../../../third_party/skia/src/pathops/SkOpCubicHull.cpp +FILE: ../../../third_party/skia/src/pathops/SkOpEdgeBuilder.cpp +FILE: ../../../third_party/skia/src/pathops/SkOpEdgeBuilder.h +FILE: ../../../third_party/skia/src/pathops/SkOpSegment.cpp +FILE: ../../../third_party/skia/src/pathops/SkOpSegment.h +FILE: ../../../third_party/skia/src/pathops/SkOpSpan.h +FILE: ../../../third_party/skia/src/pathops/SkPathOpsBounds.h +FILE: ../../../third_party/skia/src/pathops/SkPathOpsCommon.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsCommon.h +FILE: ../../../third_party/skia/src/pathops/SkPathOpsCubic.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsCubic.h +FILE: ../../../third_party/skia/src/pathops/SkPathOpsCurve.h +FILE: ../../../third_party/skia/src/pathops/SkPathOpsLine.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsLine.h +FILE: ../../../third_party/skia/src/pathops/SkPathOpsOp.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsPoint.h +FILE: ../../../third_party/skia/src/pathops/SkPathOpsQuad.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsQuad.h +FILE: ../../../third_party/skia/src/pathops/SkPathOpsRect.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsRect.h +FILE: ../../../third_party/skia/src/pathops/SkPathOpsSimplify.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsTypes.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsTypes.h +FILE: ../../../third_party/skia/src/pathops/SkPathWriter.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathWriter.h +FILE: ../../../third_party/skia/src/pathops/SkReduceOrder.cpp +FILE: ../../../third_party/skia/src/pathops/SkReduceOrder.h +FILE: ../../../third_party/skia/src/sfnt/SkIBMFamilyClass.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTableTypes.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V0.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V1.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V2.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V3.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V4.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_VA.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_glyf.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_head.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_hhea.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_loca.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_maxp.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_maxp_CFF.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_maxp_TT.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_name.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_post.h +FILE: ../../../third_party/skia/src/sfnt/SkOTUtils.cpp +FILE: ../../../third_party/skia/src/sfnt/SkOTUtils.h +FILE: ../../../third_party/skia/src/sfnt/SkPanose.h +FILE: ../../../third_party/skia/src/sfnt/SkSFNTHeader.h +FILE: ../../../third_party/skia/src/shaders/gradients/SkGradientShaderPriv.h +FILE: ../../../third_party/skia/src/shaders/gradients/SkLinearGradient.cpp +FILE: ../../../third_party/skia/src/shaders/gradients/SkLinearGradient.h +FILE: ../../../third_party/skia/src/shaders/gradients/SkRadialGradient.cpp +FILE: ../../../third_party/skia/src/shaders/gradients/SkRadialGradient.h +FILE: ../../../third_party/skia/src/shaders/gradients/SkSweepGradient.cpp +FILE: ../../../third_party/skia/src/shaders/gradients/SkSweepGradient.h +FILE: ../../../third_party/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp +FILE: ../../../third_party/skia/src/shaders/gradients/SkTwoPointConicalGradient.h +FILE: ../../../third_party/skia/src/utils/SkFloatUtils.h +FILE: ../../../third_party/skia/src/utils/SkNullCanvas.cpp +FILE: ../../../third_party/skia/src/utils/mac/SkStream_mac.cpp +FILE: ../../../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp +FILE: ../../../third_party/skia/src/utils/win/SkDWriteFontFileStream.h +FILE: ../../../third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp +FILE: ../../../third_party/skia/src/utils/win/SkDWriteGeometrySink.h +---------------------------------------------------------------------------------------------------- +Copyright 2012 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================================================== + +==================================================================================================== +LIBRARY: skia +ORIGIN: ../../../third_party/skia/bench/BigPathBench.cpp + ../../../third_party/skia/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/bench/BigPathBench.cpp +FILE: ../../../third_party/skia/bench/BitmapRegionDecoderBench.cpp +FILE: ../../../third_party/skia/bench/BitmapRegionDecoderBench.h +FILE: ../../../third_party/skia/bench/CodecBench.cpp +FILE: ../../../third_party/skia/bench/CodecBench.h +FILE: ../../../third_party/skia/bench/CodecBenchPriv.h +FILE: ../../../third_party/skia/bench/ControlBench.cpp +FILE: ../../../third_party/skia/bench/DrawBitmapAABench.cpp +FILE: ../../../third_party/skia/bench/ImageBench.cpp +FILE: ../../../third_party/skia/bench/InterpBench.cpp +FILE: ../../../third_party/skia/bench/MathBench.cpp +FILE: ../../../third_party/skia/bench/MipMapBench.cpp +FILE: ../../../third_party/skia/bench/PictureOverheadBench.cpp +FILE: ../../../third_party/skia/bench/SKPAnimationBench.cpp +FILE: ../../../third_party/skia/bench/SKPAnimationBench.h +FILE: ../../../third_party/skia/bench/Sk4fBench.cpp +FILE: ../../../third_party/skia/bench/SkGlyphCacheBench.cpp +FILE: ../../../third_party/skia/bench/StrokeBench.cpp +FILE: ../../../third_party/skia/bench/TextBlobBench.cpp +FILE: ../../../third_party/skia/bench/TopoSortBench.cpp +FILE: ../../../third_party/skia/bench/nanobench.h +FILE: ../../../third_party/skia/dm/DMSrcSink.cpp +FILE: ../../../third_party/skia/dm/DMSrcSink.h +FILE: ../../../third_party/skia/example/SkiaSDLExample.cpp +FILE: ../../../third_party/skia/experimental/c-api-example/skia-c-example.c +FILE: ../../../third_party/skia/experimental/go-demo/main.go +FILE: ../../../third_party/skia/experimental/go-skia/ctypes.go +FILE: ../../../third_party/skia/experimental/go-skia/skia.go +FILE: ../../../third_party/skia/experimental/go-skia/types.go +FILE: ../../../third_party/skia/experimental/tools/coreGraphicsPdf2png.cpp +FILE: ../../../third_party/skia/gm/aaxfermodes.cpp +FILE: ../../../third_party/skia/gm/addarc.cpp +FILE: ../../../third_party/skia/gm/all_bitmap_configs.cpp +FILE: ../../../third_party/skia/gm/anisotropic.cpp +FILE: ../../../third_party/skia/gm/annotated_text.cpp +FILE: ../../../third_party/skia/gm/badpaint.cpp +FILE: ../../../third_party/skia/gm/bigrrectaaeffect.cpp +FILE: ../../../third_party/skia/gm/bigtileimagefilter.cpp +FILE: ../../../third_party/skia/gm/blend.cpp +FILE: ../../../third_party/skia/gm/blurredclippedcircle.cpp +FILE: ../../../third_party/skia/gm/bmpfilterqualityrepeat.cpp +FILE: ../../../third_party/skia/gm/concavepaths.cpp +FILE: ../../../third_party/skia/gm/constcolorprocessor.cpp +FILE: ../../../third_party/skia/gm/convex_all_line_paths.cpp +FILE: ../../../third_party/skia/gm/draw_bitmap_rect_skbug4374.cpp +FILE: ../../../third_party/skia/gm/drawable.cpp +FILE: ../../../third_party/skia/gm/drawatlas.cpp +FILE: ../../../third_party/skia/gm/drawatlascolor.cpp +FILE: ../../../third_party/skia/gm/drawminibitmaprect.cpp +FILE: ../../../third_party/skia/gm/fadefilter.cpp +FILE: ../../../third_party/skia/gm/fontscalerdistortable.cpp +FILE: ../../../third_party/skia/gm/gamma.cpp +FILE: ../../../third_party/skia/gm/image_pict.cpp +FILE: ../../../third_party/skia/gm/image_shader.cpp +FILE: ../../../third_party/skia/gm/imagefilters.cpp +FILE: ../../../third_party/skia/gm/imagefiltersstroked.cpp +FILE: ../../../third_party/skia/gm/imagefilterstransformed.cpp +FILE: ../../../third_party/skia/gm/imagefromyuvtextures.cpp +FILE: ../../../third_party/skia/gm/imagescalealigned.cpp +FILE: ../../../third_party/skia/gm/imagesource2.cpp +FILE: ../../../third_party/skia/gm/largeglyphblur.cpp +FILE: ../../../third_party/skia/gm/lcdblendmodes.cpp +FILE: ../../../third_party/skia/gm/lcdoverlap.cpp +FILE: ../../../third_party/skia/gm/lightingshader.cpp +FILE: ../../../third_party/skia/gm/localmatriximagefilter.cpp +FILE: ../../../third_party/skia/gm/localmatriximageshader.cpp +FILE: ../../../third_party/skia/gm/mipmap.cpp +FILE: ../../../third_party/skia/gm/path_stroke_with_zero_length.cpp +FILE: ../../../third_party/skia/gm/pathcontourstart.cpp +FILE: ../../../third_party/skia/gm/pdf_never_embed.cpp +FILE: ../../../third_party/skia/gm/perspshaders.cpp +FILE: ../../../third_party/skia/gm/pictureimagegenerator.cpp +FILE: ../../../third_party/skia/gm/pixelsnap.cpp +FILE: ../../../third_party/skia/gm/plus.cpp +FILE: ../../../third_party/skia/gm/repeated_bitmap.cpp +FILE: ../../../third_party/skia/gm/scaledstrokes.cpp +FILE: ../../../third_party/skia/gm/skbug_257.cpp +FILE: ../../../third_party/skia/gm/smallpaths.cpp +FILE: ../../../third_party/skia/gm/stlouisarch.cpp +FILE: ../../../third_party/skia/gm/textblobcolortrans.cpp +FILE: ../../../third_party/skia/gm/textblobgeometrychange.cpp +FILE: ../../../third_party/skia/gm/textblobmixedsizes.cpp +FILE: ../../../third_party/skia/gm/textblobrandomfont.cpp +FILE: ../../../third_party/skia/gm/textblobtransforms.cpp +FILE: ../../../third_party/skia/gm/textblobuseaftergpufree.cpp +FILE: ../../../third_party/skia/gm/transparency.cpp +FILE: ../../../third_party/skia/include/android/SkBRDAllocator.h +FILE: ../../../third_party/skia/include/android/SkBitmapRegionDecoder.h +FILE: ../../../third_party/skia/include/codec/SkAndroidCodec.h +FILE: ../../../third_party/skia/include/codec/SkCodec.h +FILE: ../../../third_party/skia/include/core/SkEncodedImageFormat.h +FILE: ../../../third_party/skia/include/core/SkFilterQuality.h +FILE: ../../../third_party/skia/include/core/SkPixmap.h +FILE: ../../../third_party/skia/include/core/SkPngChunkReader.h +FILE: ../../../third_party/skia/include/core/SkPoint3.h +FILE: ../../../third_party/skia/include/core/SkRSXform.h +FILE: ../../../third_party/skia/include/core/SkRWBuffer.h +FILE: ../../../third_party/skia/include/core/SkTraceMemoryDump.h +FILE: ../../../third_party/skia/include/effects/SkImageSource.h +FILE: ../../../third_party/skia/include/effects/SkTableColorFilter.h +FILE: ../../../third_party/skia/include/gpu/GrContextOptions.h +FILE: ../../../third_party/skia/include/gpu/GrSamplerState.h +FILE: ../../../third_party/skia/include/gpu/gl/GrGLTypes.h +FILE: ../../../third_party/skia/include/ports/SkFontMgr_android.h +FILE: ../../../third_party/skia/include/ports/SkFontMgr_directory.h +FILE: ../../../third_party/skia/include/ports/SkFontMgr_empty.h +FILE: ../../../third_party/skia/include/ports/SkFontMgr_fontconfig.h +FILE: ../../../third_party/skia/include/private/SkMutex.h +FILE: ../../../third_party/skia/include/private/SkNx.h +FILE: ../../../third_party/skia/include/private/SkNx_neon.h +FILE: ../../../third_party/skia/include/private/SkNx_sse.h +FILE: ../../../third_party/skia/include/private/SkSemaphore.h +FILE: ../../../third_party/skia/include/private/SkSpinlock.h +FILE: ../../../third_party/skia/include/private/SkTHash.h +FILE: ../../../third_party/skia/include/private/SkThreadID.h +FILE: ../../../third_party/skia/include/svg/SkSVGCanvas.h +FILE: ../../../third_party/skia/include/utils/SkPaintFilterCanvas.h +FILE: ../../../third_party/skia/samplecode/PerlinPatch.cpp +FILE: ../../../third_party/skia/samplecode/SampleAAGeometry.cpp +FILE: ../../../third_party/skia/samplecode/SampleAnimatedText.cpp +FILE: ../../../third_party/skia/samplecode/SampleAtlas.cpp +FILE: ../../../third_party/skia/samplecode/SampleClipDrawMatch.cpp +FILE: ../../../third_party/skia/samplecode/SampleFilterQuality.cpp +FILE: ../../../third_party/skia/samplecode/SampleLighting.cpp +FILE: ../../../third_party/skia/samplecode/SampleShip.cpp +FILE: ../../../third_party/skia/samplecode/SampleXfer.cpp +FILE: ../../../third_party/skia/src/android/SkBitmapRegionCodec.cpp +FILE: ../../../third_party/skia/src/android/SkBitmapRegionCodec.h +FILE: ../../../third_party/skia/src/android/SkBitmapRegionDecoder.cpp +FILE: ../../../third_party/skia/src/android/SkBitmapRegionDecoderPriv.h +FILE: ../../../third_party/skia/src/c/sk_c_from_to.h +FILE: ../../../third_party/skia/src/c/sk_paint.cpp +FILE: ../../../third_party/skia/src/c/sk_types_priv.h +FILE: ../../../third_party/skia/src/codec/SkAndroidCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkAndroidCodecAdapter.cpp +FILE: ../../../third_party/skia/src/codec/SkAndroidCodecAdapter.h +FILE: ../../../third_party/skia/src/codec/SkBmpCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkBmpCodec.h +FILE: ../../../third_party/skia/src/codec/SkBmpMaskCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkBmpMaskCodec.h +FILE: ../../../third_party/skia/src/codec/SkBmpRLECodec.cpp +FILE: ../../../third_party/skia/src/codec/SkBmpRLECodec.h +FILE: ../../../third_party/skia/src/codec/SkBmpStandardCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkBmpStandardCodec.h +FILE: ../../../third_party/skia/src/codec/SkCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkCodecImageGenerator.cpp +FILE: ../../../third_party/skia/src/codec/SkCodecImageGenerator.h +FILE: ../../../third_party/skia/src/codec/SkGifCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkGifCodec.h +FILE: ../../../third_party/skia/src/codec/SkIcoCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkIcoCodec.h +FILE: ../../../third_party/skia/src/codec/SkJpegCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkJpegCodec.h +FILE: ../../../third_party/skia/src/codec/SkJpegDecoderMgr.cpp +FILE: ../../../third_party/skia/src/codec/SkJpegDecoderMgr.h +FILE: ../../../third_party/skia/src/codec/SkJpegUtility.cpp +FILE: ../../../third_party/skia/src/codec/SkJpegUtility.h +FILE: ../../../third_party/skia/src/codec/SkMaskSwizzler.cpp +FILE: ../../../third_party/skia/src/codec/SkMaskSwizzler.h +FILE: ../../../third_party/skia/src/codec/SkMasks.cpp +FILE: ../../../third_party/skia/src/codec/SkMasks.h +FILE: ../../../third_party/skia/src/codec/SkPngCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkPngCodec.h +FILE: ../../../third_party/skia/src/codec/SkSampledCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkSampledCodec.h +FILE: ../../../third_party/skia/src/codec/SkSampler.cpp +FILE: ../../../third_party/skia/src/codec/SkSampler.h +FILE: ../../../third_party/skia/src/codec/SkSwizzler.cpp +FILE: ../../../third_party/skia/src/codec/SkSwizzler.h +FILE: ../../../third_party/skia/src/codec/SkWbmpCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkWbmpCodec.h +FILE: ../../../third_party/skia/src/codec/SkWebpCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkWebpCodec.h +FILE: ../../../third_party/skia/src/core/Sk4px.h +FILE: ../../../third_party/skia/src/core/SkBigPicture.cpp +FILE: ../../../third_party/skia/src/core/SkBigPicture.h +FILE: ../../../third_party/skia/src/core/SkBitmapController.cpp +FILE: ../../../third_party/skia/src/core/SkBitmapController.h +FILE: ../../../third_party/skia/src/core/SkBitmapProvider.cpp +FILE: ../../../third_party/skia/src/core/SkBitmapProvider.h +FILE: ../../../third_party/skia/src/core/SkFontMgr.cpp +FILE: ../../../third_party/skia/src/core/SkLatticeIter.cpp +FILE: ../../../third_party/skia/src/core/SkLatticeIter.h +FILE: ../../../third_party/skia/src/core/SkLocalMatrixImageFilter.cpp +FILE: ../../../third_party/skia/src/core/SkMiniRecorder.cpp +FILE: ../../../third_party/skia/src/core/SkMiniRecorder.h +FILE: ../../../third_party/skia/src/core/SkNextID.h +FILE: ../../../third_party/skia/src/core/SkOpts.cpp +FILE: ../../../third_party/skia/src/core/SkOpts.h +FILE: ../../../third_party/skia/src/core/SkPathPriv.h +FILE: ../../../third_party/skia/src/core/SkPictureCommon.h +FILE: ../../../third_party/skia/src/core/SkPictureImageGenerator.cpp +FILE: ../../../third_party/skia/src/core/SkPixmap.cpp +FILE: ../../../third_party/skia/src/core/SkPixmapPriv.h +FILE: ../../../third_party/skia/src/core/SkPoint3.cpp +FILE: ../../../third_party/skia/src/core/SkRWBuffer.cpp +FILE: ../../../third_party/skia/src/core/SkRecord.cpp +FILE: ../../../third_party/skia/src/core/SkRecordPattern.h +FILE: ../../../third_party/skia/src/core/SkRecords.cpp +FILE: ../../../third_party/skia/src/core/SkSemaphore.cpp +FILE: ../../../third_party/skia/src/core/SkSharedMutex.cpp +FILE: ../../../third_party/skia/src/core/SkSharedMutex.h +FILE: ../../../third_party/skia/src/core/SkSpinlock.cpp +FILE: ../../../third_party/skia/src/core/SkTDPQueue.h +FILE: ../../../third_party/skia/src/core/SkTTopoSort.h +FILE: ../../../third_party/skia/src/core/SkThreadID.cpp +FILE: ../../../third_party/skia/src/core/SkTime.cpp +FILE: ../../../third_party/skia/src/core/SkXfermodeInterpretation.cpp +FILE: ../../../third_party/skia/src/core/SkXfermodeInterpretation.h +FILE: ../../../third_party/skia/src/core/SkYUVPlanesCache.cpp +FILE: ../../../third_party/skia/src/core/SkYUVPlanesCache.h +FILE: ../../../third_party/skia/src/effects/SkTableColorFilter.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkImageSource.cpp +FILE: ../../../third_party/skia/src/gpu/GrAutoLocaleSetter.h +FILE: ../../../third_party/skia/src/gpu/GrBlurUtils.cpp +FILE: ../../../third_party/skia/src/gpu/GrBlurUtils.h +FILE: ../../../third_party/skia/src/gpu/GrCaps.cpp +FILE: ../../../third_party/skia/src/gpu/GrDrawOpAtlas.cpp +FILE: ../../../third_party/skia/src/gpu/GrDrawOpAtlas.h +FILE: ../../../third_party/skia/src/gpu/GrDrawOpTest.cpp +FILE: ../../../third_party/skia/src/gpu/GrDrawOpTest.h +FILE: ../../../third_party/skia/src/gpu/GrDrawingManager.cpp +FILE: ../../../third_party/skia/src/gpu/GrDrawingManager.h +FILE: ../../../third_party/skia/src/gpu/GrFragmentProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/GrGpuResourcePriv.h +FILE: ../../../third_party/skia/src/gpu/GrMesh.h +FILE: ../../../third_party/skia/src/gpu/GrNonAtomicRef.h +FILE: ../../../third_party/skia/src/gpu/GrOpFlushState.cpp +FILE: ../../../third_party/skia/src/gpu/GrOpFlushState.h +FILE: ../../../third_party/skia/src/gpu/GrPipeline.cpp +FILE: ../../../third_party/skia/src/gpu/GrPipeline.h +FILE: ../../../third_party/skia/src/gpu/GrProcessorUnitTest.cpp +FILE: ../../../third_party/skia/src/gpu/GrQuad.h +FILE: ../../../third_party/skia/src/gpu/GrRenderTargetContext.cpp +FILE: ../../../third_party/skia/src/gpu/GrRenderTargetContext.h +FILE: ../../../third_party/skia/src/gpu/GrRenderTargetPriv.h +FILE: ../../../third_party/skia/src/gpu/GrResourceProvider.cpp +FILE: ../../../third_party/skia/src/gpu/GrResourceProvider.h +FILE: ../../../third_party/skia/src/gpu/GrTessellator.cpp +FILE: ../../../third_party/skia/src/gpu/GrTessellator.h +FILE: ../../../third_party/skia/src/gpu/GrTestUtils.cpp +FILE: ../../../third_party/skia/src/gpu/GrTestUtils.h +FILE: ../../../third_party/skia/src/gpu/GrXferProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/GrYUVProvider.cpp +FILE: ../../../third_party/skia/src/gpu/GrYUVProvider.h +FILE: ../../../third_party/skia/src/gpu/SkGpuDevice_drawTexture.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrCustomXfermode.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrCustomXfermode.h +FILE: ../../../third_party/skia/src/gpu/effects/GrXfermodeFragmentProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrXfermodeFragmentProcessor.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLTextureRenderTarget.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLUniformHandler.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLUniformHandler.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLVaryingHandler.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLVaryingHandler.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLBlend.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLBlend.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLFragmentProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLProgramBuilder.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLProgramBuilder.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLProgramDataManager.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLUniformHandler.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLUtil.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLUtil.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLVarying.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLVarying.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLXferProcessor.h +FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexTessellator.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexTessellator.h +FILE: ../../../third_party/skia/src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrAALinearizingConvexPathRenderer.h +FILE: ../../../third_party/skia/src/gpu/ops/GrAtlasTextOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrAtlasTextOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrClearOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrCopySurfaceOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrCopySurfaceOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrDashLinePathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrDashLinePathRenderer.h +FILE: ../../../third_party/skia/src/gpu/ops/GrDrawAtlasOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrDrawAtlasOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrDrawOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrDrawPathOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrDrawPathOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrDrawVerticesOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrDrawVerticesOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrLatticeOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrLatticeOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrMeshDrawOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrMeshDrawOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrStencilPathOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrTessellatingPathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrTessellatingPathRenderer.h +FILE: ../../../third_party/skia/src/gpu/text/GrDistanceFieldAdjustTable.cpp +FILE: ../../../third_party/skia/src/gpu/text/GrDistanceFieldAdjustTable.h +FILE: ../../../third_party/skia/src/gpu/text/GrStrikeCache.cpp +FILE: ../../../third_party/skia/src/gpu/text/GrStrikeCache.h +FILE: ../../../third_party/skia/src/gpu/text/GrTextBlob.cpp +FILE: ../../../third_party/skia/src/gpu/text/GrTextBlob.h +FILE: ../../../third_party/skia/src/gpu/text/GrTextBlobCache.cpp +FILE: ../../../third_party/skia/src/gpu/text/GrTextBlobCache.h +FILE: ../../../third_party/skia/src/gpu/text/GrTextContext.cpp +FILE: ../../../third_party/skia/src/gpu/text/GrTextContext.h +FILE: ../../../third_party/skia/src/gpu/text/GrTextTarget.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkBuffer.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkBuffer.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkCaps.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkCaps.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkCommandBuffer.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkCommandBuffer.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkGpu.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkGpu.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkImage.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkImage.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkIndexBuffer.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkIndexBuffer.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkInterface.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkInterface.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkMemory.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkMemory.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkRenderPass.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkRenderPass.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkRenderTarget.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkRenderTarget.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkResource.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkStencilAttachment.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkStencilAttachment.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkTexture.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkTexture.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkTextureRenderTarget.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkTextureRenderTarget.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkTransferBuffer.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkTransferBuffer.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkUniformBuffer.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkUniformBuffer.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkUtil.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkUtil.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkVertexBuffer.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkVertexBuffer.h +FILE: ../../../third_party/skia/src/image/SkImage_Gpu.h +FILE: ../../../third_party/skia/src/image/SkImage_Lazy.cpp +FILE: ../../../third_party/skia/src/opts/Sk4px_NEON.h +FILE: ../../../third_party/skia/src/opts/Sk4px_SSE2.h +FILE: ../../../third_party/skia/src/opts/Sk4px_none.h +FILE: ../../../third_party/skia/src/opts/SkBlitMask_opts.h +FILE: ../../../third_party/skia/src/opts/SkBlitRow_opts.h +FILE: ../../../third_party/skia/src/opts/SkOpts_sse41.cpp +FILE: ../../../third_party/skia/src/opts/SkOpts_ssse3.cpp +FILE: ../../../third_party/skia/src/opts/SkXfermode_opts.h +FILE: ../../../third_party/skia/src/pathops/SkDConicLineIntersection.cpp +FILE: ../../../third_party/skia/src/pathops/SkDCubicToQuads.cpp +FILE: ../../../third_party/skia/src/pathops/SkOpCoincidence.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsConic.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsConic.h +FILE: ../../../third_party/skia/src/pathops/SkPathOpsCurve.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsWinding.cpp +FILE: ../../../third_party/skia/src/pdf/SkDocument_PDF_None.cpp +FILE: ../../../third_party/skia/src/pdf/SkJpegInfo.cpp +FILE: ../../../third_party/skia/src/pdf/SkJpegInfo.h +FILE: ../../../third_party/skia/src/pdf/SkPDFBitmap.cpp +FILE: ../../../third_party/skia/src/pdf/SkPDFBitmap.h +FILE: ../../../third_party/skia/src/pdf/SkPDFMetadata.cpp +FILE: ../../../third_party/skia/src/pdf/SkPDFMetadata.h +FILE: ../../../third_party/skia/src/ports/SkFontMgr_android_factory.cpp +FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom_directory_factory.cpp +FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom_embedded_factory.cpp +FILE: ../../../third_party/skia/src/ports/SkFontMgr_fontconfig_factory.cpp +FILE: ../../../third_party/skia/src/ports/SkFontMgr_win_dw_factory.cpp +FILE: ../../../third_party/skia/src/ports/SkOSLibrary.h +FILE: ../../../third_party/skia/src/ports/SkOSLibrary_posix.cpp +FILE: ../../../third_party/skia/src/ports/SkOSLibrary_win.cpp +FILE: ../../../third_party/skia/src/shaders/SkImageShader.cpp +FILE: ../../../third_party/skia/src/shaders/SkImageShader.h +FILE: ../../../third_party/skia/src/shaders/SkLightingShader.cpp +FILE: ../../../third_party/skia/src/shaders/SkLightingShader.h +FILE: ../../../third_party/skia/src/shaders/SkLights.h +FILE: ../../../third_party/skia/src/svg/SkSVGCanvas.cpp +FILE: ../../../third_party/skia/src/svg/SkSVGDevice.cpp +FILE: ../../../third_party/skia/src/svg/SkSVGDevice.h +FILE: ../../../third_party/skia/src/utils/SkPaintFilterCanvas.cpp +FILE: ../../../third_party/skia/src/utils/SkWhitelistChecksums.inc +FILE: ../../../third_party/skia/src/utils/SkWhitelistTypefaces.cpp +FILE: ../../../third_party/skia/src/xps/SkXPSDocument.cpp +---------------------------------------------------------------------------------------------------- +Copyright 2015 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================================================== + +==================================================================================================== +LIBRARY: skia +ORIGIN: ../../../third_party/skia/bench/BlendmodeBench.cpp + ../../../third_party/skia/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/bench/BlendmodeBench.cpp +FILE: ../../../third_party/skia/bench/BlurImageFilterBench.cpp +FILE: ../../../third_party/skia/bench/BlurRectBench.cpp +FILE: ../../../third_party/skia/bench/BlurRoundRectBench.cpp +FILE: ../../../third_party/skia/bench/ChartBench.cpp +FILE: ../../../third_party/skia/bench/CmapBench.cpp +FILE: ../../../third_party/skia/bench/ColorFilterBench.cpp +FILE: ../../../third_party/skia/bench/ColorPrivBench.cpp +FILE: ../../../third_party/skia/bench/CoverageBench.cpp +FILE: ../../../third_party/skia/bench/DisplacementBench.cpp +FILE: ../../../third_party/skia/bench/FSRectBench.cpp +FILE: ../../../third_party/skia/bench/FontCacheBench.cpp +FILE: ../../../third_party/skia/bench/GrResourceCacheBench.cpp +FILE: ../../../third_party/skia/bench/HairlinePathBench.cpp +FILE: ../../../third_party/skia/bench/ImageCacheBench.cpp +FILE: ../../../third_party/skia/bench/LightingBench.cpp +FILE: ../../../third_party/skia/bench/MagnifierBench.cpp +FILE: ../../../third_party/skia/bench/MemsetBench.cpp +FILE: ../../../third_party/skia/bench/MergeBench.cpp +FILE: ../../../third_party/skia/bench/PerlinNoiseBench.cpp +FILE: ../../../third_party/skia/bench/PremulAndUnpremulAlphaOpsBench.cpp +FILE: ../../../third_party/skia/bench/RectoriBench.cpp +FILE: ../../../third_party/skia/bench/RegionContainBench.cpp +FILE: ../../../third_party/skia/bench/ResultsWriter.h +FILE: ../../../third_party/skia/bench/SortBench.cpp +FILE: ../../../third_party/skia/bench/TileBench.cpp +FILE: ../../../third_party/skia/bench/WritePixelsBench.cpp +FILE: ../../../third_party/skia/bench/gUniqueGlyphIDs.h +FILE: ../../../third_party/skia/dm/DM.cpp +FILE: ../../../third_party/skia/gm/alphagradients.cpp +FILE: ../../../third_party/skia/gm/arcofzorro.cpp +FILE: ../../../third_party/skia/gm/beziereffects.cpp +FILE: ../../../third_party/skia/gm/bigblurs.cpp +FILE: ../../../third_party/skia/gm/bigtext.cpp +FILE: ../../../third_party/skia/gm/bitmappremul.cpp +FILE: ../../../third_party/skia/gm/bitmaprecttest.cpp +FILE: ../../../third_party/skia/gm/bitmapshader.cpp +FILE: ../../../third_party/skia/gm/bleed.cpp +FILE: ../../../third_party/skia/gm/blurquickreject.cpp +FILE: ../../../third_party/skia/gm/blurroundrect.cpp +FILE: ../../../third_party/skia/gm/circularclips.cpp +FILE: ../../../third_party/skia/gm/clippedbitmapshaders.cpp +FILE: ../../../third_party/skia/gm/coloremoji.cpp +FILE: ../../../third_party/skia/gm/conicpaths.cpp +FILE: ../../../third_party/skia/gm/copyTo4444.cpp +FILE: ../../../third_party/skia/gm/displacement.cpp +FILE: ../../../third_party/skia/gm/downsamplebitmap.cpp +FILE: ../../../third_party/skia/gm/dropshadowimagefilter.cpp +FILE: ../../../third_party/skia/gm/dstreadshuffle.cpp +FILE: ../../../third_party/skia/gm/fontcache.cpp +FILE: ../../../third_party/skia/gm/fontmgr.cpp +FILE: ../../../third_party/skia/gm/gradientDirtyLaundry.cpp +FILE: ../../../third_party/skia/gm/gradient_matrix.cpp +FILE: ../../../third_party/skia/gm/gradients_no_texture.cpp +FILE: ../../../third_party/skia/gm/hairlines.cpp +FILE: ../../../third_party/skia/gm/imagealphathreshold.cpp +FILE: ../../../third_party/skia/gm/imagesource.cpp +FILE: ../../../third_party/skia/gm/internal_links.cpp +FILE: ../../../third_party/skia/gm/inversepaths.cpp +FILE: ../../../third_party/skia/gm/lumafilter.cpp +FILE: ../../../third_party/skia/gm/megalooper.cpp +FILE: ../../../third_party/skia/gm/mixedtextblobs.cpp +FILE: ../../../third_party/skia/gm/nested.cpp +FILE: ../../../third_party/skia/gm/nonclosedpaths.cpp +FILE: ../../../third_party/skia/gm/offsetimagefilter.cpp +FILE: ../../../third_party/skia/gm/ovals.cpp +FILE: ../../../third_party/skia/gm/pathopsinverse.cpp +FILE: ../../../third_party/skia/gm/pathopsskpclip.cpp +FILE: ../../../third_party/skia/gm/perlinnoise.cpp +FILE: ../../../third_party/skia/gm/pictureimagefilter.cpp +FILE: ../../../third_party/skia/gm/polygons.cpp +FILE: ../../../third_party/skia/gm/rects.cpp +FILE: ../../../third_party/skia/gm/resizeimagefilter.cpp +FILE: ../../../third_party/skia/gm/roundrects.cpp +FILE: ../../../third_party/skia/gm/shallowgradient.cpp +FILE: ../../../third_party/skia/gm/skbug1719.cpp +FILE: ../../../third_party/skia/gm/spritebitmap.cpp +FILE: ../../../third_party/skia/gm/stringart.cpp +FILE: ../../../third_party/skia/gm/textbloblooper.cpp +FILE: ../../../third_party/skia/gm/thinrects.cpp +FILE: ../../../third_party/skia/gm/thinstrokedrects.cpp +FILE: ../../../third_party/skia/gm/tileimagefilter.cpp +FILE: ../../../third_party/skia/gm/vertices.cpp +FILE: ../../../third_party/skia/gm/xfermodeimagefilter.cpp +FILE: ../../../third_party/skia/gm/xfermodes2.cpp +FILE: ../../../third_party/skia/gm/xfermodes3.cpp +FILE: ../../../third_party/skia/include/core/SkDataTable.h +FILE: ../../../third_party/skia/include/core/SkDocument.h +FILE: ../../../third_party/skia/include/core/SkFontLCDConfig.h +FILE: ../../../third_party/skia/include/core/SkFontMgr.h +FILE: ../../../third_party/skia/include/core/SkFontStyle.h +FILE: ../../../third_party/skia/include/core/SkImageGenerator.h +FILE: ../../../third_party/skia/include/core/SkImageInfo.h +FILE: ../../../third_party/skia/include/effects/SkAlphaThresholdFilter.h +FILE: ../../../third_party/skia/include/effects/SkComposeImageFilter.h +FILE: ../../../third_party/skia/include/effects/SkDisplacementMapEffect.h +FILE: ../../../third_party/skia/include/effects/SkDropShadowImageFilter.h +FILE: ../../../third_party/skia/include/effects/SkLumaColorFilter.h +FILE: ../../../third_party/skia/include/effects/SkPerlinNoiseShader.h +FILE: ../../../third_party/skia/include/effects/SkTileImageFilter.h +FILE: ../../../third_party/skia/include/gpu/GrBlend.h +FILE: ../../../third_party/skia/include/gpu/gl/GrGLExtensions.h +FILE: ../../../third_party/skia/include/ports/SkFontConfigInterface.h +FILE: ../../../third_party/skia/include/private/GrTypesPriv.h +FILE: ../../../third_party/skia/include/private/SkMessageBus.h +FILE: ../../../third_party/skia/include/private/SkOnce.h +FILE: ../../../third_party/skia/include/private/SkTFitsIn.h +FILE: ../../../third_party/skia/include/private/SkTLogic.h +FILE: ../../../third_party/skia/include/utils/SkCanvasStateUtils.h +FILE: ../../../third_party/skia/include/utils/SkFrontBufferedStream.h +FILE: ../../../third_party/skia/include/utils/SkLua.h +FILE: ../../../third_party/skia/include/utils/SkLuaCanvas.h +FILE: ../../../third_party/skia/samplecode/SampleChart.cpp +FILE: ../../../third_party/skia/samplecode/SampleClock.cpp +FILE: ../../../third_party/skia/samplecode/SampleLua.cpp +FILE: ../../../third_party/skia/samplecode/SampleManyRects.cpp +FILE: ../../../third_party/skia/samplecode/SamplePdfFileViewer.cpp +FILE: ../../../third_party/skia/samplecode/SampleStringArt.cpp +FILE: ../../../third_party/skia/samplecode/SampleUnpremul.cpp +FILE: ../../../third_party/skia/src/core/SkBitmapDevice.cpp +FILE: ../../../third_party/skia/src/core/SkBitmapDevice.h +FILE: ../../../third_party/skia/src/core/SkDataTable.cpp +FILE: ../../../third_party/skia/src/core/SkDiscardableMemory.h +FILE: ../../../third_party/skia/src/core/SkDocument.cpp +FILE: ../../../third_party/skia/src/core/SkDrawLooper.cpp +FILE: ../../../third_party/skia/src/core/SkFontStream.h +FILE: ../../../third_party/skia/src/core/SkGpuBlurUtils.cpp +FILE: ../../../third_party/skia/src/core/SkGpuBlurUtils.h +FILE: ../../../third_party/skia/src/core/SkMatrixUtils.h +FILE: ../../../third_party/skia/src/core/SkMipMap.cpp +FILE: ../../../third_party/skia/src/core/SkMipMap.h +FILE: ../../../third_party/skia/src/core/SkPaintPriv.cpp +FILE: ../../../third_party/skia/src/core/SkPaintPriv.h +FILE: ../../../third_party/skia/src/core/SkPathRef.cpp +FILE: ../../../third_party/skia/src/core/SkResourceCache.cpp +FILE: ../../../third_party/skia/src/core/SkResourceCache.h +FILE: ../../../third_party/skia/src/core/SkStreamPriv.h +FILE: ../../../third_party/skia/src/core/SkStringUtils.cpp +FILE: ../../../third_party/skia/src/core/SkStringUtils.h +FILE: ../../../third_party/skia/src/core/SkTDynamicHash.h +FILE: ../../../third_party/skia/src/core/SkTMultiMap.h +FILE: ../../../third_party/skia/src/core/SkTypefacePriv.h +FILE: ../../../third_party/skia/src/core/SkValidatingReadBuffer.h +FILE: ../../../third_party/skia/src/core/SkValidationUtils.h +FILE: ../../../third_party/skia/src/effects/SkLumaColorFilter.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkAlphaThresholdFilter.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkComposeImageFilter.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkDisplacementMapEffect.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkDropShadowImageFilter.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkTileImageFilter.cpp +FILE: ../../../third_party/skia/src/gpu/GrCaps.h +FILE: ../../../third_party/skia/src/gpu/GrCoordTransform.h +FILE: ../../../third_party/skia/src/gpu/GrGeometryProcessor.h +FILE: ../../../third_party/skia/src/gpu/GrPaint.cpp +FILE: ../../../third_party/skia/src/gpu/GrPathProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/GrPathProcessor.h +FILE: ../../../third_party/skia/src/gpu/GrPrimitiveProcessor.h +FILE: ../../../third_party/skia/src/gpu/GrRectanizer_skyline.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrBezierEffect.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrBezierEffect.h +FILE: ../../../third_party/skia/src/gpu/effects/GrBicubicEffect.h +FILE: ../../../third_party/skia/src/gpu/effects/GrBitmapTextGeoProc.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrBitmapTextGeoProc.h +FILE: ../../../third_party/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrDistanceFieldGeoProc.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLContext.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLContext.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLExtensions.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLVertexArray.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLVertexArray.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLFragmentProcessor.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLGeometryProcessor.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLPrimitiveProcessor.h +FILE: ../../../third_party/skia/src/gpu/ops/GrOvalOpFactory.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrOvalOpFactory.h +FILE: ../../../third_party/skia/src/lazy/SkDiscardableMemoryPool.cpp +FILE: ../../../third_party/skia/src/lazy/SkDiscardableMemoryPool.h +FILE: ../../../third_party/skia/src/pathops/SkOpCoincidence.h +FILE: ../../../third_party/skia/src/pathops/SkOpContour.cpp +FILE: ../../../third_party/skia/src/pathops/SkOpContour.h +FILE: ../../../third_party/skia/src/pathops/SkPathOpsDebug.cpp +FILE: ../../../third_party/skia/src/pathops/SkPathOpsDebug.h +FILE: ../../../third_party/skia/src/pdf/SkPDFResourceDict.cpp +FILE: ../../../third_party/skia/src/pdf/SkPDFResourceDict.h +FILE: ../../../third_party/skia/src/ports/SkDiscardableMemory_none.cpp +FILE: ../../../third_party/skia/src/ports/SkFontConfigTypeface.h +FILE: ../../../third_party/skia/src/ports/SkFontMgr_FontConfigInterface.cpp +FILE: ../../../third_party/skia/src/ports/SkOSFile_posix.cpp +FILE: ../../../third_party/skia/src/ports/SkOSFile_win.cpp +FILE: ../../../third_party/skia/src/ports/SkTLS_none.cpp +FILE: ../../../third_party/skia/src/ports/SkTLS_pthread.cpp +FILE: ../../../third_party/skia/src/ports/SkTLS_win.cpp +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_name.cpp +FILE: ../../../third_party/skia/src/sfnt/SkTTCFHeader.h +FILE: ../../../third_party/skia/src/shaders/SkColorFilterShader.cpp +FILE: ../../../third_party/skia/src/shaders/SkPerlinNoiseShader.cpp +FILE: ../../../third_party/skia/src/utils/SkCanvasStack.cpp +FILE: ../../../third_party/skia/src/utils/SkCanvasStack.h +FILE: ../../../third_party/skia/src/utils/SkCanvasStateUtils.cpp +FILE: ../../../third_party/skia/src/utils/SkFrontBufferedStream.cpp +FILE: ../../../third_party/skia/src/utils/SkLua.cpp +FILE: ../../../third_party/skia/src/utils/SkLuaCanvas.cpp +---------------------------------------------------------------------------------------------------- +Copyright 2013 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================================================== + +==================================================================================================== +LIBRARY: skia +ORIGIN: ../../../third_party/skia/bench/ClipMaskBench.cpp + ../../../third_party/skia/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/bench/ClipMaskBench.cpp +FILE: ../../../third_party/skia/bench/ClipStrategyBench.cpp +FILE: ../../../third_party/skia/bench/CubicKLMBench.cpp +FILE: ../../../third_party/skia/bench/PathTextBench.cpp +FILE: ../../../third_party/skia/bench/ShadowBench.cpp +FILE: ../../../third_party/skia/bin/gerrit-number +FILE: ../../../third_party/skia/bin/sysopen +FILE: ../../../third_party/skia/dm/DMGpuTestProcs.cpp +FILE: ../../../third_party/skia/example/HelloWorld.cpp +FILE: ../../../third_party/skia/example/HelloWorld.h +FILE: ../../../third_party/skia/experimental/svg/model/SkSVGGradient.cpp +FILE: ../../../third_party/skia/experimental/svg/model/SkSVGGradient.h +FILE: ../../../third_party/skia/experimental/svg/model/SkSVGPattern.cpp +FILE: ../../../third_party/skia/experimental/svg/model/SkSVGPattern.h +FILE: ../../../third_party/skia/experimental/svg/model/SkSVGRadialGradient.cpp +FILE: ../../../third_party/skia/experimental/svg/model/SkSVGRadialGradient.h +FILE: ../../../third_party/skia/experimental/svg/model/SkSVGUse.cpp +FILE: ../../../third_party/skia/experimental/svg/model/SkSVGUse.h +FILE: ../../../third_party/skia/fuzz/FuzzCanvas.cpp +FILE: ../../../third_party/skia/gm/alpha_image.cpp +FILE: ../../../third_party/skia/gm/atlastext.cpp +FILE: ../../../third_party/skia/gm/bitmaptiled.cpp +FILE: ../../../third_party/skia/gm/blurignorexform.cpp +FILE: ../../../third_party/skia/gm/blurimagevmask.cpp +FILE: ../../../third_party/skia/gm/blurpositioning.cpp +FILE: ../../../third_party/skia/gm/blurtextsmallradii.cpp +FILE: ../../../third_party/skia/gm/bug6643.cpp +FILE: ../../../third_party/skia/gm/bug6783.cpp +FILE: ../../../third_party/skia/gm/circle_sizes.cpp +FILE: ../../../third_party/skia/gm/crbug_691386.cpp +FILE: ../../../third_party/skia/gm/crbug_788500.cpp +FILE: ../../../third_party/skia/gm/crosscontextimage.cpp +FILE: ../../../third_party/skia/gm/dftext_blob_persp.cpp +FILE: ../../../third_party/skia/gm/drrect_small_inner.cpp +FILE: ../../../third_party/skia/gm/encode-alpha-jpeg.cpp +FILE: ../../../third_party/skia/gm/etc1.cpp +FILE: ../../../third_party/skia/gm/flippity.cpp +FILE: ../../../third_party/skia/gm/highcontrastfilter.cpp +FILE: ../../../third_party/skia/gm/hsl.cpp +FILE: ../../../third_party/skia/gm/imageblurclampmode.cpp +FILE: ../../../third_party/skia/gm/imageblurrepeatmode.cpp +FILE: ../../../third_party/skia/gm/jpg_color_cube.cpp +FILE: ../../../third_party/skia/gm/makecolorspace.cpp +FILE: ../../../third_party/skia/gm/manypaths.cpp +FILE: ../../../third_party/skia/gm/pictureshadercache.cpp +FILE: ../../../third_party/skia/gm/radial_gradient_precision.cpp +FILE: ../../../third_party/skia/gm/savelayer.cpp +FILE: ../../../third_party/skia/gm/shadowutils.cpp +FILE: ../../../third_party/skia/gm/simple_magnification.cpp +FILE: ../../../third_party/skia/gm/srgb.cpp +FILE: ../../../third_party/skia/gm/testgradient.cpp +FILE: ../../../third_party/skia/gm/text_scale_skew.cpp +FILE: ../../../third_party/skia/gm/thinconcavepaths.cpp +FILE: ../../../third_party/skia/include/android/SkAndroidFrameworkUtils.h +FILE: ../../../third_party/skia/include/atlastext/SkAtlasTextContext.h +FILE: ../../../third_party/skia/include/atlastext/SkAtlasTextFont.h +FILE: ../../../third_party/skia/include/atlastext/SkAtlasTextRenderer.h +FILE: ../../../third_party/skia/include/atlastext/SkAtlasTextTarget.h +FILE: ../../../third_party/skia/include/codec/SkEncodedOrigin.h +FILE: ../../../third_party/skia/include/core/SkDeferredDisplayListRecorder.h +FILE: ../../../third_party/skia/include/core/SkExecutor.h +FILE: ../../../third_party/skia/include/core/SkFontArguments.h +FILE: ../../../third_party/skia/include/core/SkPromiseImageTexture.h +FILE: ../../../third_party/skia/include/core/SkSerialProcs.h +FILE: ../../../third_party/skia/include/core/SkSurfaceCharacterization.h +FILE: ../../../third_party/skia/include/core/SkVertices.h +FILE: ../../../third_party/skia/include/docs/SkXPSDocument.h +FILE: ../../../third_party/skia/include/effects/SkHighContrastFilter.h +FILE: ../../../third_party/skia/include/encode/SkEncoder.h +FILE: ../../../third_party/skia/include/encode/SkJpegEncoder.h +FILE: ../../../third_party/skia/include/encode/SkPngEncoder.h +FILE: ../../../third_party/skia/include/encode/SkWebpEncoder.h +FILE: ../../../third_party/skia/include/gpu/GrBackendSemaphore.h +FILE: ../../../third_party/skia/include/gpu/GrBackendSurface.h +FILE: ../../../third_party/skia/include/gpu/mock/GrMockTypes.h +FILE: ../../../third_party/skia/include/gpu/mtl/GrMtlTypes.h +FILE: ../../../third_party/skia/include/private/GrSharedEnums.h +FILE: ../../../third_party/skia/include/private/SkDeferredDisplayList.h +FILE: ../../../third_party/skia/include/private/SkImageInfoPriv.h +FILE: ../../../third_party/skia/include/private/SkMalloc.h +FILE: ../../../third_party/skia/include/private/SkShadowFlags.h +FILE: ../../../third_party/skia/include/utils/SkShadowUtils.h +FILE: ../../../third_party/skia/modules/skottie/gm/SkottieGM.cpp +FILE: ../../../third_party/skia/modules/skottie/include/Skottie.h +FILE: ../../../third_party/skia/modules/skottie/src/Skottie.cpp +FILE: ../../../third_party/skia/modules/skottie/src/SkottieAnimator.cpp +FILE: ../../../third_party/skia/modules/skottie/src/SkottieValue.cpp +FILE: ../../../third_party/skia/modules/skottie/src/SkottieValue.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGDraw.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGEffectNode.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGGeometryNode.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGGroup.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGInvalidationController.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGMerge.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGNode.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGPaint.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGPath.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGRect.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGRenderNode.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGTransform.h +FILE: ../../../third_party/skia/modules/sksg/include/SkSGTrimEffect.h +FILE: ../../../third_party/skia/modules/sksg/src/SkSGDraw.cpp +FILE: ../../../third_party/skia/modules/sksg/src/SkSGEffectNode.cpp +FILE: ../../../third_party/skia/modules/sksg/src/SkSGGeometryNode.cpp +FILE: ../../../third_party/skia/modules/sksg/src/SkSGGroup.cpp +FILE: ../../../third_party/skia/modules/sksg/src/SkSGInvalidationController.cpp +FILE: ../../../third_party/skia/modules/sksg/src/SkSGMerge.cpp +FILE: ../../../third_party/skia/modules/sksg/src/SkSGNode.cpp +FILE: ../../../third_party/skia/modules/sksg/src/SkSGPaint.cpp +FILE: ../../../third_party/skia/modules/sksg/src/SkSGPath.cpp +FILE: ../../../third_party/skia/modules/sksg/src/SkSGRect.cpp +FILE: ../../../third_party/skia/modules/sksg/src/SkSGRenderNode.cpp +FILE: ../../../third_party/skia/modules/sksg/src/SkSGTransform.cpp +FILE: ../../../third_party/skia/modules/sksg/src/SkSGTrimEffect.cpp +FILE: ../../../third_party/skia/samplecode/SampleCCPRGeometry.cpp +FILE: ../../../third_party/skia/samplecode/SampleChineseFling.cpp +FILE: ../../../third_party/skia/samplecode/SampleCowboy.cpp +FILE: ../../../third_party/skia/samplecode/SampleMixer.cpp +FILE: ../../../third_party/skia/samplecode/SamplePathText.cpp +FILE: ../../../third_party/skia/samplecode/SampleShadowColor.cpp +FILE: ../../../third_party/skia/samplecode/SampleShadowReference.cpp +FILE: ../../../third_party/skia/samplecode/SampleShadowUtils.cpp +FILE: ../../../third_party/skia/src/android/SkAndroidFrameworkUtils.cpp +FILE: ../../../third_party/skia/src/atlastext/SkAtlasTextContext.cpp +FILE: ../../../third_party/skia/src/atlastext/SkAtlasTextTarget.cpp +FILE: ../../../third_party/skia/src/atlastext/SkInternalAtlasTextContext.cpp +FILE: ../../../third_party/skia/src/atlastext/SkInternalAtlasTextContext.h +FILE: ../../../third_party/skia/src/c/sk_effects.cpp +FILE: ../../../third_party/skia/src/codec/SkBmpBaseCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkBmpBaseCodec.h +FILE: ../../../third_party/skia/src/codec/SkFrameHolder.h +FILE: ../../../third_party/skia/src/codec/SkHeifCodec.cpp +FILE: ../../../third_party/skia/src/codec/SkHeifCodec.h +FILE: ../../../third_party/skia/src/codec/SkJpegPriv.h +FILE: ../../../third_party/skia/src/codec/SkPngPriv.h +FILE: ../../../third_party/skia/src/codec/SkStubHeifDecoderAPI.h +FILE: ../../../third_party/skia/src/core/SkArenaAllocList.h +FILE: ../../../third_party/skia/src/core/SkAutoBlitterChoose.h +FILE: ../../../third_party/skia/src/core/SkBlendMode.cpp +FILE: ../../../third_party/skia/src/core/SkBlitter_RGB565.cpp +FILE: ../../../third_party/skia/src/core/SkClipStackDevice.cpp +FILE: ../../../third_party/skia/src/core/SkClipStackDevice.h +FILE: ../../../third_party/skia/src/core/SkDeferredDisplayListRecorder.cpp +FILE: ../../../third_party/skia/src/core/SkDrawShadowInfo.cpp +FILE: ../../../third_party/skia/src/core/SkDrawShadowInfo.h +FILE: ../../../third_party/skia/src/core/SkDraw_vertices.cpp +FILE: ../../../third_party/skia/src/core/SkExecutor.cpp +FILE: ../../../third_party/skia/src/core/SkFontMgrPriv.h +FILE: ../../../third_party/skia/src/core/SkGaussFilter.cpp +FILE: ../../../third_party/skia/src/core/SkGaussFilter.h +FILE: ../../../third_party/skia/src/core/SkImageFilterPriv.h +FILE: ../../../third_party/skia/src/core/SkMaskBlurFilter.cpp +FILE: ../../../third_party/skia/src/core/SkMaskBlurFilter.h +FILE: ../../../third_party/skia/src/core/SkPromiseImageTexture.cpp +FILE: ../../../third_party/skia/src/core/SkRasterClipStack.h +FILE: ../../../third_party/skia/src/core/SkSafeMath.h +FILE: ../../../third_party/skia/src/core/SkSpriteBlitter_RGB565.cpp +FILE: ../../../third_party/skia/src/core/SkVertices.cpp +FILE: ../../../third_party/skia/src/core/SkVptr.h +FILE: ../../../third_party/skia/src/core/SkWritePixelsRec.h +FILE: ../../../third_party/skia/src/effects/SkDashImpl.h +FILE: ../../../third_party/skia/src/effects/SkHighContrastFilter.cpp +FILE: ../../../third_party/skia/src/gpu/GrAHardwareBufferImageGenerator.cpp +FILE: ../../../third_party/skia/src/gpu/GrAHardwareBufferImageGenerator.h +FILE: ../../../third_party/skia/src/gpu/GrBackendSurface.cpp +FILE: ../../../third_party/skia/src/gpu/GrBackendTextureImageGenerator.cpp +FILE: ../../../third_party/skia/src/gpu/GrBackendTextureImageGenerator.h +FILE: ../../../third_party/skia/src/gpu/GrColorSpaceInfo.cpp +FILE: ../../../third_party/skia/src/gpu/GrColorSpaceInfo.h +FILE: ../../../third_party/skia/src/gpu/GrDeferredProxyUploader.h +FILE: ../../../third_party/skia/src/gpu/GrDeferredUpload.h +FILE: ../../../third_party/skia/src/gpu/GrOnFlushResourceProvider.cpp +FILE: ../../../third_party/skia/src/gpu/GrOnFlushResourceProvider.h +FILE: ../../../third_party/skia/src/gpu/GrProcessorSet.cpp +FILE: ../../../third_party/skia/src/gpu/GrProcessorSet.h +FILE: ../../../third_party/skia/src/gpu/GrResourceAllocator.cpp +FILE: ../../../third_party/skia/src/gpu/GrResourceAllocator.h +FILE: ../../../third_party/skia/src/gpu/GrSemaphore.h +FILE: ../../../third_party/skia/src/gpu/GrStencilClip.h +FILE: ../../../third_party/skia/src/gpu/GrSurfaceProxyPriv.h +FILE: ../../../third_party/skia/src/gpu/GrTextureProxyCacheAccess.h +FILE: ../../../third_party/skia/src/gpu/GrTextureProxyPriv.h +FILE: ../../../third_party/skia/src/gpu/SkGr.h +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCAtlas.cpp +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCAtlas.h +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCClipProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCClipProcessor.h +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCCoverageProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCCoverageProcessor.h +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCCubicShader.cpp +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCCubicShader.h +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCFillGeometry.cpp +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCFillGeometry.h +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCFiller.cpp +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCFiller.h +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCPathProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCPathProcessor.h +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCQuadraticShader.cpp +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCQuadraticShader.h +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.h +FILE: ../../../third_party/skia/src/gpu/ccpr/GrGSCoverageProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/ccpr/GrVSCoverageProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/effects/GrAtlasedShaderHelpers.h +FILE: ../../../third_party/skia/src/gpu/effects/GrBlurredEdgeFragmentProcessor.fp +FILE: ../../../third_party/skia/src/gpu/effects/GrCircleEffect.fp +FILE: ../../../third_party/skia/src/gpu/effects/GrEllipseEffect.fp +FILE: ../../../third_party/skia/src/gpu/effects/GrSimpleTextureEffect.fp +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrBlurredEdgeFragmentProcessor.cpp +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrBlurredEdgeFragmentProcessor.h +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrCircleEffect.cpp +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrCircleEffect.h +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrEllipseEffect.cpp +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrEllipseEffect.h +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrSimpleTextureEffect.cpp +FILE: ../../../third_party/skia/src/gpu/effects/generated/GrSimpleTextureEffect.h +FILE: ../../../third_party/skia/src/gpu/gl/GrGLGpuCommandBuffer.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLSemaphore.cpp +FILE: ../../../third_party/skia/src/gpu/gl/GrGLSemaphore.h +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLVertexGeoBuilder.cpp +FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLVertexGeoBuilder.h +FILE: ../../../third_party/skia/src/gpu/mock/GrMockBuffer.h +FILE: ../../../third_party/skia/src/gpu/mock/GrMockCaps.h +FILE: ../../../third_party/skia/src/gpu/mock/GrMockGpu.cpp +FILE: ../../../third_party/skia/src/gpu/mock/GrMockGpu.h +FILE: ../../../third_party/skia/src/gpu/mock/GrMockGpuCommandBuffer.h +FILE: ../../../third_party/skia/src/gpu/mock/GrMockStencilAttachment.h +FILE: ../../../third_party/skia/src/gpu/mock/GrMockTexture.h +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCaps.h +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCaps.mm +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlGpu.h +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlGpu.mm +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlRenderTarget.h +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlRenderTarget.mm +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlTexture.h +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlTexture.mm +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlTrampoline.h +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlTrampoline.mm +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlUtil.h +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlUtil.mm +FILE: ../../../third_party/skia/src/gpu/ops/GrClearOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrDebugMarkerOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrSemaphoreOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrSemaphoreOp.h +FILE: ../../../third_party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelper.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelper.h +FILE: ../../../third_party/skia/src/gpu/ops/GrStencilPathOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrTextureOp.cpp +FILE: ../../../third_party/skia/src/gpu/ops/GrTextureOp.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkBufferView.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkBufferView.h +FILE: ../../../third_party/skia/src/gpu/vk/GrVkSemaphore.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkSemaphore.h +FILE: ../../../third_party/skia/src/opts/SkUtils_opts.h +FILE: ../../../third_party/skia/src/pdf/SkKeyedImage.cpp +FILE: ../../../third_party/skia/src/pdf/SkKeyedImage.h +FILE: ../../../third_party/skia/src/pdf/SkPDFGradientShader.cpp +FILE: ../../../third_party/skia/src/pdf/SkPDFGradientShader.h +FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom_directory.cpp +FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom_embedded.cpp +FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom_empty.cpp +FILE: ../../../third_party/skia/src/ports/SkOSFile_ios.h +FILE: ../../../third_party/skia/src/sfnt/SkOTTable_fvar.h +FILE: ../../../third_party/skia/src/shaders/SkShaderBase.h +FILE: ../../../third_party/skia/src/sksl/SkSLCPP.h +FILE: ../../../third_party/skia/src/sksl/SkSLCPPCodeGenerator.h +FILE: ../../../third_party/skia/src/sksl/SkSLFileOutputStream.h +FILE: ../../../third_party/skia/src/sksl/SkSLHCodeGenerator.h +FILE: ../../../third_party/skia/src/sksl/SkSLLexer.cpp +FILE: ../../../third_party/skia/src/sksl/SkSLLexer.h +FILE: ../../../third_party/skia/src/sksl/SkSLOutputStream.h +FILE: ../../../third_party/skia/src/sksl/SkSLPipelineStageCodeGenerator.h +FILE: ../../../third_party/skia/src/sksl/SkSLSectionAndParameterHelper.h +FILE: ../../../third_party/skia/src/sksl/SkSLString.cpp +FILE: ../../../third_party/skia/src/sksl/SkSLString.h +FILE: ../../../third_party/skia/src/sksl/SkSLStringStream.h +FILE: ../../../third_party/skia/src/sksl/ast/SkSLASTEnum.h +FILE: ../../../third_party/skia/src/sksl/ast/SkSLASTSwitchCase.h +FILE: ../../../third_party/skia/src/sksl/ast/SkSLASTSwitchStatement.h +FILE: ../../../third_party/skia/src/sksl/ir/SkSLEnum.h +FILE: ../../../third_party/skia/src/sksl/ir/SkSLSetting.cpp +FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwitchCase.h +FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwitchStatement.h +FILE: ../../../third_party/skia/src/sksl/lex/DFA.h +FILE: ../../../third_party/skia/src/sksl/lex/DFAState.h +FILE: ../../../third_party/skia/src/sksl/lex/LexUtil.h +FILE: ../../../third_party/skia/src/sksl/lex/Main.cpp +FILE: ../../../third_party/skia/src/sksl/lex/NFA.cpp +FILE: ../../../third_party/skia/src/sksl/lex/NFA.h +FILE: ../../../third_party/skia/src/sksl/lex/NFAState.h +FILE: ../../../third_party/skia/src/sksl/lex/NFAtoDFA.h +FILE: ../../../third_party/skia/src/sksl/lex/RegexNode.cpp +FILE: ../../../third_party/skia/src/sksl/lex/RegexNode.h +FILE: ../../../third_party/skia/src/sksl/lex/RegexParser.cpp +FILE: ../../../third_party/skia/src/sksl/lex/RegexParser.h +FILE: ../../../third_party/skia/src/sksl/sksl_enums.inc +FILE: ../../../third_party/skia/src/utils/SkFloatToDecimal.cpp +FILE: ../../../third_party/skia/src/utils/SkFloatToDecimal.h +FILE: ../../../third_party/skia/src/utils/SkJSONWriter.cpp +FILE: ../../../third_party/skia/src/utils/SkJSONWriter.h +FILE: ../../../third_party/skia/src/utils/SkPolyUtils.cpp +FILE: ../../../third_party/skia/src/utils/SkPolyUtils.h +FILE: ../../../third_party/skia/src/utils/SkShadowTessellator.cpp +FILE: ../../../third_party/skia/src/utils/SkShadowTessellator.h +FILE: ../../../third_party/skia/src/utils/SkShadowUtils.cpp +FILE: ../../../third_party/skia/src/utils/SkThreadUtils_pthread.cpp +FILE: ../../../third_party/skia/src/utils/SkThreadUtils_win.cpp ---------------------------------------------------------------------------------------------------- -Copyright 2019 Google LLC. +Copyright 2017 Google Inc. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================================================== + +==================================================================================================== +LIBRARY: skia +ORIGIN: ../../../third_party/skia/bench/ReadPixBench.cpp + ../../../third_party/skia/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/bench/ReadPixBench.cpp +FILE: ../../../third_party/skia/bench/WriterBench.cpp +FILE: ../../../third_party/skia/include/effects/SkColorFilterImageFilter.h +FILE: ../../../third_party/skia/include/effects/SkLightingImageFilter.h +FILE: ../../../third_party/skia/include/effects/SkMagnifierImageFilter.h +FILE: ../../../third_party/skia/include/effects/SkMatrixConvolutionImageFilter.h +FILE: ../../../third_party/skia/include/effects/SkMergeImageFilter.h +FILE: ../../../third_party/skia/include/effects/SkMorphologyImageFilter.h +FILE: ../../../third_party/skia/include/effects/SkOffsetImageFilter.h +FILE: ../../../third_party/skia/src/core/SkImageFilter.cpp +FILE: ../../../third_party/skia/src/core/SkUtilsArm.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkColorFilterImageFilter.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkLightingImageFilter.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkMagnifierImageFilter.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkMatrixConvolutionImageFilter.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkMergeImageFilter.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkMorphologyImageFilter.cpp +FILE: ../../../third_party/skia/src/effects/imagefilters/SkOffsetImageFilter.cpp +FILE: ../../../third_party/skia/src/images/SkImageEncoderFns.h +---------------------------------------------------------------------------------------------------- +Copyright 2012 The Android Open Source Project Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -5617,6 +5622,7 @@ FILE: ../../../third_party/skia/src/gpu/effects/generated/GrOverrideInputFragmen FILE: ../../../third_party/skia/src/gpu/effects/generated/GrOverrideInputFragmentProcessor.h FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCommandBuffer.h FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCommandBuffer.mm +FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlDepthStencil.h FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.cpp FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.h FILE: ../../../third_party/skia/src/sksl/SkSLDefines.h @@ -6291,6 +6297,41 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: skia +ORIGIN: ../../../third_party/skia/infra/bots/recipe_modules/flavor/resources/win_run_and_check_log.ps1 + ../../../LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/infra/bots/recipe_modules/flavor/resources/win_run_and_check_log.ps1 +---------------------------------------------------------------------------------------------------- +Copyright 2019 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================================================== + ==================================================================================================== LIBRARY: skia ORIGIN: ../../../third_party/skia/src/codec/SkCodecPriv.h + ../../../third_party/skia/LICENSE @@ -6890,4 +6931,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ==================================================================================================== -Total license count: 53 +Total license count: 54 diff --git a/sky/packages/sky_engine/LICENSE b/sky/packages/sky_engine/LICENSE index 9316937d70..f754f1eec4 100644 --- a/sky/packages/sky_engine/LICENSE +++ b/sky/packages/sky_engine/LICENSE @@ -9955,6 +9955,37 @@ distribution. contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skcms +skia + +Copyright 2019 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR @@ -11153,7 +11184,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- skia -Copyright 2019 Google LLC. +Copyright 2019 Google, LLC Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -11183,7 +11214,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- skia -Copyright 2019 Google, LLC +Copyright 2019 The Chromium Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are -- GitLab