From ef11fee4ed42d42a6dd35c873189970fb857b968 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Mon, 13 Nov 2023 20:04:35 -0800 Subject: [PATCH] Move Skia to //flutter/third_party/skia (flutter/engine#47913) As part of eliminating the Flutter buildroot (https://github.com/flutter/flutter/issues/67373), we are moving all third-party dependencies from //third_party to //flutter/third_party. Once all third-party dependencies have been migrated, tooling and config will be moved and the buildroot will be eliminated altogether. To land this PR, we'll need to: 1. Stop the Skia -> Engine autoroller 1. Update the license goldens in this PR. 1. Update https://skia.googlesource.com/skia-autoroll-internal-config/+/refs/heads/main/skia-infra-public/skia-flutter.cfg#55 1. Land this PR. 1. Re-start the Skia -> Engine autoroller --- DEPS | 2 +- engine/src/flutter/BUILD.gn | 5 +- .../flutter/ci/licenses_golden/excluded_files | 606 +- .../flutter/ci/licenses_golden/licenses_skia | 13978 ++++++++-------- .../flutter/ci/licenses_golden/tool_signature | 2 +- .../web_ui/dev/steps/copy_artifacts_step.dart | 1 + engine/src/flutter/lib/web_ui/skwasm/BUILD.gn | 2 + engine/src/flutter/shell/version/version.gni | 14 +- engine/src/flutter/skia/BUILD.gn | 2 +- .../flutter/skia/modules/canvaskit/BUILD.gn | 2 +- .../src/flutter/skia/modules/skcms/BUILD.gn | 2 +- .../flutter/skia/modules/skparagraph/BUILD.gn | 2 +- .../flutter/skia/modules/skshaper/BUILD.gn | 2 +- .../flutter/skia/modules/skunicode/BUILD.gn | 2 +- .../src/flutter/testing/dart/codec_test.dart | 5 +- .../testing/dart/image_descriptor_test.dart | 5 +- .../src/flutter/tools/licenses/lib/main.dart | 32 +- .../src/flutter/tools/licenses/lib/paths.dart | 38 +- engine/src/flutter/tools/path_ops/BUILD.gn | 2 + .../tools/path_ops/dart/lib/path_ops.dart | 6 +- 20 files changed, 7370 insertions(+), 7340 deletions(-) diff --git a/DEPS b/DEPS index bda6d8910d5..616ee51e25d 100644 --- a/DEPS +++ b/DEPS @@ -627,7 +627,7 @@ deps = { 'src/third_party/root_certificates': Var('dart_git') + '/root_certificates.git' + '@' + Var('dart_root_certificates_rev'), - 'src/third_party/skia': + 'src/flutter/third_party/skia': Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'), 'src/third_party/ocmock': diff --git a/engine/src/flutter/BUILD.gn b/engine/src/flutter/BUILD.gn index 8a5bea6e363..98a238deb35 100644 --- a/engine/src/flutter/BUILD.gn +++ b/engine/src/flutter/BUILD.gn @@ -19,7 +19,10 @@ declare_args() { } config("config") { - include_dirs = [ ".." ] + include_dirs = [ + "..", + ".", + ] cflags = [] if (is_win) { if (current_cpu != "x86") { diff --git a/engine/src/flutter/ci/licenses_golden/excluded_files b/engine/src/flutter/ci/licenses_golden/excluded_files index a18607ec382..e518702b323 100644 --- a/engine/src/flutter/ci/licenses_golden/excluded_files +++ b/engine/src/flutter/ci/licenses_golden/excluded_files @@ -619,6 +619,309 @@ ../../../flutter/third_party/shaderc/utils/add_copyright.py ../../../flutter/third_party/shaderc/utils/remove-file-by-suffix.py ../../../flutter/third_party/shaderc/utils/update_build_version.py +../../../flutter/third_party/skia +../../../flutter/third_party/skia/.bazelrc +../../../flutter/third_party/skia/.bazelversion +../../../flutter/third_party/skia/.clang-format +../../../flutter/third_party/skia/.clang-tidy +../../../flutter/third_party/skia/.git +../../../flutter/third_party/skia/.gitignore +../../../flutter/third_party/skia/.gn +../../../flutter/third_party/skia/.vpython +../../../flutter/third_party/skia/AUTHORS +../../../flutter/third_party/skia/BUILD.bazel +../../../flutter/third_party/skia/CONTRIBUTING +../../../flutter/third_party/skia/CQ_COMMITTERS +../../../flutter/third_party/skia/DEPS +../../../flutter/third_party/skia/DIR_METADATA +../../../flutter/third_party/skia/OWNERS +../../../flutter/third_party/skia/OWNERS.android +../../../flutter/third_party/skia/PRESUBMIT.py +../../../flutter/third_party/skia/PRESUBMIT_test.py +../../../flutter/third_party/skia/PRESUBMIT_test_mocks.py +../../../flutter/third_party/skia/README +../../../flutter/third_party/skia/README.chromium +../../../flutter/third_party/skia/WORKSPACE.bazel +../../../flutter/third_party/skia/bazel +../../../flutter/third_party/skia/bench +../../../flutter/third_party/skia/codereview.settings +../../../flutter/third_party/skia/defines.bzl +../../../flutter/third_party/skia/demos.skia.org +../../../flutter/third_party/skia/docker/Makefile +../../../flutter/third_party/skia/docker/README.md +../../../flutter/third_party/skia/docker/binary-size/Dockerfile +../../../flutter/third_party/skia/docker/cmake-release/Dockerfile +../../../flutter/third_party/skia/docker/skia-build-tools/Dockerfile +../../../flutter/third_party/skia/docker/skia-release/Dockerfile +../../../flutter/third_party/skia/docker/skia-wasm-release/Dockerfile +../../../flutter/third_party/skia/docker/skia-with-swift-shader-base/Dockerfile +../../../flutter/third_party/skia/docs +../../../flutter/third_party/skia/example +../../../flutter/third_party/skia/experimental +../../../flutter/third_party/skia/fuzz/README.md +../../../flutter/third_party/skia/gm/BUILD.bazel +../../../flutter/third_party/skia/gm/png_codec.bzl +../../../flutter/third_party/skia/gn/BUILD.bazel +../../../flutter/third_party/skia/gn/__init__.py +../../../flutter/third_party/skia/gn/bazel_build.py +../../../flutter/third_party/skia/gn/call.py +../../../flutter/third_party/skia/gn/checkdir.py +../../../flutter/third_party/skia/gn/codesign_ios.py +../../../flutter/third_party/skia/gn/compile_ib_files.py +../../../flutter/third_party/skia/gn/compile_sksl_tests.py +../../../flutter/third_party/skia/gn/copy_git_directory.py +../../../flutter/third_party/skia/gn/cp.py +../../../flutter/third_party/skia/gn/find_headers.py +../../../flutter/third_party/skia/gn/find_msvc.py +../../../flutter/third_party/skia/gn/find_xcode_sysroot.py +../../../flutter/third_party/skia/gn/gen_plist_ios.py +../../../flutter/third_party/skia/gn/gn_meta_sln.py +../../../flutter/third_party/skia/gn/gn_to_bp.py +../../../flutter/third_party/skia/gn/gn_to_bp_utils.py +../../../flutter/third_party/skia/gn/gn_to_cmake.py +../../../flutter/third_party/skia/gn/highest_version_dir.py +../../../flutter/third_party/skia/gn/is_clang.py +../../../flutter/third_party/skia/gn/make_gm_gni.py +../../../flutter/third_party/skia/gn/minify_sksl.py +../../../flutter/third_party/skia/gn/minify_sksl_tests.py +../../../flutter/third_party/skia/gn/push_to_android.py +../../../flutter/third_party/skia/gn/rm.py +../../../flutter/third_party/skia/gn/run_sksllex.py +../../../flutter/third_party/skia/gn/skqp_gn_args.py +../../../flutter/third_party/skia/gn/toolchain/num_cpus.py +../../../flutter/third_party/skia/go_repositories.bzl +../../../flutter/third_party/skia/include/BUILD.bazel +../../../flutter/third_party/skia/include/OWNERS +../../../flutter/third_party/skia/include/android/BUILD.bazel +../../../flutter/third_party/skia/include/codec/BUILD.bazel +../../../flutter/third_party/skia/include/config/BUILD.bazel +../../../flutter/third_party/skia/include/config/OWNERS +../../../flutter/third_party/skia/include/config/WORKSPACE.bazel +../../../flutter/third_party/skia/include/config/copts.bzl +../../../flutter/third_party/skia/include/config/linkopts.bzl +../../../flutter/third_party/skia/include/core/BUILD.bazel +../../../flutter/third_party/skia/include/docs/BUILD.bazel +../../../flutter/third_party/skia/include/effects/BUILD.bazel +../../../flutter/third_party/skia/include/encode/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/d3d/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/ganesh/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/ganesh/gl/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/ganesh/mtl/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/ganesh/vk/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/gl/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/gl/egl/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/gl/glx/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/graphite/mtl/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/mock/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/mtl/BUILD.bazel +../../../flutter/third_party/skia/include/gpu/vk/BUILD.bazel +../../../flutter/third_party/skia/include/pathops/BUILD.bazel +../../../flutter/third_party/skia/include/ports/BUILD.bazel +../../../flutter/third_party/skia/include/private/BUILD.bazel +../../../flutter/third_party/skia/include/private/OWNERS +../../../flutter/third_party/skia/include/private/base/BUILD.bazel +../../../flutter/third_party/skia/include/private/base/README.md +../../../flutter/third_party/skia/include/private/chromium/BUILD.bazel +../../../flutter/third_party/skia/include/private/gpu/BUILD.bazel +../../../flutter/third_party/skia/include/private/gpu/ganesh/BUILD.bazel +../../../flutter/third_party/skia/include/private/gpu/vk/BUILD.bazel +../../../flutter/third_party/skia/include/sksl/BUILD.bazel +../../../flutter/third_party/skia/include/sksl/OWNERS +../../../flutter/third_party/skia/include/svg/BUILD.bazel +../../../flutter/third_party/skia/include/third_party/vulkan/BUILD.bazel +../../../flutter/third_party/skia/include/utils/BUILD.bazel +../../../flutter/third_party/skia/include/utils/mac/BUILD.bazel +../../../flutter/third_party/skia/infra +../../../flutter/third_party/skia/modules/bentleyottmann/BUILD.bazel +../../../flutter/third_party/skia/modules/bentleyottmann/include/BUILD.bazel +../../../flutter/third_party/skia/modules/bentleyottmann/src/BUILD.bazel +../../../flutter/third_party/skia/modules/bentleyottmann/tests +../../../flutter/third_party/skia/modules/canvaskit/.gitignore +../../../flutter/third_party/skia/modules/canvaskit/BUILD.bazel +../../../flutter/third_party/skia/modules/canvaskit/CHANGELOG.md +../../../flutter/third_party/skia/modules/canvaskit/Makefile +../../../flutter/third_party/skia/modules/canvaskit/README.md +../../../flutter/third_party/skia/modules/canvaskit/external_test/.gitignore +../../../flutter/third_party/skia/modules/canvaskit/external_test/Makefile +../../../flutter/third_party/skia/modules/canvaskit/external_test/typescript_browser/package.json +../../../flutter/third_party/skia/modules/canvaskit/external_test/typescript_browser_es6/package.json +../../../flutter/third_party/skia/modules/canvaskit/fonts/README.md +../../../flutter/third_party/skia/modules/canvaskit/go/gold_test_env +../../../flutter/third_party/skia/modules/canvaskit/npm_build/.gitignore +../../../flutter/third_party/skia/modules/canvaskit/npm_build/CODE_OF_CONDUCT.md +../../../flutter/third_party/skia/modules/canvaskit/npm_build/CONTRIBUTING.md +../../../flutter/third_party/skia/modules/canvaskit/npm_build/README.md +../../../flutter/third_party/skia/modules/canvaskit/npm_build/example.html +../../../flutter/third_party/skia/modules/canvaskit/npm_build/package.json +../../../flutter/third_party/skia/modules/canvaskit/npm_build/types/README.md +../../../flutter/third_party/skia/modules/canvaskit/package.json +../../../flutter/third_party/skia/modules/canvaskit/tests +../../../flutter/third_party/skia/modules/canvaskit/wasm_tools/SIMD/.gitignore +../../../flutter/third_party/skia/modules/jetski/BUILD.bazel +../../../flutter/third_party/skia/modules/jetski/README +../../../flutter/third_party/skia/modules/pathkit/.gitignore +../../../flutter/third_party/skia/modules/pathkit/BUILD.bazel +../../../flutter/third_party/skia/modules/pathkit/CHANGELOG.md +../../../flutter/third_party/skia/modules/pathkit/Makefile +../../../flutter/third_party/skia/modules/pathkit/README.md +../../../flutter/third_party/skia/modules/pathkit/npm-asmjs/CODE_OF_CONDUCT.md +../../../flutter/third_party/skia/modules/pathkit/npm-asmjs/CONTRIBUTING.md +../../../flutter/third_party/skia/modules/pathkit/npm-asmjs/README.md +../../../flutter/third_party/skia/modules/pathkit/npm-asmjs/example.html +../../../flutter/third_party/skia/modules/pathkit/npm-asmjs/package.json +../../../flutter/third_party/skia/modules/pathkit/npm-wasm/CODE_OF_CONDUCT.md +../../../flutter/third_party/skia/modules/pathkit/npm-wasm/CONTRIBUTING.md +../../../flutter/third_party/skia/modules/pathkit/npm-wasm/README.md +../../../flutter/third_party/skia/modules/pathkit/npm-wasm/example.html +../../../flutter/third_party/skia/modules/pathkit/npm-wasm/package.json +../../../flutter/third_party/skia/modules/pathkit/package.json +../../../flutter/third_party/skia/modules/pathkit/tests +../../../flutter/third_party/skia/modules/skcms/BUILD.bazel +../../../flutter/third_party/skia/modules/skcms/OWNERS +../../../flutter/third_party/skia/modules/skcms/README.chromium +../../../flutter/third_party/skia/modules/skcms/version.sha1 +../../../flutter/third_party/skia/modules/skottie/BUILD.bazel +../../../flutter/third_party/skia/modules/skottie/fuzz/BUILD.bazel +../../../flutter/third_party/skia/modules/skottie/gm/BUILD.bazel +../../../flutter/third_party/skia/modules/skottie/include/BUILD.bazel +../../../flutter/third_party/skia/modules/skottie/src/BUILD.bazel +../../../flutter/third_party/skia/modules/skottie/src/animator/BUILD.bazel +../../../flutter/third_party/skia/modules/skottie/src/effects/BUILD.bazel +../../../flutter/third_party/skia/modules/skottie/src/layers/BUILD.bazel +../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/BUILD.bazel +../../../flutter/third_party/skia/modules/skottie/src/text/BUILD.bazel +../../../flutter/third_party/skia/modules/skottie/tests +../../../flutter/third_party/skia/modules/skottie/utils/BUILD.bazel +../../../flutter/third_party/skia/modules/skparagraph/BUILD.bazel +../../../flutter/third_party/skia/modules/skparagraph/bench/BUILD.bazel +../../../flutter/third_party/skia/modules/skparagraph/gm/BUILD.bazel +../../../flutter/third_party/skia/modules/skparagraph/include/BUILD.bazel +../../../flutter/third_party/skia/modules/skparagraph/slides/BUILD.bazel +../../../flutter/third_party/skia/modules/skparagraph/src/BUILD.bazel +../../../flutter/third_party/skia/modules/skparagraph/tests +../../../flutter/third_party/skia/modules/skparagraph/utils/BUILD.bazel +../../../flutter/third_party/skia/modules/skplaintexteditor/README.md +../../../flutter/third_party/skia/modules/skresources/BUILD.bazel +../../../flutter/third_party/skia/modules/skresources/include/BUILD.bazel +../../../flutter/third_party/skia/modules/skresources/src/BUILD.bazel +../../../flutter/third_party/skia/modules/sksg/BUILD.bazel +../../../flutter/third_party/skia/modules/sksg/include/BUILD.bazel +../../../flutter/third_party/skia/modules/sksg/slides/BUILD.bazel +../../../flutter/third_party/skia/modules/sksg/src/BUILD.bazel +../../../flutter/third_party/skia/modules/sksg/tests +../../../flutter/third_party/skia/modules/skshaper/BUILD.bazel +../../../flutter/third_party/skia/modules/skshaper/include/BUILD.bazel +../../../flutter/third_party/skia/modules/skshaper/src/BUILD.bazel +../../../flutter/third_party/skia/modules/skshaper/tests +../../../flutter/third_party/skia/modules/skunicode/BUILD.bazel +../../../flutter/third_party/skia/modules/skunicode/include/BUILD.bazel +../../../flutter/third_party/skia/modules/skunicode/src/BUILD.bazel +../../../flutter/third_party/skia/modules/skunicode/tests +../../../flutter/third_party/skia/modules/svg/include/BUILD.bazel +../../../flutter/third_party/skia/modules/svg/src/BUILD.bazel +../../../flutter/third_party/skia/modules/svg/tests +../../../flutter/third_party/skia/modules/svg/utils/BUILD.bazel +../../../flutter/third_party/skia/package.json +../../../flutter/third_party/skia/platform_tools +../../../flutter/third_party/skia/public.bzl +../../../flutter/third_party/skia/relnotes/README.md +../../../flutter/third_party/skia/requirements.txt +../../../flutter/third_party/skia/resources +../../../flutter/third_party/skia/site +../../../flutter/third_party/skia/specs +../../../flutter/third_party/skia/src/BUILD.bazel +../../../flutter/third_party/skia/src/android/BUILD.bazel +../../../flutter/third_party/skia/src/base/BUILD.bazel +../../../flutter/third_party/skia/src/base/README.md +../../../flutter/third_party/skia/src/codec/BUILD.bazel +../../../flutter/third_party/skia/src/core/BUILD.bazel +../../../flutter/third_party/skia/src/effects/BUILD.bazel +../../../flutter/third_party/skia/src/effects/colorfilters/BUILD.bazel +../../../flutter/third_party/skia/src/effects/imagefilters/BUILD.bazel +../../../flutter/third_party/skia/src/encode/BUILD.bazel +../../../flutter/third_party/skia/src/fonts/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/dawn/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/d3d/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/effects/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/geometry/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/gl/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/gl/android/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/gl/builders/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/gl/egl/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/gl/glx/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/gl/iOS/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/gl/mac/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/gl/webgl/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/gl/win/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/glsl/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/gradients/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/gradients/README.md +../../../flutter/third_party/skia/src/gpu/ganesh/image/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/mock/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/mtl/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/ops/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/surface/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/text/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/ganesh/vk/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/mtl/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/tessellate/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/vk/BUILD.bazel +../../../flutter/third_party/skia/src/gpu/vk/vulkanmemoryallocator/BUILD.bazel +../../../flutter/third_party/skia/src/image/BUILD.bazel +../../../flutter/third_party/skia/src/lazy/BUILD.bazel +../../../flutter/third_party/skia/src/opts/BUILD.bazel +../../../flutter/third_party/skia/src/pathops/BUILD.bazel +../../../flutter/third_party/skia/src/pdf/BUILD.bazel +../../../flutter/third_party/skia/src/ports/BUILD.bazel +../../../flutter/third_party/skia/src/ports/fontations/BUILD.bazel +../../../flutter/third_party/skia/src/sfnt/BUILD.bazel +../../../flutter/third_party/skia/src/shaders/BUILD.bazel +../../../flutter/third_party/skia/src/shaders/gradients/BUILD.bazel +../../../flutter/third_party/skia/src/sksl/BUILD.bazel +../../../flutter/third_party/skia/src/sksl/README.md +../../../flutter/third_party/skia/src/sksl/analysis/BUILD.bazel +../../../flutter/third_party/skia/src/sksl/codegen/BUILD.bazel +../../../flutter/third_party/skia/src/sksl/ir/BUILD.bazel +../../../flutter/third_party/skia/src/sksl/lex/BUILD.bazel +../../../flutter/third_party/skia/src/sksl/tracing/BUILD.bazel +../../../flutter/third_party/skia/src/sksl/transform/BUILD.bazel +../../../flutter/third_party/skia/src/svg/BUILD.bazel +../../../flutter/third_party/skia/src/text/BUILD.bazel +../../../flutter/third_party/skia/src/text/gpu/BUILD.bazel +../../../flutter/third_party/skia/src/utils/BUILD.bazel +../../../flutter/third_party/skia/src/utils/mac/BUILD.bazel +../../../flutter/third_party/skia/src/utils/win/BUILD.bazel +../../../flutter/third_party/skia/src/xml/BUILD.bazel +../../../flutter/third_party/skia/src/xps/BUILD.bazel +../../../flutter/third_party/skia/tests +../../../flutter/third_party/skia/third_party/README +../../../flutter/third_party/skia/third_party/etc1/BUILD.bazel +../../../flutter/third_party/skia/third_party/etc1/README.google +../../../flutter/third_party/skia/third_party/freetype2 +../../../flutter/third_party/skia/third_party/harfbuzz/README +../../../flutter/third_party/skia/third_party/icu +../../../flutter/third_party/skia/third_party/libgrapheme/generate_headers.py +../../../flutter/third_party/skia/third_party/libjpeg-turbo +../../../flutter/third_party/skia/third_party/libpng +../../../flutter/third_party/skia/third_party/lua +../../../flutter/third_party/skia/third_party/vello +../../../flutter/third_party/skia/third_party/vulkanmemoryallocator/BUILD.bazel +../../../flutter/third_party/skia/toolchain/BUILD.bazel +../../../flutter/third_party/skia/toolchain/android_trampolines/gen_trampolines/BUILD.bazel +../../../flutter/third_party/skia/toolchain/clang_layering_check.bzl +../../../flutter/third_party/skia/toolchain/download_linux_amd64_toolchain.bzl +../../../flutter/third_party/skia/toolchain/download_mac_toolchain.bzl +../../../flutter/third_party/skia/toolchain/download_ndk_linux_amd64_toolchain.bzl +../../../flutter/third_party/skia/toolchain/download_toolchains.bzl +../../../flutter/third_party/skia/toolchain/linux_amd64_toolchain_config.bzl +../../../flutter/third_party/skia/toolchain/mac_toolchain_config.bzl +../../../flutter/third_party/skia/toolchain/ndk_linux_arm64_toolchain_config.bzl +../../../flutter/third_party/skia/toolchain/utils.bzl +../../../flutter/third_party/skia/tools ../../../flutter/third_party/spring_animation/README.md ../../../flutter/third_party/sqlite/.git ../../../flutter/third_party/sqlite/.gitignore @@ -2665,309 +2968,6 @@ ../../../third_party/root_certificates/certdata.pem ../../../third_party/root_certificates/certdata.txt ../../../third_party/root_certificates/codereview.settings -../../../third_party/skia -../../../third_party/skia/.bazelrc -../../../third_party/skia/.bazelversion -../../../third_party/skia/.clang-format -../../../third_party/skia/.clang-tidy -../../../third_party/skia/.git -../../../third_party/skia/.gitignore -../../../third_party/skia/.gn -../../../third_party/skia/.vpython -../../../third_party/skia/AUTHORS -../../../third_party/skia/BUILD.bazel -../../../third_party/skia/CONTRIBUTING -../../../third_party/skia/CQ_COMMITTERS -../../../third_party/skia/DEPS -../../../third_party/skia/DIR_METADATA -../../../third_party/skia/OWNERS -../../../third_party/skia/OWNERS.android -../../../third_party/skia/PRESUBMIT.py -../../../third_party/skia/PRESUBMIT_test.py -../../../third_party/skia/PRESUBMIT_test_mocks.py -../../../third_party/skia/README -../../../third_party/skia/README.chromium -../../../third_party/skia/WORKSPACE.bazel -../../../third_party/skia/bazel -../../../third_party/skia/bench -../../../third_party/skia/codereview.settings -../../../third_party/skia/defines.bzl -../../../third_party/skia/demos.skia.org -../../../third_party/skia/docker/Makefile -../../../third_party/skia/docker/README.md -../../../third_party/skia/docker/binary-size/Dockerfile -../../../third_party/skia/docker/cmake-release/Dockerfile -../../../third_party/skia/docker/skia-build-tools/Dockerfile -../../../third_party/skia/docker/skia-release/Dockerfile -../../../third_party/skia/docker/skia-wasm-release/Dockerfile -../../../third_party/skia/docker/skia-with-swift-shader-base/Dockerfile -../../../third_party/skia/docs -../../../third_party/skia/example -../../../third_party/skia/experimental -../../../third_party/skia/fuzz/README.md -../../../third_party/skia/gm/BUILD.bazel -../../../third_party/skia/gm/png_codec.bzl -../../../third_party/skia/gn/BUILD.bazel -../../../third_party/skia/gn/__init__.py -../../../third_party/skia/gn/bazel_build.py -../../../third_party/skia/gn/call.py -../../../third_party/skia/gn/checkdir.py -../../../third_party/skia/gn/codesign_ios.py -../../../third_party/skia/gn/compile_ib_files.py -../../../third_party/skia/gn/compile_sksl_tests.py -../../../third_party/skia/gn/copy_git_directory.py -../../../third_party/skia/gn/cp.py -../../../third_party/skia/gn/find_headers.py -../../../third_party/skia/gn/find_msvc.py -../../../third_party/skia/gn/find_xcode_sysroot.py -../../../third_party/skia/gn/gen_plist_ios.py -../../../third_party/skia/gn/gn_meta_sln.py -../../../third_party/skia/gn/gn_to_bp.py -../../../third_party/skia/gn/gn_to_bp_utils.py -../../../third_party/skia/gn/gn_to_cmake.py -../../../third_party/skia/gn/highest_version_dir.py -../../../third_party/skia/gn/is_clang.py -../../../third_party/skia/gn/make_gm_gni.py -../../../third_party/skia/gn/minify_sksl.py -../../../third_party/skia/gn/minify_sksl_tests.py -../../../third_party/skia/gn/push_to_android.py -../../../third_party/skia/gn/rm.py -../../../third_party/skia/gn/run_sksllex.py -../../../third_party/skia/gn/skqp_gn_args.py -../../../third_party/skia/gn/toolchain/num_cpus.py -../../../third_party/skia/go_repositories.bzl -../../../third_party/skia/include/BUILD.bazel -../../../third_party/skia/include/OWNERS -../../../third_party/skia/include/android/BUILD.bazel -../../../third_party/skia/include/codec/BUILD.bazel -../../../third_party/skia/include/config/BUILD.bazel -../../../third_party/skia/include/config/OWNERS -../../../third_party/skia/include/config/WORKSPACE.bazel -../../../third_party/skia/include/config/copts.bzl -../../../third_party/skia/include/config/linkopts.bzl -../../../third_party/skia/include/core/BUILD.bazel -../../../third_party/skia/include/docs/BUILD.bazel -../../../third_party/skia/include/effects/BUILD.bazel -../../../third_party/skia/include/encode/BUILD.bazel -../../../third_party/skia/include/gpu/BUILD.bazel -../../../third_party/skia/include/gpu/d3d/BUILD.bazel -../../../third_party/skia/include/gpu/ganesh/BUILD.bazel -../../../third_party/skia/include/gpu/ganesh/gl/BUILD.bazel -../../../third_party/skia/include/gpu/ganesh/mtl/BUILD.bazel -../../../third_party/skia/include/gpu/ganesh/vk/BUILD.bazel -../../../third_party/skia/include/gpu/gl/BUILD.bazel -../../../third_party/skia/include/gpu/gl/egl/BUILD.bazel -../../../third_party/skia/include/gpu/gl/glx/BUILD.bazel -../../../third_party/skia/include/gpu/graphite/mtl/BUILD.bazel -../../../third_party/skia/include/gpu/mock/BUILD.bazel -../../../third_party/skia/include/gpu/mtl/BUILD.bazel -../../../third_party/skia/include/gpu/vk/BUILD.bazel -../../../third_party/skia/include/pathops/BUILD.bazel -../../../third_party/skia/include/ports/BUILD.bazel -../../../third_party/skia/include/private/BUILD.bazel -../../../third_party/skia/include/private/OWNERS -../../../third_party/skia/include/private/base/BUILD.bazel -../../../third_party/skia/include/private/base/README.md -../../../third_party/skia/include/private/chromium/BUILD.bazel -../../../third_party/skia/include/private/gpu/BUILD.bazel -../../../third_party/skia/include/private/gpu/ganesh/BUILD.bazel -../../../third_party/skia/include/private/gpu/vk/BUILD.bazel -../../../third_party/skia/include/sksl/BUILD.bazel -../../../third_party/skia/include/sksl/OWNERS -../../../third_party/skia/include/svg/BUILD.bazel -../../../third_party/skia/include/third_party/vulkan/BUILD.bazel -../../../third_party/skia/include/utils/BUILD.bazel -../../../third_party/skia/include/utils/mac/BUILD.bazel -../../../third_party/skia/infra -../../../third_party/skia/modules/bentleyottmann/BUILD.bazel -../../../third_party/skia/modules/bentleyottmann/include/BUILD.bazel -../../../third_party/skia/modules/bentleyottmann/src/BUILD.bazel -../../../third_party/skia/modules/bentleyottmann/tests -../../../third_party/skia/modules/canvaskit/.gitignore -../../../third_party/skia/modules/canvaskit/BUILD.bazel -../../../third_party/skia/modules/canvaskit/CHANGELOG.md -../../../third_party/skia/modules/canvaskit/Makefile -../../../third_party/skia/modules/canvaskit/README.md -../../../third_party/skia/modules/canvaskit/external_test/.gitignore -../../../third_party/skia/modules/canvaskit/external_test/Makefile -../../../third_party/skia/modules/canvaskit/external_test/typescript_browser/package.json -../../../third_party/skia/modules/canvaskit/external_test/typescript_browser_es6/package.json -../../../third_party/skia/modules/canvaskit/fonts/README.md -../../../third_party/skia/modules/canvaskit/go/gold_test_env -../../../third_party/skia/modules/canvaskit/npm_build/.gitignore -../../../third_party/skia/modules/canvaskit/npm_build/CODE_OF_CONDUCT.md -../../../third_party/skia/modules/canvaskit/npm_build/CONTRIBUTING.md -../../../third_party/skia/modules/canvaskit/npm_build/README.md -../../../third_party/skia/modules/canvaskit/npm_build/example.html -../../../third_party/skia/modules/canvaskit/npm_build/package.json -../../../third_party/skia/modules/canvaskit/npm_build/types/README.md -../../../third_party/skia/modules/canvaskit/package.json -../../../third_party/skia/modules/canvaskit/tests -../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/.gitignore -../../../third_party/skia/modules/jetski/BUILD.bazel -../../../third_party/skia/modules/jetski/README -../../../third_party/skia/modules/pathkit/.gitignore -../../../third_party/skia/modules/pathkit/BUILD.bazel -../../../third_party/skia/modules/pathkit/CHANGELOG.md -../../../third_party/skia/modules/pathkit/Makefile -../../../third_party/skia/modules/pathkit/README.md -../../../third_party/skia/modules/pathkit/npm-asmjs/CODE_OF_CONDUCT.md -../../../third_party/skia/modules/pathkit/npm-asmjs/CONTRIBUTING.md -../../../third_party/skia/modules/pathkit/npm-asmjs/README.md -../../../third_party/skia/modules/pathkit/npm-asmjs/example.html -../../../third_party/skia/modules/pathkit/npm-asmjs/package.json -../../../third_party/skia/modules/pathkit/npm-wasm/CODE_OF_CONDUCT.md -../../../third_party/skia/modules/pathkit/npm-wasm/CONTRIBUTING.md -../../../third_party/skia/modules/pathkit/npm-wasm/README.md -../../../third_party/skia/modules/pathkit/npm-wasm/example.html -../../../third_party/skia/modules/pathkit/npm-wasm/package.json -../../../third_party/skia/modules/pathkit/package.json -../../../third_party/skia/modules/pathkit/tests -../../../third_party/skia/modules/skcms/BUILD.bazel -../../../third_party/skia/modules/skcms/OWNERS -../../../third_party/skia/modules/skcms/README.chromium -../../../third_party/skia/modules/skcms/version.sha1 -../../../third_party/skia/modules/skottie/BUILD.bazel -../../../third_party/skia/modules/skottie/fuzz/BUILD.bazel -../../../third_party/skia/modules/skottie/gm/BUILD.bazel -../../../third_party/skia/modules/skottie/include/BUILD.bazel -../../../third_party/skia/modules/skottie/src/BUILD.bazel -../../../third_party/skia/modules/skottie/src/animator/BUILD.bazel -../../../third_party/skia/modules/skottie/src/effects/BUILD.bazel -../../../third_party/skia/modules/skottie/src/layers/BUILD.bazel -../../../third_party/skia/modules/skottie/src/layers/shapelayer/BUILD.bazel -../../../third_party/skia/modules/skottie/src/text/BUILD.bazel -../../../third_party/skia/modules/skottie/tests -../../../third_party/skia/modules/skottie/utils/BUILD.bazel -../../../third_party/skia/modules/skparagraph/BUILD.bazel -../../../third_party/skia/modules/skparagraph/bench/BUILD.bazel -../../../third_party/skia/modules/skparagraph/gm/BUILD.bazel -../../../third_party/skia/modules/skparagraph/include/BUILD.bazel -../../../third_party/skia/modules/skparagraph/slides/BUILD.bazel -../../../third_party/skia/modules/skparagraph/src/BUILD.bazel -../../../third_party/skia/modules/skparagraph/tests -../../../third_party/skia/modules/skparagraph/utils/BUILD.bazel -../../../third_party/skia/modules/skplaintexteditor/README.md -../../../third_party/skia/modules/skresources/BUILD.bazel -../../../third_party/skia/modules/skresources/include/BUILD.bazel -../../../third_party/skia/modules/skresources/src/BUILD.bazel -../../../third_party/skia/modules/sksg/BUILD.bazel -../../../third_party/skia/modules/sksg/include/BUILD.bazel -../../../third_party/skia/modules/sksg/slides/BUILD.bazel -../../../third_party/skia/modules/sksg/src/BUILD.bazel -../../../third_party/skia/modules/sksg/tests -../../../third_party/skia/modules/skshaper/BUILD.bazel -../../../third_party/skia/modules/skshaper/include/BUILD.bazel -../../../third_party/skia/modules/skshaper/src/BUILD.bazel -../../../third_party/skia/modules/skshaper/tests -../../../third_party/skia/modules/skunicode/BUILD.bazel -../../../third_party/skia/modules/skunicode/include/BUILD.bazel -../../../third_party/skia/modules/skunicode/src/BUILD.bazel -../../../third_party/skia/modules/skunicode/tests -../../../third_party/skia/modules/svg/include/BUILD.bazel -../../../third_party/skia/modules/svg/src/BUILD.bazel -../../../third_party/skia/modules/svg/tests -../../../third_party/skia/modules/svg/utils/BUILD.bazel -../../../third_party/skia/package.json -../../../third_party/skia/platform_tools -../../../third_party/skia/public.bzl -../../../third_party/skia/relnotes/README.md -../../../third_party/skia/requirements.txt -../../../third_party/skia/resources -../../../third_party/skia/site -../../../third_party/skia/specs -../../../third_party/skia/src/BUILD.bazel -../../../third_party/skia/src/android/BUILD.bazel -../../../third_party/skia/src/base/BUILD.bazel -../../../third_party/skia/src/base/README.md -../../../third_party/skia/src/codec/BUILD.bazel -../../../third_party/skia/src/core/BUILD.bazel -../../../third_party/skia/src/effects/BUILD.bazel -../../../third_party/skia/src/effects/colorfilters/BUILD.bazel -../../../third_party/skia/src/effects/imagefilters/BUILD.bazel -../../../third_party/skia/src/encode/BUILD.bazel -../../../third_party/skia/src/fonts/BUILD.bazel -../../../third_party/skia/src/gpu/BUILD.bazel -../../../third_party/skia/src/gpu/dawn/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/d3d/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/effects/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/geometry/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/gl/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/gl/android/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/gl/builders/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/gl/egl/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/gl/glx/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/gl/iOS/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/gl/mac/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/gl/webgl/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/gl/win/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/glsl/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/gradients/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/gradients/README.md -../../../third_party/skia/src/gpu/ganesh/image/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/mock/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/mtl/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/ops/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/surface/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/tessellate/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/text/BUILD.bazel -../../../third_party/skia/src/gpu/ganesh/vk/BUILD.bazel -../../../third_party/skia/src/gpu/mtl/BUILD.bazel -../../../third_party/skia/src/gpu/tessellate/BUILD.bazel -../../../third_party/skia/src/gpu/vk/BUILD.bazel -../../../third_party/skia/src/gpu/vk/vulkanmemoryallocator/BUILD.bazel -../../../third_party/skia/src/image/BUILD.bazel -../../../third_party/skia/src/lazy/BUILD.bazel -../../../third_party/skia/src/opts/BUILD.bazel -../../../third_party/skia/src/pathops/BUILD.bazel -../../../third_party/skia/src/pdf/BUILD.bazel -../../../third_party/skia/src/ports/BUILD.bazel -../../../third_party/skia/src/ports/fontations/BUILD.bazel -../../../third_party/skia/src/sfnt/BUILD.bazel -../../../third_party/skia/src/shaders/BUILD.bazel -../../../third_party/skia/src/shaders/gradients/BUILD.bazel -../../../third_party/skia/src/sksl/BUILD.bazel -../../../third_party/skia/src/sksl/README.md -../../../third_party/skia/src/sksl/analysis/BUILD.bazel -../../../third_party/skia/src/sksl/codegen/BUILD.bazel -../../../third_party/skia/src/sksl/ir/BUILD.bazel -../../../third_party/skia/src/sksl/lex/BUILD.bazel -../../../third_party/skia/src/sksl/tracing/BUILD.bazel -../../../third_party/skia/src/sksl/transform/BUILD.bazel -../../../third_party/skia/src/svg/BUILD.bazel -../../../third_party/skia/src/text/BUILD.bazel -../../../third_party/skia/src/text/gpu/BUILD.bazel -../../../third_party/skia/src/utils/BUILD.bazel -../../../third_party/skia/src/utils/mac/BUILD.bazel -../../../third_party/skia/src/utils/win/BUILD.bazel -../../../third_party/skia/src/xml/BUILD.bazel -../../../third_party/skia/src/xps/BUILD.bazel -../../../third_party/skia/tests -../../../third_party/skia/third_party/README -../../../third_party/skia/third_party/etc1/BUILD.bazel -../../../third_party/skia/third_party/etc1/README.google -../../../third_party/skia/third_party/freetype2 -../../../third_party/skia/third_party/harfbuzz/README -../../../third_party/skia/third_party/icu -../../../third_party/skia/third_party/libgrapheme/generate_headers.py -../../../third_party/skia/third_party/libjpeg-turbo -../../../third_party/skia/third_party/libpng -../../../third_party/skia/third_party/lua -../../../third_party/skia/third_party/vello -../../../third_party/skia/third_party/vulkanmemoryallocator/BUILD.bazel -../../../third_party/skia/toolchain/BUILD.bazel -../../../third_party/skia/toolchain/android_trampolines/gen_trampolines/BUILD.bazel -../../../third_party/skia/toolchain/clang_layering_check.bzl -../../../third_party/skia/toolchain/download_linux_amd64_toolchain.bzl -../../../third_party/skia/toolchain/download_mac_toolchain.bzl -../../../third_party/skia/toolchain/download_ndk_linux_amd64_toolchain.bzl -../../../third_party/skia/toolchain/download_toolchains.bzl -../../../third_party/skia/toolchain/linux_amd64_toolchain_config.bzl -../../../third_party/skia/toolchain/mac_toolchain_config.bzl -../../../third_party/skia/toolchain/ndk_linux_arm64_toolchain_config.bzl -../../../third_party/skia/toolchain/utils.bzl -../../../third_party/skia/tools ../../../third_party/stb ../../../third_party/swiftshader ../../../third_party/tinygltf diff --git a/engine/src/flutter/ci/licenses_golden/licenses_skia b/engine/src/flutter/ci/licenses_golden/licenses_skia index 74a0bf954c1..32e95d98353 100644 --- a/engine/src/flutter/ci/licenses_golden/licenses_skia +++ b/engine/src/flutter/ci/licenses_golden/licenses_skia @@ -1,29 +1,29 @@ -Signature: 07e4ebfd9fed6a88d995387a7ceb0f1b +Signature: 153f0080309ea2c56feacc1ba82b6785 ==================================================================================================== LIBRARY: etc1 LIBRARY: vulkan -ORIGIN: Apache-2.0 referenced by ../../../third_party/skia/include/third_party/vulkan/vulkan/vk_platform.h -ORIGIN: Apache-2.0 referenced by ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan.h -ORIGIN: Apache-2.0 referenced by ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_android.h -ORIGIN: Apache-2.0 referenced by ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_core.h -ORIGIN: Apache-2.0 referenced by ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_ios.h -ORIGIN: Apache-2.0 referenced by ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_macos.h -ORIGIN: Apache-2.0 referenced by ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_win32.h -ORIGIN: Apache-2.0 referenced by ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_xcb.h -ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/skia/third_party/etc1/etc1.cpp -ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/skia/third_party/etc1/etc1.h +ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vk_platform.h +ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan.h +ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan_android.h +ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan_core.h +ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan_ios.h +ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan_macos.h +ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan_win32.h +ORIGIN: Apache-2.0 referenced by ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan_xcb.h +ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/skia/third_party/etc1/etc1.cpp +ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/skia/third_party/etc1/etc1.h TYPE: LicenseType.apache -FILE: ../../../third_party/skia/include/third_party/vulkan/vulkan/vk_platform.h -FILE: ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan.h -FILE: ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_android.h -FILE: ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_core.h -FILE: ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_ios.h -FILE: ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_macos.h -FILE: ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_win32.h -FILE: ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_xcb.h -FILE: ../../../third_party/skia/third_party/etc1/etc1.cpp -FILE: ../../../third_party/skia/third_party/etc1/etc1.h +FILE: ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vk_platform.h +FILE: ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan.h +FILE: ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan_android.h +FILE: ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan_core.h +FILE: ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan_ios.h +FILE: ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan_macos.h +FILE: ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan_win32.h +FILE: ../../../flutter/third_party/skia/include/third_party/vulkan/vulkan/vulkan_xcb.h +FILE: ../../../flutter/third_party/skia/third_party/etc1/etc1.cpp +FILE: ../../../flutter/third_party/skia/third_party/etc1/etc1.h ---------------------------------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -230,9 +230,9 @@ limitations under the License. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/include/utils/SkEventTracer.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkEventTracer.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/include/utils/SkEventTracer.h +FILE: ../../../flutter/third_party/skia/include/utils/SkEventTracer.h ---------------------------------------------------------------------------------------------------- Copyright (C) 2014 Google Inc. All rights reserved. @@ -267,19 +267,19 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/modules/canvaskit/npm_build/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/canvaskit/npm_build/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/modules/canvaskit/npm_build/extra.html -FILE: ../../../third_party/skia/modules/canvaskit/npm_build/multicanvas.html -FILE: ../../../third_party/skia/modules/canvaskit/npm_build/node.example.js -FILE: ../../../third_party/skia/modules/canvaskit/npm_build/package-lock.json -FILE: ../../../third_party/skia/modules/canvaskit/npm_build/paragraphs.html -FILE: ../../../third_party/skia/modules/canvaskit/npm_build/shaping.html -FILE: ../../../third_party/skia/modules/canvaskit/npm_build/textapi_utils.js -FILE: ../../../third_party/skia/modules/canvaskit/npm_build/types/canvaskit-wasm-tests.ts -FILE: ../../../third_party/skia/modules/canvaskit/npm_build/types/index.d.ts -FILE: ../../../third_party/skia/modules/canvaskit/npm_build/types/tsconfig.json -FILE: ../../../third_party/skia/modules/canvaskit/npm_build/types/tslint.json +FILE: ../../../flutter/third_party/skia/modules/canvaskit/npm_build/extra.html +FILE: ../../../flutter/third_party/skia/modules/canvaskit/npm_build/multicanvas.html +FILE: ../../../flutter/third_party/skia/modules/canvaskit/npm_build/node.example.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/npm_build/package-lock.json +FILE: ../../../flutter/third_party/skia/modules/canvaskit/npm_build/paragraphs.html +FILE: ../../../flutter/third_party/skia/modules/canvaskit/npm_build/shaping.html +FILE: ../../../flutter/third_party/skia/modules/canvaskit/npm_build/textapi_utils.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/npm_build/types/canvaskit-wasm-tests.ts +FILE: ../../../flutter/third_party/skia/modules/canvaskit/npm_build/types/index.d.ts +FILE: ../../../flutter/third_party/skia/modules/canvaskit/npm_build/types/tsconfig.json +FILE: ../../../flutter/third_party/skia/modules/canvaskit/npm_build/types/tslint.json ---------------------------------------------------------------------------------------------------- Copyright (c) 2011 Google Inc. All rights reserved. @@ -313,115 +313,115 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: libmicrohttpd LIBRARY: skia -ORIGIN: ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/.bazelignore -FILE: ../../../third_party/skia/.bazelproject -FILE: ../../../third_party/skia/Cargo.toml -FILE: ../../../third_party/skia/RELEASE_NOTES.md -FILE: ../../../third_party/skia/go.mod -FILE: ../../../third_party/skia/go.sum -FILE: ../../../third_party/skia/modules/canvaskit/catchExceptionNop.js -FILE: ../../../third_party/skia/modules/canvaskit/color.js -FILE: ../../../third_party/skia/modules/canvaskit/cpu.js -FILE: ../../../third_party/skia/modules/canvaskit/debug.js -FILE: ../../../third_party/skia/modules/canvaskit/debugger.js -FILE: ../../../third_party/skia/modules/canvaskit/external_test/typescript_browser/index.html -FILE: ../../../third_party/skia/modules/canvaskit/external_test/typescript_browser/module_uses_ck.ts -FILE: ../../../third_party/skia/modules/canvaskit/external_test/typescript_browser/package-lock.json -FILE: ../../../third_party/skia/modules/canvaskit/external_test/typescript_browser/tsconfig.json -FILE: ../../../third_party/skia/modules/canvaskit/external_test/typescript_browser_es6/index.html -FILE: ../../../third_party/skia/modules/canvaskit/external_test/typescript_browser_es6/module_uses_ck.ts -FILE: ../../../third_party/skia/modules/canvaskit/external_test/typescript_browser_es6/package-lock.json -FILE: ../../../third_party/skia/modules/canvaskit/external_test/typescript_browser_es6/tsconfig.json -FILE: ../../../third_party/skia/modules/canvaskit/externs.js -FILE: ../../../third_party/skia/modules/canvaskit/font.js -FILE: ../../../third_party/skia/modules/canvaskit/fonts/NotoMono-Regular.ttf -FILE: ../../../third_party/skia/modules/canvaskit/future_apis/ImageDecoder.md -FILE: ../../../third_party/skia/modules/canvaskit/future_apis/WebGPU.md -FILE: ../../../third_party/skia/modules/canvaskit/gm.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/htmlimage.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.bazel.js -FILE: ../../../third_party/skia/modules/canvaskit/karma.conf.js -FILE: ../../../third_party/skia/modules/canvaskit/matrix.js -FILE: ../../../third_party/skia/modules/canvaskit/memory.js -FILE: ../../../third_party/skia/modules/canvaskit/package-lock.json -FILE: ../../../third_party/skia/modules/canvaskit/paragraph.js -FILE: ../../../third_party/skia/modules/canvaskit/pathops.js -FILE: ../../../third_party/skia/modules/canvaskit/postamble.js -FILE: ../../../third_party/skia/modules/canvaskit/preamble.js -FILE: ../../../third_party/skia/modules/canvaskit/release.js -FILE: ../../../third_party/skia/modules/canvaskit/rt_shader.js -FILE: ../../../third_party/skia/modules/canvaskit/skottie.js -FILE: ../../../third_party/skia/modules/canvaskit/skp.js -FILE: ../../../third_party/skia/modules/canvaskit/util.js -FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/wasm_simd_types.txt -FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/gms.html -FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/viewer.html -FILE: ../../../third_party/skia/modules/canvaskit/webgl.js -FILE: ../../../third_party/skia/modules/canvaskit/webgpu.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/package-lock.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/skparagraph/test.html -FILE: ../../../third_party/skia/package-lock.json -FILE: ../../../third_party/skia/relnotes/FontConfigInterface.md -FILE: ../../../third_party/skia/src/gpu/gpu_workaround_list.txt -FILE: ../../../third_party/skia/src/ports/fontations/Cargo.toml -FILE: ../../../third_party/skia/src/sksl/generated/sksl_compute.minified.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_compute.unoptimized.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_frag.minified.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_frag.unoptimized.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_gpu.minified.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_gpu.unoptimized.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_graphite_frag.minified.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_graphite_frag.unoptimized.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_graphite_vert.minified.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_graphite_vert.unoptimized.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_public.minified.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_public.unoptimized.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_rt_shader.minified.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_rt_shader.unoptimized.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_shared.minified.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_shared.unoptimized.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_vert.minified.sksl -FILE: ../../../third_party/skia/src/sksl/generated/sksl_vert.unoptimized.sksl -FILE: ../../../third_party/skia/src/sksl/lex/sksl.lex -FILE: ../../../third_party/skia/src/sksl/sksl_compute.sksl -FILE: ../../../third_party/skia/src/sksl/sksl_frag.sksl -FILE: ../../../third_party/skia/src/sksl/sksl_gpu.sksl -FILE: ../../../third_party/skia/src/sksl/sksl_graphite_frag.sksl -FILE: ../../../third_party/skia/src/sksl/sksl_graphite_vert.sksl -FILE: ../../../third_party/skia/src/sksl/sksl_public.sksl -FILE: ../../../third_party/skia/src/sksl/sksl_rt_shader.sksl -FILE: ../../../third_party/skia/src/sksl/sksl_shared.sksl -FILE: ../../../third_party/skia/src/sksl/sksl_vert.sksl -FILE: ../../../third_party/skia/third_party/go.mod -FILE: ../../../third_party/skia/third_party/libmicrohttpd/MHD_config.h -FILE: ../../../third_party/skia/toolchain/linux_trampolines/IWYU_mapping.imp -FILE: ../../../third_party/skia/toolchain/ndk.BUILD -FILE: ../../../third_party/skia/whitespace.txt +FILE: ../../../flutter/third_party/skia/.bazelignore +FILE: ../../../flutter/third_party/skia/.bazelproject +FILE: ../../../flutter/third_party/skia/Cargo.toml +FILE: ../../../flutter/third_party/skia/RELEASE_NOTES.md +FILE: ../../../flutter/third_party/skia/go.mod +FILE: ../../../flutter/third_party/skia/go.sum +FILE: ../../../flutter/third_party/skia/modules/canvaskit/catchExceptionNop.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/color.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/cpu.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/debug.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/debugger.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/external_test/typescript_browser/index.html +FILE: ../../../flutter/third_party/skia/modules/canvaskit/external_test/typescript_browser/module_uses_ck.ts +FILE: ../../../flutter/third_party/skia/modules/canvaskit/external_test/typescript_browser/package-lock.json +FILE: ../../../flutter/third_party/skia/modules/canvaskit/external_test/typescript_browser/tsconfig.json +FILE: ../../../flutter/third_party/skia/modules/canvaskit/external_test/typescript_browser_es6/index.html +FILE: ../../../flutter/third_party/skia/modules/canvaskit/external_test/typescript_browser_es6/module_uses_ck.ts +FILE: ../../../flutter/third_party/skia/modules/canvaskit/external_test/typescript_browser_es6/package-lock.json +FILE: ../../../flutter/third_party/skia/modules/canvaskit/external_test/typescript_browser_es6/tsconfig.json +FILE: ../../../flutter/third_party/skia/modules/canvaskit/externs.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/font.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/fonts/NotoMono-Regular.ttf +FILE: ../../../flutter/third_party/skia/modules/canvaskit/future_apis/ImageDecoder.md +FILE: ../../../flutter/third_party/skia/modules/canvaskit/future_apis/WebGPU.md +FILE: ../../../flutter/third_party/skia/modules/canvaskit/gm.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/_namedcolors.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/canvas2dcontext.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/color.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/font.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/htmlcanvas.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/htmlimage.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/imagedata.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/lineargradient.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/path2d.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/pattern.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/postamble.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/preamble.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/radialgradient.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/htmlcanvas/util.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/interface.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/karma.bazel.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/karma.conf.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/matrix.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/memory.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/package-lock.json +FILE: ../../../flutter/third_party/skia/modules/canvaskit/paragraph.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/pathops.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/postamble.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/preamble.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/release.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/rt_shader.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/skottie.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/skp.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/util.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/wasm_tools/SIMD/wasm_simd_types.txt +FILE: ../../../flutter/third_party/skia/modules/canvaskit/wasm_tools/gms.html +FILE: ../../../flutter/third_party/skia/modules/canvaskit/wasm_tools/viewer.html +FILE: ../../../flutter/third_party/skia/modules/canvaskit/webgl.js +FILE: ../../../flutter/third_party/skia/modules/canvaskit/webgpu.js +FILE: ../../../flutter/third_party/skia/modules/pathkit/chaining.js +FILE: ../../../flutter/third_party/skia/modules/pathkit/externs.js +FILE: ../../../flutter/third_party/skia/modules/pathkit/helper.js +FILE: ../../../flutter/third_party/skia/modules/pathkit/karma.bench.conf.js +FILE: ../../../flutter/third_party/skia/modules/pathkit/karma.conf.js +FILE: ../../../flutter/third_party/skia/modules/pathkit/package-lock.json +FILE: ../../../flutter/third_party/skia/modules/pathkit/perf/effects.bench.js +FILE: ../../../flutter/third_party/skia/modules/pathkit/perf/path.bench.js +FILE: ../../../flutter/third_party/skia/modules/pathkit/perf/pathops.bench.js +FILE: ../../../flutter/third_party/skia/modules/pathkit/perf/perfReporter.js +FILE: ../../../flutter/third_party/skia/modules/skparagraph/test.html +FILE: ../../../flutter/third_party/skia/package-lock.json +FILE: ../../../flutter/third_party/skia/relnotes/FontConfigInterface.md +FILE: ../../../flutter/third_party/skia/src/gpu/gpu_workaround_list.txt +FILE: ../../../flutter/third_party/skia/src/ports/fontations/Cargo.toml +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_compute.minified.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_compute.unoptimized.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_frag.minified.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_frag.unoptimized.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_gpu.minified.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_gpu.unoptimized.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_graphite_frag.minified.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_graphite_frag.unoptimized.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_graphite_vert.minified.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_graphite_vert.unoptimized.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_public.minified.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_public.unoptimized.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_rt_shader.minified.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_rt_shader.unoptimized.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_shared.minified.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_shared.unoptimized.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_vert.minified.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_vert.unoptimized.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/lex/sksl.lex +FILE: ../../../flutter/third_party/skia/src/sksl/sksl_compute.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/sksl_frag.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/sksl_gpu.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/sksl_graphite_frag.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/sksl_graphite_vert.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/sksl_public.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/sksl_rt_shader.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/sksl_shared.sksl +FILE: ../../../flutter/third_party/skia/src/sksl/sksl_vert.sksl +FILE: ../../../flutter/third_party/skia/third_party/go.mod +FILE: ../../../flutter/third_party/skia/third_party/libmicrohttpd/MHD_config.h +FILE: ../../../flutter/third_party/skia/toolchain/linux_trampolines/IWYU_mapping.imp +FILE: ../../../flutter/third_party/skia/toolchain/ndk.BUILD +FILE: ../../../flutter/third_party/skia/whitespace.txt ---------------------------------------------------------------------------------------------------- Copyright (c) 2011 Google Inc. All rights reserved. @@ -456,9 +456,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/core/SkTraceEvent.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTraceEvent.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/core/SkTraceEvent.h +FILE: ../../../flutter/third_party/skia/src/core/SkTraceEvent.h ---------------------------------------------------------------------------------------------------- Copyright (c) 2014 Google Inc. @@ -493,11 +493,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/sksl/GLSL.std.450.h -ORIGIN: ../../../third_party/skia/src/sksl/spirv.h +ORIGIN: ../../../flutter/third_party/skia/src/sksl/GLSL.std.450.h +ORIGIN: ../../../flutter/third_party/skia/src/sksl/spirv.h TYPE: LicenseType.unknown -FILE: ../../../third_party/skia/src/sksl/GLSL.std.450.h -FILE: ../../../third_party/skia/src/sksl/spirv.h +FILE: ../../../flutter/third_party/skia/src/sksl/GLSL.std.450.h +FILE: ../../../flutter/third_party/skia/src/sksl/spirv.h ---------------------------------------------------------------------------------------------------- Copyright (c) 2014-2016 The Khronos Group Inc. @@ -527,13 +527,13 @@ IN THE MATERIALS. ==================================================================================================== LIBRARY: expat LIBRARY: harfbuzz -ORIGIN: ../../../third_party/skia/third_party/expat/LICENSE -ORIGIN: ../../../third_party/skia/third_party/harfbuzz/LICENSE +ORIGIN: ../../../flutter/third_party/skia/third_party/expat/LICENSE +ORIGIN: ../../../flutter/third_party/skia/third_party/harfbuzz/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/third_party/expat/0001-Do-not-claim-getrandom.patch -FILE: ../../../third_party/skia/third_party/expat/0002-Do-not-claim-arc4random_buf.patch -FILE: ../../../third_party/skia/third_party/expat/include/expat_config/expat_config.h -FILE: ../../../third_party/skia/third_party/harfbuzz/config-override.h +FILE: ../../../flutter/third_party/skia/third_party/expat/0001-Do-not-claim-getrandom.patch +FILE: ../../../flutter/third_party/skia/third_party/expat/0002-Do-not-claim-arc4random_buf.patch +FILE: ../../../flutter/third_party/skia/third_party/expat/include/expat_config/expat_config.h +FILE: ../../../flutter/third_party/skia/third_party/harfbuzz/config-override.h ---------------------------------------------------------------------------------------------------- Copyright (c) 2021 Google Inc. All rights reserved. @@ -566,9 +566,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/include/core/SkRegion.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkRegion.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/include/core/SkRegion.h +FILE: ../../../flutter/third_party/skia/include/core/SkRegion.h ---------------------------------------------------------------------------------------------------- Copyright 2005 The Android Open Source Project @@ -603,297 +603,297 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/include/config/SkUserConfig.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkBitmap.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkCanvas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkColor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkColorFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkColorPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkFlattenable.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkGraphics.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkMaskFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkMatrix.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkPaint.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkPath.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkPathEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkPathMeasure.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkRect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkRefCnt.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkScalar.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkStream.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkString.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkTypeface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/Sk1DPathEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/Sk2DPathEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkBlurMaskFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkCornerPathEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkDashPathEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkDiscretePathEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkGradientShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkTableMaskFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/SkColorData.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkDeque.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkFixed.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkFloatingPoint.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkMath.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkNoncopyable.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkPoint_impl.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkTDArray.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkTemplates.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkCamera.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkParse.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkParsePath.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkBase64.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkBase64.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkDebug.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkDeque.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkEndian.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkRandom.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkTSearch.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkTSearch.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkTSort.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkAlphaRuns.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkAlphaRuns.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkAnalyticEdge.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkAnalyticEdge.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitBWMaskTemplate.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitter_A8.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitter_ARGB32.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitter_Sprite.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlurMask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlurMask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlurMaskFilterImpl.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkColor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkColorFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCoreBlitters.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDescriptor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDraw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDraw.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkEdge.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkEdge.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFDot6.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkGeometry.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkGeometry.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkGlyph.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkGraphics.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMaskFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMatrix.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkOSFile.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPaint.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPathEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPathEffectBase.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPointPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRegion.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRegionPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRegion_path.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkScalerContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkScalerContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkScan.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkScanPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkScan_AntiPath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkScan_Hairline.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkScan_Path.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSpriteBlitter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSpriteBlitter_ARGB32.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStream.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStrike.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStrike.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkString.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStroke.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStrokerPriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStrokerPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/Sk1DPathEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/Sk2DPathEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkCornerPathEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkDashPathEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkDiscretePathEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkEmbossMask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkEmbossMask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkEmbossMaskFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkEmbossMaskFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkBlendModeColorFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkColorFilterBase.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkColorFilterBase.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkPngEncoderImpl.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkDebug_android.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkDebug_stdio.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontHost_FreeType.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontHost_win.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_custom.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_custom.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_mac_ct.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkOSFile_stdio.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkScalerContext_mac_ct.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_mac_ct.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkBitmapProcShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkBlendShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkCamera.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkParse.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkParseColor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/xml/SkDOM.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/xml/SkDOM.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/xml/SkXMLParser.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/xml/SkXMLParser.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/xml/SkXMLWriter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/xml/SkXMLWriter.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/config/SkUserConfig.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkBitmap.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkCanvas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkColor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkColorFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkColorPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkFlattenable.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkGraphics.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkMaskFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkMatrix.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPaint.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPath.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPathEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPathMeasure.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkRect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkRefCnt.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkScalar.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkStream.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkString.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkTypeface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/Sk1DPathEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/Sk2DPathEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkBlurMaskFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkCornerPathEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkDashPathEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkDiscretePathEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkGradientShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkTableMaskFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/SkColorData.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkDeque.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkFixed.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkFloatingPoint.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkMath.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkNoncopyable.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkPoint_impl.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkTDArray.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkTemplates.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkCamera.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkParse.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkParsePath.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkBase64.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkBase64.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkDebug.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkDeque.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkEndian.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkRandom.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkTSearch.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkTSearch.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkTSort.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkAlphaRuns.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkAlphaRuns.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkAnalyticEdge.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkAnalyticEdge.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitBWMaskTemplate.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitter_A8.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitter_ARGB32.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitter_Sprite.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlurMask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlurMask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlurMaskFilterImpl.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkColor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCoreBlitters.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDescriptor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDraw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDraw.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkEdge.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkEdge.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFDot6.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkGeometry.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkGeometry.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkGlyph.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkGraphics.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMaskFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMatrix.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkOSFile.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPaint.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPathEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPathEffectBase.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPointPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRegion.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRegionPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRegion_path.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScalerContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScalerContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScan.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScanPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScan_AntiPath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScan_Hairline.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScan_Path.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSpriteBlitter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSpriteBlitter_ARGB32.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStream.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStrike.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStrike.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkString.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStroke.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStrokerPriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStrokerPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/Sk1DPathEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/Sk2DPathEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkCornerPathEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkDashPathEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkDiscretePathEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkEmbossMask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkEmbossMask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkEmbossMaskFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkEmbossMaskFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkBlendModeColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkColorFilterBase.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkColorFilterBase.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkPngEncoderImpl.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkDebug_android.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkDebug_stdio.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontHost_FreeType.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontHost_win.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_mac_ct.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkOSFile_stdio.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkScalerContext_mac_ct.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkTypeface_mac_ct.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkBitmapProcShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkBlendShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkCamera.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkParse.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkParseColor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/xml/SkDOM.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/xml/SkDOM.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/xml/SkXMLParser.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/xml/SkXMLParser.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/xml/SkXMLWriter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/xml/SkXMLWriter.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/include/config/SkUserConfig.h -FILE: ../../../third_party/skia/include/core/SkBitmap.h -FILE: ../../../third_party/skia/include/core/SkCanvas.h -FILE: ../../../third_party/skia/include/core/SkColor.h -FILE: ../../../third_party/skia/include/core/SkColorFilter.h -FILE: ../../../third_party/skia/include/core/SkColorPriv.h -FILE: ../../../third_party/skia/include/core/SkFlattenable.h -FILE: ../../../third_party/skia/include/core/SkGraphics.h -FILE: ../../../third_party/skia/include/core/SkMaskFilter.h -FILE: ../../../third_party/skia/include/core/SkMatrix.h -FILE: ../../../third_party/skia/include/core/SkPaint.h -FILE: ../../../third_party/skia/include/core/SkPath.h -FILE: ../../../third_party/skia/include/core/SkPathEffect.h -FILE: ../../../third_party/skia/include/core/SkPathMeasure.h -FILE: ../../../third_party/skia/include/core/SkRect.h -FILE: ../../../third_party/skia/include/core/SkRefCnt.h -FILE: ../../../third_party/skia/include/core/SkScalar.h -FILE: ../../../third_party/skia/include/core/SkShader.h -FILE: ../../../third_party/skia/include/core/SkStream.h -FILE: ../../../third_party/skia/include/core/SkString.h -FILE: ../../../third_party/skia/include/core/SkTypeface.h -FILE: ../../../third_party/skia/include/core/SkTypes.h -FILE: ../../../third_party/skia/include/effects/Sk1DPathEffect.h -FILE: ../../../third_party/skia/include/effects/Sk2DPathEffect.h -FILE: ../../../third_party/skia/include/effects/SkBlurMaskFilter.h -FILE: ../../../third_party/skia/include/effects/SkCornerPathEffect.h -FILE: ../../../third_party/skia/include/effects/SkDashPathEffect.h -FILE: ../../../third_party/skia/include/effects/SkDiscretePathEffect.h -FILE: ../../../third_party/skia/include/effects/SkGradientShader.h -FILE: ../../../third_party/skia/include/effects/SkTableMaskFilter.h -FILE: ../../../third_party/skia/include/private/SkColorData.h -FILE: ../../../third_party/skia/include/private/base/SkDeque.h -FILE: ../../../third_party/skia/include/private/base/SkFixed.h -FILE: ../../../third_party/skia/include/private/base/SkFloatingPoint.h -FILE: ../../../third_party/skia/include/private/base/SkMath.h -FILE: ../../../third_party/skia/include/private/base/SkNoncopyable.h -FILE: ../../../third_party/skia/include/private/base/SkPoint_impl.h -FILE: ../../../third_party/skia/include/private/base/SkTDArray.h -FILE: ../../../third_party/skia/include/private/base/SkTemplates.h -FILE: ../../../third_party/skia/include/utils/SkCamera.h -FILE: ../../../third_party/skia/include/utils/SkParse.h -FILE: ../../../third_party/skia/include/utils/SkParsePath.h -FILE: ../../../third_party/skia/src/base/SkBase64.cpp -FILE: ../../../third_party/skia/src/base/SkBase64.h -FILE: ../../../third_party/skia/src/base/SkBuffer.cpp -FILE: ../../../third_party/skia/src/base/SkBuffer.h -FILE: ../../../third_party/skia/src/base/SkDebug.cpp -FILE: ../../../third_party/skia/src/base/SkDeque.cpp -FILE: ../../../third_party/skia/src/base/SkEndian.h -FILE: ../../../third_party/skia/src/base/SkRandom.h -FILE: ../../../third_party/skia/src/base/SkTSearch.cpp -FILE: ../../../third_party/skia/src/base/SkTSearch.h -FILE: ../../../third_party/skia/src/base/SkTSort.h -FILE: ../../../third_party/skia/src/base/SkUtils.cpp -FILE: ../../../third_party/skia/src/base/SkUtils.h -FILE: ../../../third_party/skia/src/core/SkAlphaRuns.cpp -FILE: ../../../third_party/skia/src/core/SkAlphaRuns.h -FILE: ../../../third_party/skia/src/core/SkAnalyticEdge.cpp -FILE: ../../../third_party/skia/src/core/SkAnalyticEdge.h -FILE: ../../../third_party/skia/src/core/SkBlitBWMaskTemplate.h -FILE: ../../../third_party/skia/src/core/SkBlitter.cpp -FILE: ../../../third_party/skia/src/core/SkBlitter.h -FILE: ../../../third_party/skia/src/core/SkBlitter_A8.cpp -FILE: ../../../third_party/skia/src/core/SkBlitter_ARGB32.cpp -FILE: ../../../third_party/skia/src/core/SkBlitter_Sprite.cpp -FILE: ../../../third_party/skia/src/core/SkBlurMask.cpp -FILE: ../../../third_party/skia/src/core/SkBlurMask.h -FILE: ../../../third_party/skia/src/core/SkBlurMaskFilterImpl.cpp -FILE: ../../../third_party/skia/src/core/SkColor.cpp -FILE: ../../../third_party/skia/src/core/SkColorFilter.cpp -FILE: ../../../third_party/skia/src/core/SkCoreBlitters.h -FILE: ../../../third_party/skia/src/core/SkDescriptor.h -FILE: ../../../third_party/skia/src/core/SkDraw.cpp -FILE: ../../../third_party/skia/src/core/SkDraw.h -FILE: ../../../third_party/skia/src/core/SkEdge.cpp -FILE: ../../../third_party/skia/src/core/SkEdge.h -FILE: ../../../third_party/skia/src/core/SkFDot6.h -FILE: ../../../third_party/skia/src/core/SkGeometry.cpp -FILE: ../../../third_party/skia/src/core/SkGeometry.h -FILE: ../../../third_party/skia/src/core/SkGlyph.h -FILE: ../../../third_party/skia/src/core/SkGraphics.cpp -FILE: ../../../third_party/skia/src/core/SkMask.h -FILE: ../../../third_party/skia/src/core/SkMaskFilter.cpp -FILE: ../../../third_party/skia/src/core/SkMatrix.cpp -FILE: ../../../third_party/skia/src/core/SkOSFile.h -FILE: ../../../third_party/skia/src/core/SkPaint.cpp -FILE: ../../../third_party/skia/src/core/SkPath.cpp -FILE: ../../../third_party/skia/src/core/SkPathEffect.cpp -FILE: ../../../third_party/skia/src/core/SkPathEffectBase.h -FILE: ../../../third_party/skia/src/core/SkPointPriv.h -FILE: ../../../third_party/skia/src/core/SkRect.cpp -FILE: ../../../third_party/skia/src/core/SkRegion.cpp -FILE: ../../../third_party/skia/src/core/SkRegionPriv.h -FILE: ../../../third_party/skia/src/core/SkRegion_path.cpp -FILE: ../../../third_party/skia/src/core/SkScalerContext.cpp -FILE: ../../../third_party/skia/src/core/SkScalerContext.h -FILE: ../../../third_party/skia/src/core/SkScan.cpp -FILE: ../../../third_party/skia/src/core/SkScanPriv.h -FILE: ../../../third_party/skia/src/core/SkScan_AntiPath.cpp -FILE: ../../../third_party/skia/src/core/SkScan_Hairline.cpp -FILE: ../../../third_party/skia/src/core/SkScan_Path.cpp -FILE: ../../../third_party/skia/src/core/SkSpriteBlitter.h -FILE: ../../../third_party/skia/src/core/SkSpriteBlitter_ARGB32.cpp -FILE: ../../../third_party/skia/src/core/SkStream.cpp -FILE: ../../../third_party/skia/src/core/SkStrike.cpp -FILE: ../../../third_party/skia/src/core/SkStrike.h -FILE: ../../../third_party/skia/src/core/SkString.cpp -FILE: ../../../third_party/skia/src/core/SkStroke.h -FILE: ../../../third_party/skia/src/core/SkStrokerPriv.cpp -FILE: ../../../third_party/skia/src/core/SkStrokerPriv.h -FILE: ../../../third_party/skia/src/effects/Sk1DPathEffect.cpp -FILE: ../../../third_party/skia/src/effects/Sk2DPathEffect.cpp -FILE: ../../../third_party/skia/src/effects/SkCornerPathEffect.cpp -FILE: ../../../third_party/skia/src/effects/SkDashPathEffect.cpp -FILE: ../../../third_party/skia/src/effects/SkDiscretePathEffect.cpp -FILE: ../../../third_party/skia/src/effects/SkEmbossMask.cpp -FILE: ../../../third_party/skia/src/effects/SkEmbossMask.h -FILE: ../../../third_party/skia/src/effects/SkEmbossMaskFilter.cpp -FILE: ../../../third_party/skia/src/effects/SkEmbossMaskFilter.h -FILE: ../../../third_party/skia/src/effects/colorfilters/SkBlendModeColorFilter.cpp -FILE: ../../../third_party/skia/src/effects/colorfilters/SkColorFilterBase.cpp -FILE: ../../../third_party/skia/src/effects/colorfilters/SkColorFilterBase.h -FILE: ../../../third_party/skia/src/encode/SkPngEncoderImpl.cpp -FILE: ../../../third_party/skia/src/ports/SkDebug_android.cpp -FILE: ../../../third_party/skia/src/ports/SkDebug_stdio.cpp -FILE: ../../../third_party/skia/src/ports/SkFontHost_FreeType.cpp -FILE: ../../../third_party/skia/src/ports/SkFontHost_win.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom.h -FILE: ../../../third_party/skia/src/ports/SkFontMgr_mac_ct.cpp -FILE: ../../../third_party/skia/src/ports/SkOSFile_stdio.cpp -FILE: ../../../third_party/skia/src/ports/SkScalerContext_mac_ct.cpp -FILE: ../../../third_party/skia/src/ports/SkTypeface_mac_ct.cpp -FILE: ../../../third_party/skia/src/shaders/SkBitmapProcShader.h -FILE: ../../../third_party/skia/src/shaders/SkBlendShader.cpp -FILE: ../../../third_party/skia/src/shaders/SkShader.cpp -FILE: ../../../third_party/skia/src/utils/SkCamera.cpp -FILE: ../../../third_party/skia/src/utils/SkParse.cpp -FILE: ../../../third_party/skia/src/utils/SkParseColor.cpp -FILE: ../../../third_party/skia/src/xml/SkDOM.cpp -FILE: ../../../third_party/skia/src/xml/SkDOM.h -FILE: ../../../third_party/skia/src/xml/SkXMLParser.cpp -FILE: ../../../third_party/skia/src/xml/SkXMLParser.h -FILE: ../../../third_party/skia/src/xml/SkXMLWriter.cpp -FILE: ../../../third_party/skia/src/xml/SkXMLWriter.h +FILE: ../../../flutter/third_party/skia/include/config/SkUserConfig.h +FILE: ../../../flutter/third_party/skia/include/core/SkBitmap.h +FILE: ../../../flutter/third_party/skia/include/core/SkCanvas.h +FILE: ../../../flutter/third_party/skia/include/core/SkColor.h +FILE: ../../../flutter/third_party/skia/include/core/SkColorFilter.h +FILE: ../../../flutter/third_party/skia/include/core/SkColorPriv.h +FILE: ../../../flutter/third_party/skia/include/core/SkFlattenable.h +FILE: ../../../flutter/third_party/skia/include/core/SkGraphics.h +FILE: ../../../flutter/third_party/skia/include/core/SkMaskFilter.h +FILE: ../../../flutter/third_party/skia/include/core/SkMatrix.h +FILE: ../../../flutter/third_party/skia/include/core/SkPaint.h +FILE: ../../../flutter/third_party/skia/include/core/SkPath.h +FILE: ../../../flutter/third_party/skia/include/core/SkPathEffect.h +FILE: ../../../flutter/third_party/skia/include/core/SkPathMeasure.h +FILE: ../../../flutter/third_party/skia/include/core/SkRect.h +FILE: ../../../flutter/third_party/skia/include/core/SkRefCnt.h +FILE: ../../../flutter/third_party/skia/include/core/SkScalar.h +FILE: ../../../flutter/third_party/skia/include/core/SkShader.h +FILE: ../../../flutter/third_party/skia/include/core/SkStream.h +FILE: ../../../flutter/third_party/skia/include/core/SkString.h +FILE: ../../../flutter/third_party/skia/include/core/SkTypeface.h +FILE: ../../../flutter/third_party/skia/include/core/SkTypes.h +FILE: ../../../flutter/third_party/skia/include/effects/Sk1DPathEffect.h +FILE: ../../../flutter/third_party/skia/include/effects/Sk2DPathEffect.h +FILE: ../../../flutter/third_party/skia/include/effects/SkBlurMaskFilter.h +FILE: ../../../flutter/third_party/skia/include/effects/SkCornerPathEffect.h +FILE: ../../../flutter/third_party/skia/include/effects/SkDashPathEffect.h +FILE: ../../../flutter/third_party/skia/include/effects/SkDiscretePathEffect.h +FILE: ../../../flutter/third_party/skia/include/effects/SkGradientShader.h +FILE: ../../../flutter/third_party/skia/include/effects/SkTableMaskFilter.h +FILE: ../../../flutter/third_party/skia/include/private/SkColorData.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkDeque.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkFixed.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkFloatingPoint.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkMath.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkNoncopyable.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkPoint_impl.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkTDArray.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkTemplates.h +FILE: ../../../flutter/third_party/skia/include/utils/SkCamera.h +FILE: ../../../flutter/third_party/skia/include/utils/SkParse.h +FILE: ../../../flutter/third_party/skia/include/utils/SkParsePath.h +FILE: ../../../flutter/third_party/skia/src/base/SkBase64.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkBase64.h +FILE: ../../../flutter/third_party/skia/src/base/SkBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkBuffer.h +FILE: ../../../flutter/third_party/skia/src/base/SkDebug.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkDeque.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkEndian.h +FILE: ../../../flutter/third_party/skia/src/base/SkRandom.h +FILE: ../../../flutter/third_party/skia/src/base/SkTSearch.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkTSearch.h +FILE: ../../../flutter/third_party/skia/src/base/SkTSort.h +FILE: ../../../flutter/third_party/skia/src/base/SkUtils.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkUtils.h +FILE: ../../../flutter/third_party/skia/src/core/SkAlphaRuns.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkAlphaRuns.h +FILE: ../../../flutter/third_party/skia/src/core/SkAnalyticEdge.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkAnalyticEdge.h +FILE: ../../../flutter/third_party/skia/src/core/SkBlitBWMaskTemplate.h +FILE: ../../../flutter/third_party/skia/src/core/SkBlitter.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBlitter.h +FILE: ../../../flutter/third_party/skia/src/core/SkBlitter_A8.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBlitter_ARGB32.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBlitter_Sprite.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBlurMask.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBlurMask.h +FILE: ../../../flutter/third_party/skia/src/core/SkBlurMaskFilterImpl.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkColor.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkColorFilter.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkCoreBlitters.h +FILE: ../../../flutter/third_party/skia/src/core/SkDescriptor.h +FILE: ../../../flutter/third_party/skia/src/core/SkDraw.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDraw.h +FILE: ../../../flutter/third_party/skia/src/core/SkEdge.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkEdge.h +FILE: ../../../flutter/third_party/skia/src/core/SkFDot6.h +FILE: ../../../flutter/third_party/skia/src/core/SkGeometry.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkGeometry.h +FILE: ../../../flutter/third_party/skia/src/core/SkGlyph.h +FILE: ../../../flutter/third_party/skia/src/core/SkGraphics.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMask.h +FILE: ../../../flutter/third_party/skia/src/core/SkMaskFilter.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMatrix.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkOSFile.h +FILE: ../../../flutter/third_party/skia/src/core/SkPaint.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPath.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPathEffect.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPathEffectBase.h +FILE: ../../../flutter/third_party/skia/src/core/SkPointPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkRect.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRegion.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRegionPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkRegion_path.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkScalerContext.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkScalerContext.h +FILE: ../../../flutter/third_party/skia/src/core/SkScan.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkScanPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkScan_AntiPath.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkScan_Hairline.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkScan_Path.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkSpriteBlitter.h +FILE: ../../../flutter/third_party/skia/src/core/SkSpriteBlitter_ARGB32.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkStream.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkStrike.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkStrike.h +FILE: ../../../flutter/third_party/skia/src/core/SkString.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkStroke.h +FILE: ../../../flutter/third_party/skia/src/core/SkStrokerPriv.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkStrokerPriv.h +FILE: ../../../flutter/third_party/skia/src/effects/Sk1DPathEffect.cpp +FILE: ../../../flutter/third_party/skia/src/effects/Sk2DPathEffect.cpp +FILE: ../../../flutter/third_party/skia/src/effects/SkCornerPathEffect.cpp +FILE: ../../../flutter/third_party/skia/src/effects/SkDashPathEffect.cpp +FILE: ../../../flutter/third_party/skia/src/effects/SkDiscretePathEffect.cpp +FILE: ../../../flutter/third_party/skia/src/effects/SkEmbossMask.cpp +FILE: ../../../flutter/third_party/skia/src/effects/SkEmbossMask.h +FILE: ../../../flutter/third_party/skia/src/effects/SkEmbossMaskFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/SkEmbossMaskFilter.h +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkBlendModeColorFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkColorFilterBase.cpp +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkColorFilterBase.h +FILE: ../../../flutter/third_party/skia/src/encode/SkPngEncoderImpl.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkDebug_android.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkDebug_stdio.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontHost_FreeType.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontHost_win.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom.h +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_mac_ct.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkOSFile_stdio.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkScalerContext_mac_ct.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkTypeface_mac_ct.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkBitmapProcShader.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkBlendShader.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkShader.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkCamera.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkParse.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkParseColor.cpp +FILE: ../../../flutter/third_party/skia/src/xml/SkDOM.cpp +FILE: ../../../flutter/third_party/skia/src/xml/SkDOM.h +FILE: ../../../flutter/third_party/skia/src/xml/SkXMLParser.cpp +FILE: ../../../flutter/third_party/skia/src/xml/SkXMLParser.h +FILE: ../../../flutter/third_party/skia/src/xml/SkXMLWriter.cpp +FILE: ../../../flutter/third_party/skia/src/xml/SkXMLWriter.h ---------------------------------------------------------------------------------------------------- Copyright 2006 The Android Open Source Project @@ -928,11 +928,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontHost_FreeType_common.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontHost_FreeType_common.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontHost_FreeType_common.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp -FILE: ../../../third_party/skia/src/ports/SkFontHost_FreeType_common.h +FILE: ../../../flutter/third_party/skia/src/ports/SkFontHost_FreeType_common.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontHost_FreeType_common.h ---------------------------------------------------------------------------------------------------- Copyright 2006-2012 The Android Open Source Project Copyright 2012 Mozilla Foundation @@ -968,21 +968,21 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/include/core/SkPicture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkColorMatrix.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkColorMatrixFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBitmapProcState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPicture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkJpegEncoderImpl.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPicture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkColorMatrix.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkColorMatrixFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmapProcState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPicture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkJpegEncoderImpl.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/include/core/SkPicture.h -FILE: ../../../third_party/skia/include/effects/SkColorMatrix.h -FILE: ../../../third_party/skia/include/effects/SkColorMatrixFilter.h -FILE: ../../../third_party/skia/src/core/SkBitmapProcState.h -FILE: ../../../third_party/skia/src/core/SkMask.cpp -FILE: ../../../third_party/skia/src/core/SkPicture.cpp -FILE: ../../../third_party/skia/src/encode/SkJpegEncoderImpl.cpp +FILE: ../../../flutter/third_party/skia/include/core/SkPicture.h +FILE: ../../../flutter/third_party/skia/include/effects/SkColorMatrix.h +FILE: ../../../flutter/third_party/skia/include/effects/SkColorMatrixFilter.h +FILE: ../../../flutter/third_party/skia/src/core/SkBitmapProcState.h +FILE: ../../../flutter/third_party/skia/src/core/SkMask.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPicture.cpp +FILE: ../../../flutter/third_party/skia/src/encode/SkJpegEncoderImpl.cpp ---------------------------------------------------------------------------------------------------- Copyright 2007 The Android Open Source Project @@ -1017,11 +1017,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_FontConfigInterface_factory.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_FontConfigInterface_factory.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_FontConfigInterface_factory.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_FontConfigInterface_factory.cpp ---------------------------------------------------------------------------------------------------- Copyright 2008 Google Inc. @@ -1056,35 +1056,35 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/include/core/SkMallocPixelRef.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkPixelRef.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkUnPreMultiply.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkBlurDrawLooper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkFloatBits.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkMathPriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBitmap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPathMeasure.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPoint.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPtrRecorder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStroke.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkWriter32.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_empty_factory.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkMallocPixelRef.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPixelRef.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkUnPreMultiply.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkBlurDrawLooper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkFloatBits.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkMathPriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPathMeasure.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPoint.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPtrRecorder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStroke.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkWriter32.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_empty_factory.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/include/core/SkMallocPixelRef.h -FILE: ../../../third_party/skia/include/core/SkPixelRef.h -FILE: ../../../third_party/skia/include/core/SkUnPreMultiply.h -FILE: ../../../third_party/skia/include/effects/SkBlurDrawLooper.h -FILE: ../../../third_party/skia/include/private/base/SkFloatBits.h -FILE: ../../../third_party/skia/src/base/SkMathPriv.cpp -FILE: ../../../third_party/skia/src/core/SkBitmap.cpp -FILE: ../../../third_party/skia/src/core/SkCanvas.cpp -FILE: ../../../third_party/skia/src/core/SkPathMeasure.cpp -FILE: ../../../third_party/skia/src/core/SkPoint.cpp -FILE: ../../../third_party/skia/src/core/SkPtrRecorder.h -FILE: ../../../third_party/skia/src/core/SkStroke.cpp -FILE: ../../../third_party/skia/src/core/SkWriter32.h -FILE: ../../../third_party/skia/src/ports/SkFontMgr_empty_factory.cpp +FILE: ../../../flutter/third_party/skia/include/core/SkMallocPixelRef.h +FILE: ../../../flutter/third_party/skia/include/core/SkPixelRef.h +FILE: ../../../flutter/third_party/skia/include/core/SkUnPreMultiply.h +FILE: ../../../flutter/third_party/skia/include/effects/SkBlurDrawLooper.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkFloatBits.h +FILE: ../../../flutter/third_party/skia/src/base/SkMathPriv.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBitmap.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkCanvas.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPathMeasure.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPoint.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPtrRecorder.h +FILE: ../../../flutter/third_party/skia/src/core/SkStroke.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkWriter32.h +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_empty_factory.cpp ---------------------------------------------------------------------------------------------------- Copyright 2008 The Android Open Source Project @@ -1119,21 +1119,21 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/codec/SkColorPalette.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCubicClipper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCubicClipper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkEdgeClipper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkEdgeClipper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkQuadClipper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkQuadClipper.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkColorPalette.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCubicClipper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCubicClipper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkEdgeClipper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkEdgeClipper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkQuadClipper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkQuadClipper.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/codec/SkColorPalette.cpp -FILE: ../../../third_party/skia/src/core/SkCubicClipper.cpp -FILE: ../../../third_party/skia/src/core/SkCubicClipper.h -FILE: ../../../third_party/skia/src/core/SkEdgeClipper.cpp -FILE: ../../../third_party/skia/src/core/SkEdgeClipper.h -FILE: ../../../third_party/skia/src/core/SkQuadClipper.cpp -FILE: ../../../third_party/skia/src/core/SkQuadClipper.h +FILE: ../../../flutter/third_party/skia/src/codec/SkColorPalette.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkCubicClipper.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkCubicClipper.h +FILE: ../../../flutter/third_party/skia/src/core/SkEdgeClipper.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkEdgeClipper.h +FILE: ../../../flutter/third_party/skia/src/core/SkQuadClipper.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkQuadClipper.h ---------------------------------------------------------------------------------------------------- Copyright 2009 The Android Open Source Project @@ -1168,13 +1168,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontConfigInterface_direct.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontConfigInterface_direct_factory.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontConfigInterface_direct.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontConfigInterface_direct.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontConfigInterface_direct_factory.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp -FILE: ../../../third_party/skia/src/ports/SkFontConfigInterface_direct.h -FILE: ../../../third_party/skia/src/ports/SkFontConfigInterface_direct_factory.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontConfigInterface_direct.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontConfigInterface_direct.h +FILE: ../../../flutter/third_party/skia/src/ports/SkFontConfigInterface_direct_factory.cpp ---------------------------------------------------------------------------------------------------- Copyright 2009-2015 Google Inc. @@ -1209,47 +1209,47 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/include/gpu/GrTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkTBlockList.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkImageInfo.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRasterClip.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRasterClip.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStrikeCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/BufferWriter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/Rectanizer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/RectanizerPow2.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/Device.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBufferAllocPool.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBufferAllocPool.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrClip.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrColor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFixedClip.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrGpu.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/SkGr.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrRect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkDebug_win.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/Glyph.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkTBlockList.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkImageInfo.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRasterClip.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRasterClip.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStrikeCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/BufferWriter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/Rectanizer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/RectanizerPow2.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/Device.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBufferAllocPool.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBufferAllocPool.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrClip.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrColor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFixedClip.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpu.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/SkGr.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrRect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkDebug_win.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/Glyph.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/include/gpu/GrTypes.h -FILE: ../../../third_party/skia/src/base/SkTBlockList.h -FILE: ../../../third_party/skia/src/core/SkImageInfo.cpp -FILE: ../../../third_party/skia/src/core/SkRasterClip.cpp -FILE: ../../../third_party/skia/src/core/SkRasterClip.h -FILE: ../../../third_party/skia/src/core/SkStrikeCache.h -FILE: ../../../third_party/skia/src/gpu/BufferWriter.h -FILE: ../../../third_party/skia/src/gpu/Rectanizer.h -FILE: ../../../third_party/skia/src/gpu/RectanizerPow2.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/Device.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBufferAllocPool.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBufferAllocPool.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrClip.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrColor.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrFixedClip.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrGpu.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/SkGr.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrRect.h -FILE: ../../../third_party/skia/src/ports/SkDebug_win.cpp -FILE: ../../../third_party/skia/src/text/gpu/Glyph.h +FILE: ../../../flutter/third_party/skia/include/gpu/GrTypes.h +FILE: ../../../flutter/third_party/skia/src/base/SkTBlockList.h +FILE: ../../../flutter/third_party/skia/src/core/SkImageInfo.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRasterClip.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRasterClip.h +FILE: ../../../flutter/third_party/skia/src/core/SkStrikeCache.h +FILE: ../../../flutter/third_party/skia/src/gpu/BufferWriter.h +FILE: ../../../flutter/third_party/skia/src/gpu/Rectanizer.h +FILE: ../../../flutter/third_party/skia/src/gpu/RectanizerPow2.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/Device.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBufferAllocPool.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBufferAllocPool.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrClip.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrColor.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFixedClip.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpu.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/SkGr.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrRect.h +FILE: ../../../flutter/third_party/skia/src/ports/SkDebug_win.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/Glyph.h ---------------------------------------------------------------------------------------------------- Copyright 2010 Google Inc. @@ -1284,31 +1284,31 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/core/SkDevice.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkScalar.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTextFormatParams.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkJPEGWriteUtility.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkJPEGWriteUtility.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkWebpEncoderImpl.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkDeflate.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkDeflate.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFFormXObject.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFFormXObject.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFGraphicState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFTypes.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDevice.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScalar.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTextFormatParams.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkJPEGWriteUtility.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkJPEGWriteUtility.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkWebpEncoderImpl.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkDeflate.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkDeflate.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFFormXObject.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFFormXObject.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFGraphicState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFTypes.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/core/SkDevice.h -FILE: ../../../third_party/skia/src/core/SkScalar.cpp -FILE: ../../../third_party/skia/src/core/SkTextFormatParams.h -FILE: ../../../third_party/skia/src/encode/SkJPEGWriteUtility.cpp -FILE: ../../../third_party/skia/src/encode/SkJPEGWriteUtility.h -FILE: ../../../third_party/skia/src/encode/SkWebpEncoderImpl.cpp -FILE: ../../../third_party/skia/src/pdf/SkDeflate.cpp -FILE: ../../../third_party/skia/src/pdf/SkDeflate.h -FILE: ../../../third_party/skia/src/pdf/SkPDFFormXObject.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFFormXObject.h -FILE: ../../../third_party/skia/src/pdf/SkPDFGraphicState.h -FILE: ../../../third_party/skia/src/pdf/SkPDFTypes.h +FILE: ../../../flutter/third_party/skia/src/core/SkDevice.h +FILE: ../../../flutter/third_party/skia/src/core/SkScalar.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkTextFormatParams.h +FILE: ../../../flutter/third_party/skia/src/encode/SkJPEGWriteUtility.cpp +FILE: ../../../flutter/third_party/skia/src/encode/SkJPEGWriteUtility.h +FILE: ../../../flutter/third_party/skia/src/encode/SkWebpEncoderImpl.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkDeflate.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkDeflate.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFFormXObject.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFFormXObject.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFGraphicState.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFTypes.h ---------------------------------------------------------------------------------------------------- Copyright 2010 The Android Open Source Project @@ -1343,371 +1343,371 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/aaclip.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/aarectmodes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/arithmode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bitmapcopy.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bitmapfilters.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bitmaprect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/blurs.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/clip_strokerect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/clipshader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/color4f.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/colormatrix.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/complexclip.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/complexclip2.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/convexpaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/cubicpaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/degeneratesegments.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/dftext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/drawbitmaprect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/emptypath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/encode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/filltypes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/filltypespersp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/filterindiabox.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fontscaler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/gammatext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/giantbitmap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/gm.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/gm.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/gradients.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/gradtext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/hairmodes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/hittestpath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/image.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imageblur.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imageblur2.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagefiltersbase.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagefilterscropped.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/lcdtext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/linepaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/ninepatchstretch.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pathfill.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pathreverse.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/persptext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/points.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/poly2poly.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/quadpaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/rasterhandleallocator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/shaderpath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/shadertext3.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/strokefill.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/strokerects.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/strokes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/tablecolorfilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/texteffects.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/tilemodes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/tilemodes_scaled.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/tinybitmap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/xfermodes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkData.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkImageFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkSize.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkLayerDrawLooper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/gl/GrGLConfig.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/gl/GrGLInterface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkTypeface_mac.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkTypeface_win.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkTArray.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkNWayCanvas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/mac/SkCGUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkTLazy.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkAAClip.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkAAClip.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkAdvancedTypefaceMetrics.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBitmapProcState.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitRow.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitRow_D32.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkClipStack.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkClipStack.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkConvertPixels.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkData.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDevice.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDrawProcs.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkEdgeBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkEdgeBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFlattenable.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFontStream.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkLineClipper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkLineClipper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMallocPixelRef.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPictureData.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPictureData.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPictureFlat.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPictureFlat.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPictureRecord.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPictureRecord.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPixelRef.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPtrRecorder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkReadBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTypefaceCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTypefaceCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkUnPreMultiply.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkWriteBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkWriter32.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkColorMatrix.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkColorMatrixFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkLayerDrawLooper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkTableMaskFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkMatrixColorFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/Device.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrAttachment.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrAttachment.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrGpu.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrGpuResource.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrNativeRect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrPaint.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRenderTarget.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRenderTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrStencilSettings.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTexture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTexture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/PathRenderer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/PathRenderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/PathRendererChain.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/PathRendererChain.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrPathUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrPathUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAttachment.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAttachment.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLDefines.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLGLSL.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLGLSL.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLGpu.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLGpu.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLGpuProgramCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLInterfaceAutogen.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLMakeNativeInterface_none.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLProgram.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLProgram.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLRenderTarget.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLRenderTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTexture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTexture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLUtil.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/mac/GrGLMakeNativeInterface_mac.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/win/GrGLMakeNativeInterface_win.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AAHairLinePathRenderer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AAHairLinePathRenderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DefaultPathRenderer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DefaultPathRenderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFDevice.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFDevice.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFDocument.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFFont.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFFont.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFGraphicState.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFMakeToUnicodeCmap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFTypes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkGlobalInitialization_default.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkMemory_malloc.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkScalerContext_win_dw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkBitmapProcShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkBitSet.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkNWayCanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkOSPath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkParsePath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkAutoCoInitialize.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkHRESULT.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkHRESULT.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkIStream.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkIStream.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkTScopedComPtr.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkWGL.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkWGL_win.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/xps/SkXPSDevice.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/xps/SkXPSDevice.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/aaclip.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/aarectmodes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/arithmode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bitmapcopy.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bitmapfilters.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bitmaprect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/blurs.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/clip_strokerect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/clipshader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/color4f.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/colormatrix.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/complexclip.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/complexclip2.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/convexpaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/cubicpaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/degeneratesegments.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/dftext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drawbitmaprect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/emptypath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/encode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/filltypes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/filltypespersp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/filterindiabox.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fontscaler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/gammatext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/giantbitmap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/gm.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/gm.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/gradients.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/gradtext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/hairmodes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/hittestpath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/image.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imageblur.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imageblur2.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagefiltersbase.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagefilterscropped.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/lcdtext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/linepaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/ninepatchstretch.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pathfill.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pathreverse.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/persptext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/points.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/poly2poly.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/quadpaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/rasterhandleallocator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/shaderpath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/shadertext3.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/strokefill.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/strokerects.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/strokes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/tablecolorfilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/texteffects.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/tilemodes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/tilemodes_scaled.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/tinybitmap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/xfermodes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkData.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkImageFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkSize.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkLayerDrawLooper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/GrGLConfig.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/GrGLConfig_chrome.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/GrGLInterface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkTypeface_mac.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkTypeface_win.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkTArray.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkNWayCanvas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/mac/SkCGUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkTLazy.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkAAClip.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkAAClip.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkAdvancedTypefaceMetrics.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmapProcState.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitRow.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitRow_D32.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkClipStack.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkClipStack.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkConvertPixels.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkData.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDevice.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDrawProcs.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkEdgeBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkEdgeBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFlattenable.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFontStream.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkLineClipper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkLineClipper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMallocPixelRef.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPictureData.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPictureData.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPictureFlat.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPictureFlat.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPictureRecord.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPictureRecord.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPixelRef.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPtrRecorder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkReadBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTypefaceCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTypefaceCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkUnPreMultiply.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkWriteBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkWriter32.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkColorMatrix.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkColorMatrixFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkLayerDrawLooper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkTableMaskFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkMatrixColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/Device.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAttachment.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAttachment.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpu.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpuResource.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrNativeRect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPaint.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTarget.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrStencilSettings.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTexture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTexture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/PathRenderer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/PathRenderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/PathRendererChain.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/PathRendererChain.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrPathUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrPathUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAttachment.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAttachment.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLDefines.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLGLSL.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLGLSL.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLGpu.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLGpu.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLGpuProgramCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLInterfaceAutogen.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLMakeNativeInterface_none.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLProgram.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLProgram.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLRenderTarget.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLRenderTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLTexture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLTexture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLUtil.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/mac/GrGLMakeNativeInterface_mac.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/win/GrGLMakeNativeInterface_win.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AAHairLinePathRenderer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AAHairLinePathRenderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DefaultPathRenderer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DefaultPathRenderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFDevice.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFDevice.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFDocument.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFFont.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFFont.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFGraphicState.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFMakeToUnicodeCmap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFTypes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkGlobalInitialization_default.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkMemory_malloc.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkScalerContext_win_dw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkBitmapProcShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkBitSet.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkNWayCanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkOSPath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkParsePath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkAutoCoInitialize.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkAutoCoInitialize.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkHRESULT.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkHRESULT.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkIStream.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkIStream.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkTScopedComPtr.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkWGL.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkWGL_win.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/xps/SkXPSDevice.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/xps/SkXPSDevice.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -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/clipshader.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/emptypath.cpp -FILE: ../../../third_party/skia/gm/encode.cpp -FILE: ../../../third_party/skia/gm/filltypes.cpp -FILE: ../../../third_party/skia/gm/filltypespersp.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/persptext.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/rasterhandleallocator.cpp -FILE: ../../../third_party/skia/gm/shaderpath.cpp -FILE: ../../../third_party/skia/gm/shadertext3.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/SkImageFilter.h -FILE: ../../../third_party/skia/include/core/SkSize.h -FILE: ../../../third_party/skia/include/effects/SkLayerDrawLooper.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/base/SkTArray.h -FILE: ../../../third_party/skia/include/utils/SkNWayCanvas.h -FILE: ../../../third_party/skia/include/utils/mac/SkCGUtils.h -FILE: ../../../third_party/skia/src/base/SkTLazy.h -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/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/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/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/SkTableMaskFilter.cpp -FILE: ../../../third_party/skia/src/effects/colorfilters/SkMatrixColorFilter.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/Device.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrAttachment.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrAttachment.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrGpu.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrGpuResource.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrNativeRect.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrPaint.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRenderTarget.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrStencilSettings.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTexture.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTexture.h -FILE: ../../../third_party/skia/src/gpu/ganesh/PathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/PathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/PathRendererChain.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/PathRendererChain.h -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrPathUtils.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrPathUtils.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAttachment.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAttachment.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLDefines.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLGLSL.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLGLSL.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLGpu.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLGpu.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLGpuProgramCache.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLInterfaceAutogen.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLMakeNativeInterface_none.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLProgram.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLProgram.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLRenderTarget.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTexture.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTexture.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLUtil.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/mac/GrGLMakeNativeInterface_mac.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/win/GrGLMakeNativeInterface_win.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AAHairLinePathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AAHairLinePathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DefaultPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DefaultPathRenderer.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/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/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 +FILE: ../../../flutter/third_party/skia/gm/aaclip.cpp +FILE: ../../../flutter/third_party/skia/gm/aarectmodes.cpp +FILE: ../../../flutter/third_party/skia/gm/arithmode.cpp +FILE: ../../../flutter/third_party/skia/gm/bitmapcopy.cpp +FILE: ../../../flutter/third_party/skia/gm/bitmapfilters.cpp +FILE: ../../../flutter/third_party/skia/gm/bitmaprect.cpp +FILE: ../../../flutter/third_party/skia/gm/blurs.cpp +FILE: ../../../flutter/third_party/skia/gm/clip_strokerect.cpp +FILE: ../../../flutter/third_party/skia/gm/clipshader.cpp +FILE: ../../../flutter/third_party/skia/gm/color4f.cpp +FILE: ../../../flutter/third_party/skia/gm/colormatrix.cpp +FILE: ../../../flutter/third_party/skia/gm/complexclip.cpp +FILE: ../../../flutter/third_party/skia/gm/complexclip2.cpp +FILE: ../../../flutter/third_party/skia/gm/convexpaths.cpp +FILE: ../../../flutter/third_party/skia/gm/cubicpaths.cpp +FILE: ../../../flutter/third_party/skia/gm/degeneratesegments.cpp +FILE: ../../../flutter/third_party/skia/gm/dftext.cpp +FILE: ../../../flutter/third_party/skia/gm/drawbitmaprect.cpp +FILE: ../../../flutter/third_party/skia/gm/emptypath.cpp +FILE: ../../../flutter/third_party/skia/gm/encode.cpp +FILE: ../../../flutter/third_party/skia/gm/filltypes.cpp +FILE: ../../../flutter/third_party/skia/gm/filltypespersp.cpp +FILE: ../../../flutter/third_party/skia/gm/filterindiabox.cpp +FILE: ../../../flutter/third_party/skia/gm/fontscaler.cpp +FILE: ../../../flutter/third_party/skia/gm/gammatext.cpp +FILE: ../../../flutter/third_party/skia/gm/giantbitmap.cpp +FILE: ../../../flutter/third_party/skia/gm/gm.cpp +FILE: ../../../flutter/third_party/skia/gm/gm.h +FILE: ../../../flutter/third_party/skia/gm/gradients.cpp +FILE: ../../../flutter/third_party/skia/gm/gradtext.cpp +FILE: ../../../flutter/third_party/skia/gm/hairmodes.cpp +FILE: ../../../flutter/third_party/skia/gm/hittestpath.cpp +FILE: ../../../flutter/third_party/skia/gm/image.cpp +FILE: ../../../flutter/third_party/skia/gm/imageblur.cpp +FILE: ../../../flutter/third_party/skia/gm/imageblur2.cpp +FILE: ../../../flutter/third_party/skia/gm/imagefiltersbase.cpp +FILE: ../../../flutter/third_party/skia/gm/imagefilterscropped.cpp +FILE: ../../../flutter/third_party/skia/gm/lcdtext.cpp +FILE: ../../../flutter/third_party/skia/gm/linepaths.cpp +FILE: ../../../flutter/third_party/skia/gm/ninepatchstretch.cpp +FILE: ../../../flutter/third_party/skia/gm/pathfill.cpp +FILE: ../../../flutter/third_party/skia/gm/pathreverse.cpp +FILE: ../../../flutter/third_party/skia/gm/persptext.cpp +FILE: ../../../flutter/third_party/skia/gm/points.cpp +FILE: ../../../flutter/third_party/skia/gm/poly2poly.cpp +FILE: ../../../flutter/third_party/skia/gm/quadpaths.cpp +FILE: ../../../flutter/third_party/skia/gm/rasterhandleallocator.cpp +FILE: ../../../flutter/third_party/skia/gm/shaderpath.cpp +FILE: ../../../flutter/third_party/skia/gm/shadertext3.cpp +FILE: ../../../flutter/third_party/skia/gm/strokefill.cpp +FILE: ../../../flutter/third_party/skia/gm/strokerects.cpp +FILE: ../../../flutter/third_party/skia/gm/strokes.cpp +FILE: ../../../flutter/third_party/skia/gm/tablecolorfilter.cpp +FILE: ../../../flutter/third_party/skia/gm/texteffects.cpp +FILE: ../../../flutter/third_party/skia/gm/tilemodes.cpp +FILE: ../../../flutter/third_party/skia/gm/tilemodes_scaled.cpp +FILE: ../../../flutter/third_party/skia/gm/tinybitmap.cpp +FILE: ../../../flutter/third_party/skia/gm/xfermodes.cpp +FILE: ../../../flutter/third_party/skia/include/core/SkData.h +FILE: ../../../flutter/third_party/skia/include/core/SkImageFilter.h +FILE: ../../../flutter/third_party/skia/include/core/SkSize.h +FILE: ../../../flutter/third_party/skia/include/effects/SkLayerDrawLooper.h +FILE: ../../../flutter/third_party/skia/include/gpu/gl/GrGLConfig.h +FILE: ../../../flutter/third_party/skia/include/gpu/gl/GrGLConfig_chrome.h +FILE: ../../../flutter/third_party/skia/include/gpu/gl/GrGLInterface.h +FILE: ../../../flutter/third_party/skia/include/ports/SkTypeface_mac.h +FILE: ../../../flutter/third_party/skia/include/ports/SkTypeface_win.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkTArray.h +FILE: ../../../flutter/third_party/skia/include/utils/SkNWayCanvas.h +FILE: ../../../flutter/third_party/skia/include/utils/mac/SkCGUtils.h +FILE: ../../../flutter/third_party/skia/src/base/SkTLazy.h +FILE: ../../../flutter/third_party/skia/src/core/SkAAClip.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkAAClip.h +FILE: ../../../flutter/third_party/skia/src/core/SkAdvancedTypefaceMetrics.h +FILE: ../../../flutter/third_party/skia/src/core/SkBitmapProcState.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBlitRow.h +FILE: ../../../flutter/third_party/skia/src/core/SkBlitRow_D32.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkClipStack.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkClipStack.h +FILE: ../../../flutter/third_party/skia/src/core/SkConvertPixels.h +FILE: ../../../flutter/third_party/skia/src/core/SkData.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDevice.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDrawProcs.h +FILE: ../../../flutter/third_party/skia/src/core/SkEdgeBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkEdgeBuilder.h +FILE: ../../../flutter/third_party/skia/src/core/SkFlattenable.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkFontStream.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkLineClipper.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkLineClipper.h +FILE: ../../../flutter/third_party/skia/src/core/SkMallocPixelRef.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPictureData.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPictureData.h +FILE: ../../../flutter/third_party/skia/src/core/SkPictureFlat.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPictureFlat.h +FILE: ../../../flutter/third_party/skia/src/core/SkPictureRecord.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPictureRecord.h +FILE: ../../../flutter/third_party/skia/src/core/SkPixelRef.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPtrRecorder.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkReadBuffer.h +FILE: ../../../flutter/third_party/skia/src/core/SkTypefaceCache.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkTypefaceCache.h +FILE: ../../../flutter/third_party/skia/src/core/SkUnPreMultiply.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkWriteBuffer.h +FILE: ../../../flutter/third_party/skia/src/core/SkWriter32.cpp +FILE: ../../../flutter/third_party/skia/src/effects/SkColorMatrix.cpp +FILE: ../../../flutter/third_party/skia/src/effects/SkColorMatrixFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/SkLayerDrawLooper.cpp +FILE: ../../../flutter/third_party/skia/src/effects/SkTableMaskFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkMatrixColorFilter.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/Device.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAttachment.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAttachment.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpu.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpuResource.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrNativeRect.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPaint.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTarget.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTarget.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrStencilSettings.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTexture.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTexture.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/PathRenderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/PathRenderer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/PathRendererChain.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/PathRendererChain.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrPathUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrPathUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAttachment.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAttachment.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLDefines.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLGLSL.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLGLSL.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLGpu.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLGpu.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLGpuProgramCache.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLInterfaceAutogen.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLMakeNativeInterface_none.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLProgram.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLProgram.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLRenderTarget.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLRenderTarget.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLTexture.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLTexture.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLUtil.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/mac/GrGLMakeNativeInterface_mac.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/win/GrGLMakeNativeInterface_win.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AAHairLinePathRenderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AAHairLinePathRenderer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DefaultPathRenderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DefaultPathRenderer.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFDevice.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFDevice.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFDocument.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFFont.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFFont.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFGraphicState.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFMakeToUnicodeCmap.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFShader.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFShader.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFTypes.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFUtils.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFUtils.h +FILE: ../../../flutter/third_party/skia/src/ports/SkGlobalInitialization_default.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkMemory_malloc.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkScalerContext_win_dw.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkBitmapProcShader.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkBitSet.h +FILE: ../../../flutter/third_party/skia/src/utils/SkNWayCanvas.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkOSPath.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkParsePath.cpp +FILE: ../../../flutter/third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp +FILE: ../../../flutter/third_party/skia/src/utils/win/SkAutoCoInitialize.cpp +FILE: ../../../flutter/third_party/skia/src/utils/win/SkAutoCoInitialize.h +FILE: ../../../flutter/third_party/skia/src/utils/win/SkHRESULT.cpp +FILE: ../../../flutter/third_party/skia/src/utils/win/SkHRESULT.h +FILE: ../../../flutter/third_party/skia/src/utils/win/SkIStream.cpp +FILE: ../../../flutter/third_party/skia/src/utils/win/SkIStream.h +FILE: ../../../flutter/third_party/skia/src/utils/win/SkTScopedComPtr.h +FILE: ../../../flutter/third_party/skia/src/utils/win/SkWGL.h +FILE: ../../../flutter/third_party/skia/src/utils/win/SkWGL_win.cpp +FILE: ../../../flutter/third_party/skia/src/xps/SkXPSDevice.cpp +FILE: ../../../flutter/third_party/skia/src/xps/SkXPSDevice.h ---------------------------------------------------------------------------------------------------- Copyright 2011 Google Inc. @@ -1742,9 +1742,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/ports/SkMemory_mozalloc.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkMemory_mozalloc.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/ports/SkMemory_mozalloc.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkMemory_mozalloc.cpp ---------------------------------------------------------------------------------------------------- Copyright 2011 Google Inc. Copyright 2012 Mozilla Foundation @@ -1780,21 +1780,21 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/include/core/SkDrawLooper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkScan.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkScan_Antihair.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTypeface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkBlurImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_android_parser.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_android_parser.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkDrawLooper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScan.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScan_Antihair.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTypeface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkBlurImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_android_parser.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_android_parser.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/include/core/SkDrawLooper.h -FILE: ../../../third_party/skia/src/core/SkScan.h -FILE: ../../../third_party/skia/src/core/SkScan_Antihair.cpp -FILE: ../../../third_party/skia/src/core/SkTypeface.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkBlurImageFilter.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_android_parser.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_android_parser.h +FILE: ../../../flutter/third_party/skia/include/core/SkDrawLooper.h +FILE: ../../../flutter/third_party/skia/src/core/SkScan.h +FILE: ../../../flutter/third_party/skia/src/core/SkScan_Antihair.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkTypeface.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkBlurImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_android_parser.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_android_parser.h ---------------------------------------------------------------------------------------------------- Copyright 2011 The Android Open Source Project @@ -1829,321 +1829,321 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/bigmatrix.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/blurrect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/colorfilterimagefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/composeshader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/dashcubics.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/dashing.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/distantclip.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fatpathfill.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/getpostextpath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagefiltersgraph.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagemagnifier.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/lighting.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/matrixconvolution.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/modecolorfilters.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/morphology.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/patheffects.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pathinterior.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/rrect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/rrects.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/runtimeimagefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/samplerstress.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/simpleaaclip.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/srcmode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/strokerect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/typeface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/verylargebitmap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkAnnotation.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkImage.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkRRect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkStrokeRec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkSurface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/gl/GrGLFunctions.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/pathops/SkPathOps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/SkPathRef.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/SkWeakRefCnt.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkNullCanvas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkMathPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkTInternalLList.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkColorPalette.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkAnnotation.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkChecksum.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFontDescriptor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFontDescriptor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkImagePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMD5.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMD5.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMaskGamma.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMaskGamma.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPaintDefaults.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRRect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRTree.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRTree.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkReadBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStrokeRec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkWriteBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrMemoryPool.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrMemoryPool.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProcessor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProcessor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProcessorUnitTest.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSWMaskHelper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSWMaskHelper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrShaderCaps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrShaderCaps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSurface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSurface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLCaps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLCaps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLProgramDataManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLProgramDataManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLUtil.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_Ganesh.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AAConvexPathRenderer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AAConvexPathRenderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/SoftwarePathRenderer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/SoftwarePathRenderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/surface/SkSurface_Ganesh.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImage_Base.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImage_Raster.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkSurface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkSurface_Base.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkSurface_Raster.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkSurface_Raster.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkAddIntersections.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkAddIntersections.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkDCubicLineIntersection.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkDLineIntersection.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkDQuadLineIntersection.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkIntersectionHelper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkIntersections.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkIntersections.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkLineParameters.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpAngle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpAngle.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpCubicHull.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpEdgeBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpEdgeBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpSegment.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpSegment.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpSpan.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsBounds.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsCommon.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsCommon.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsCubic.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsCubic.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsCurve.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsLine.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsLine.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsPoint.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsQuad.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsQuad.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsRect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsRect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsSimplify.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsTypes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathWriter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathWriter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkReduceOrder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkReduceOrder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkIBMFamilyClass.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTableTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V0.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V1.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V2.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V3.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_V4.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_OS_2_VA.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_glyf.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_head.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_hhea.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_loca.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_maxp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_maxp_CFF.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_maxp_TT.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_name.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_post.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkPanose.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkSFNTHeader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkConicalGradient.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkConicalGradient.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkGradientBaseShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkLinearGradient.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkLinearGradient.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkRadialGradient.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkSweepGradient.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkFloatUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkNullCanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkDWriteFontFileStream.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkDWriteGeometrySink.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bigmatrix.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/blurrect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/colorfilterimagefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/composeshader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/dashcubics.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/dashing.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/distantclip.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fatpathfill.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/getpostextpath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagefiltersgraph.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagemagnifier.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/lighting.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/matrixconvolution.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/modecolorfilters.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/morphology.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/patheffects.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pathinterior.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/rrect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/rrects.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/runtimeimagefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/samplerstress.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/simpleaaclip.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/srcmode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/strokerect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/typeface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/verylargebitmap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkAnnotation.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkImage.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkRRect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkStrokeRec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkSurface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/GrGLFunctions.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/pathops/SkPathOps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/SkPathRef.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/SkWeakRefCnt.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkNullCanvas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkMathPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkTInternalLList.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkColorPalette.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkAnnotation.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkChecksum.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFontDescriptor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFontDescriptor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkImagePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMD5.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMD5.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMaskGamma.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMaskGamma.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPaintDefaults.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRRect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRTree.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRTree.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkReadBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStrokeRec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkWriteBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrMemoryPool.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrMemoryPool.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessorUnitTest.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSWMaskHelper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSWMaskHelper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrShaderCaps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrShaderCaps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLCaps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLCaps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLProgramDataManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLProgramDataManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLUtil.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_Ganesh.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AAConvexPathRenderer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AAConvexPathRenderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SoftwarePathRenderer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SoftwarePathRenderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/surface/SkSurface_Ganesh.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImage_Base.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImage_Raster.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkSurface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkSurface_Base.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkSurface_Raster.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkSurface_Raster.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkAddIntersections.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkAddIntersections.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkDCubicLineIntersection.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkDLineIntersection.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkDQuadLineIntersection.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkIntersectionHelper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkIntersections.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkIntersections.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkLineParameters.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpAngle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpAngle.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpCubicHull.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpEdgeBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpEdgeBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpSegment.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpSegment.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpSpan.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsBounds.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsCommon.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsCommon.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsCubic.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsCubic.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsCurve.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsLine.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsLine.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsPoint.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsQuad.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsQuad.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsRect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsRect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsSimplify.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsTypes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathWriter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathWriter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkReduceOrder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkReduceOrder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkIBMFamilyClass.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTableTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2_V0.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2_V1.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2_V2.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2_V3.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2_V4.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2_VA.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_glyf.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_head.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_hhea.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_loca.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_maxp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_maxp_CFF.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_maxp_TT.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_name.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_post.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkPanose.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkSFNTHeader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/gradients/SkConicalGradient.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/gradients/SkConicalGradient.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/gradients/SkGradientBaseShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/gradients/SkLinearGradient.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/gradients/SkLinearGradient.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/gradients/SkRadialGradient.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/gradients/SkSweepGradient.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkFloatUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkNullCanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkDWriteFontFileStream.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkDWriteGeometrySink.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -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/runtimeimagefilter.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/gl/GrGLFunctions.h -FILE: ../../../third_party/skia/include/pathops/SkPathOps.h -FILE: ../../../third_party/skia/include/private/SkPathRef.h -FILE: ../../../third_party/skia/include/private/SkWeakRefCnt.h -FILE: ../../../third_party/skia/include/utils/SkNullCanvas.h -FILE: ../../../third_party/skia/src/base/SkMathPriv.h -FILE: ../../../third_party/skia/src/base/SkTInternalLList.h -FILE: ../../../third_party/skia/src/codec/SkColorPalette.h -FILE: ../../../third_party/skia/src/core/SkAnnotation.cpp -FILE: ../../../third_party/skia/src/core/SkChecksum.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/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/SkWriteBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrMemoryPool.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrMemoryPool.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProcessor.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProcessorUnitTest.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSWMaskHelper.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSWMaskHelper.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrShaderCaps.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrShaderCaps.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSurface.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSurface.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLCaps.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLCaps.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLProgramDataManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLProgramDataManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLUtil.h -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_Ganesh.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AAConvexPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AAConvexPathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/SoftwarePathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/SoftwarePathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/surface/SkSurface_Ganesh.cpp -FILE: ../../../third_party/skia/src/image/SkImage.cpp -FILE: ../../../third_party/skia/src/image/SkImage_Base.h -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_Raster.cpp -FILE: ../../../third_party/skia/src/image/SkSurface_Raster.h -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/SkConicalGradient.cpp -FILE: ../../../third_party/skia/src/shaders/gradients/SkConicalGradient.h -FILE: ../../../third_party/skia/src/shaders/gradients/SkGradientBaseShader.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/SkSweepGradient.cpp -FILE: ../../../third_party/skia/src/utils/SkFloatUtils.h -FILE: ../../../third_party/skia/src/utils/SkNullCanvas.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 +FILE: ../../../flutter/third_party/skia/gm/bigmatrix.cpp +FILE: ../../../flutter/third_party/skia/gm/blurrect.cpp +FILE: ../../../flutter/third_party/skia/gm/colorfilterimagefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/composeshader.cpp +FILE: ../../../flutter/third_party/skia/gm/dashcubics.cpp +FILE: ../../../flutter/third_party/skia/gm/dashing.cpp +FILE: ../../../flutter/third_party/skia/gm/distantclip.cpp +FILE: ../../../flutter/third_party/skia/gm/fatpathfill.cpp +FILE: ../../../flutter/third_party/skia/gm/getpostextpath.cpp +FILE: ../../../flutter/third_party/skia/gm/imagefiltersgraph.cpp +FILE: ../../../flutter/third_party/skia/gm/imagemagnifier.cpp +FILE: ../../../flutter/third_party/skia/gm/lighting.cpp +FILE: ../../../flutter/third_party/skia/gm/matrixconvolution.cpp +FILE: ../../../flutter/third_party/skia/gm/modecolorfilters.cpp +FILE: ../../../flutter/third_party/skia/gm/morphology.cpp +FILE: ../../../flutter/third_party/skia/gm/patheffects.cpp +FILE: ../../../flutter/third_party/skia/gm/pathinterior.cpp +FILE: ../../../flutter/third_party/skia/gm/rrect.cpp +FILE: ../../../flutter/third_party/skia/gm/rrects.cpp +FILE: ../../../flutter/third_party/skia/gm/runtimeimagefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/samplerstress.cpp +FILE: ../../../flutter/third_party/skia/gm/simpleaaclip.cpp +FILE: ../../../flutter/third_party/skia/gm/srcmode.cpp +FILE: ../../../flutter/third_party/skia/gm/strokerect.cpp +FILE: ../../../flutter/third_party/skia/gm/typeface.cpp +FILE: ../../../flutter/third_party/skia/gm/verylargebitmap.cpp +FILE: ../../../flutter/third_party/skia/include/core/SkAnnotation.h +FILE: ../../../flutter/third_party/skia/include/core/SkImage.h +FILE: ../../../flutter/third_party/skia/include/core/SkRRect.h +FILE: ../../../flutter/third_party/skia/include/core/SkStrokeRec.h +FILE: ../../../flutter/third_party/skia/include/core/SkSurface.h +FILE: ../../../flutter/third_party/skia/include/gpu/gl/GrGLFunctions.h +FILE: ../../../flutter/third_party/skia/include/pathops/SkPathOps.h +FILE: ../../../flutter/third_party/skia/include/private/SkPathRef.h +FILE: ../../../flutter/third_party/skia/include/private/SkWeakRefCnt.h +FILE: ../../../flutter/third_party/skia/include/utils/SkNullCanvas.h +FILE: ../../../flutter/third_party/skia/src/base/SkMathPriv.h +FILE: ../../../flutter/third_party/skia/src/base/SkTInternalLList.h +FILE: ../../../flutter/third_party/skia/src/codec/SkColorPalette.h +FILE: ../../../flutter/third_party/skia/src/core/SkAnnotation.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkChecksum.h +FILE: ../../../flutter/third_party/skia/src/core/SkFontDescriptor.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkFontDescriptor.h +FILE: ../../../flutter/third_party/skia/src/core/SkImagePriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkMD5.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMD5.h +FILE: ../../../flutter/third_party/skia/src/core/SkMaskGamma.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMaskGamma.h +FILE: ../../../flutter/third_party/skia/src/core/SkPaintDefaults.h +FILE: ../../../flutter/third_party/skia/src/core/SkRRect.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRTree.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRTree.h +FILE: ../../../flutter/third_party/skia/src/core/SkReadBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkStrokeRec.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkWriteBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrMemoryPool.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrMemoryPool.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessor.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessor.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessorUnitTest.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSWMaskHelper.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSWMaskHelper.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrShaderCaps.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrShaderCaps.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurface.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurface.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLCaps.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLCaps.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLProgramDataManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLProgramDataManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLUtil.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_Ganesh.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AAConvexPathRenderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AAConvexPathRenderer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SoftwarePathRenderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SoftwarePathRenderer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/surface/SkSurface_Ganesh.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkImage.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkImage_Base.h +FILE: ../../../flutter/third_party/skia/src/image/SkImage_Raster.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkSurface.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkSurface_Base.h +FILE: ../../../flutter/third_party/skia/src/image/SkSurface_Raster.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkSurface_Raster.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkAddIntersections.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkAddIntersections.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkDCubicLineIntersection.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkDLineIntersection.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkDQuadLineIntersection.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkIntersectionHelper.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkIntersections.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkIntersections.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkLineParameters.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpAngle.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpAngle.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpCubicHull.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpEdgeBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpEdgeBuilder.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpSegment.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpSegment.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpSpan.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsBounds.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsCommon.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsCommon.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsCubic.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsCubic.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsCurve.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsLine.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsLine.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsOp.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsPoint.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsQuad.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsQuad.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsRect.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsRect.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsSimplify.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsTypes.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsTypes.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathWriter.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathWriter.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkReduceOrder.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkReduceOrder.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkIBMFamilyClass.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTableTypes.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2_V0.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2_V1.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2_V2.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2_V3.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2_V4.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_OS_2_VA.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_glyf.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_head.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_hhea.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_loca.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_maxp.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_maxp_CFF.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_maxp_TT.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_name.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_post.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTUtils.cpp +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTUtils.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkPanose.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkSFNTHeader.h +FILE: ../../../flutter/third_party/skia/src/shaders/gradients/SkConicalGradient.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/gradients/SkConicalGradient.h +FILE: ../../../flutter/third_party/skia/src/shaders/gradients/SkGradientBaseShader.h +FILE: ../../../flutter/third_party/skia/src/shaders/gradients/SkLinearGradient.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/gradients/SkLinearGradient.h +FILE: ../../../flutter/third_party/skia/src/shaders/gradients/SkRadialGradient.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/gradients/SkSweepGradient.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkFloatUtils.h +FILE: ../../../flutter/third_party/skia/src/utils/SkNullCanvas.cpp +FILE: ../../../flutter/third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp +FILE: ../../../flutter/third_party/skia/src/utils/win/SkDWriteFontFileStream.h +FILE: ../../../flutter/third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp +FILE: ../../../flutter/third_party/skia/src/utils/win/SkDWriteGeometrySink.h ---------------------------------------------------------------------------------------------------- Copyright 2012 Google Inc. @@ -2178,9 +2178,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/base/SkBezierCurves.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkBezierCurves.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/base/SkBezierCurves.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkBezierCurves.cpp ---------------------------------------------------------------------------------------------------- Copyright 2012 Google LLC @@ -2215,23 +2215,23 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/core/SkImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkColorFilterImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkLightingImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkMagnifierImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkMatrixConvolutionImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkMergeImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkMorphologyImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkImageEncoderFns.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkColorFilterImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkLightingImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkMagnifierImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkMatrixConvolutionImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkMergeImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkMorphologyImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkImageEncoderFns.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/core/SkImageFilter.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/encode/SkImageEncoderFns.h +FILE: ../../../flutter/third_party/skia/src/core/SkImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkColorFilterImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkLightingImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkMagnifierImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkMatrixConvolutionImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkMergeImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkMorphologyImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/encode/SkImageEncoderFns.h ---------------------------------------------------------------------------------------------------- Copyright 2012 The Android Open Source Project @@ -2266,279 +2266,279 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/client_utils/android/FrontBufferedStream.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/client_utils/android/FrontBufferedStream.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/dm/DM.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/alphagradients.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/arcofzorro.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/beziereffects.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bigblurs.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bigtext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bitmappremul.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bitmaprecttest.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bitmapshader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bleed.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/blurquickreject.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/blurroundrect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/circularclips.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/clippedbitmapshaders.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/coloremoji.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/conicpaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/copy_to_4444.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/displacement.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/dropshadowimagefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/dstreadshuffle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fontcache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fontmgr.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/gradient_dirty_laundry.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/gradient_matrix.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/gradients_no_texture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/hairlines.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagesource.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/internal_links.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/inversepaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/lumafilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/mixedtextblobs.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/nested.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/nonclosedpaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/offsetimagefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/ovals.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pathopsinverse.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/perlinnoise.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pictureimagefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/polygons.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/resizeimagefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/roundrects.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/shallowgradient.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/skbug1719.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/spritebitmap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/stringart.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/thinrects.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/thinstrokedrects.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/tileimagefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/vertices.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/xfermodeimagefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/xfermodes2.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/xfermodes3.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkDataTable.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkDocument.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkFontMgr.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkFontStyle.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkImageGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkImageInfo.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkLumaColorFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkPerlinNoiseShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/gl/GrGLExtensions.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkFontConfigInterface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/SkJpegMetadataDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkOnce.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkTFitsIn.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkTLogic.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/chromium/SkDiscardableMemory.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrTypesPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkCanvasStateUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBitmapDevice.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBitmapDevice.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDataTable.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDocument.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDrawLooper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFontStream.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMatrixUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMessageBus.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMipmap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMipmap.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPaintPriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPaintPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPathRef.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkResourceCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkResourceCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStreamPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStringUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStringUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTDynamicHash.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTMultiMap.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkValidationUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkComposeImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkDisplacementMapImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkDropShadowImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/Blend.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/RectanizerSkyline.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrCaps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrGeometryProcessor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrPaint.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrBezierEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrBezierEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrBicubicEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrBitmapTextGeoProc.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrBitmapTextGeoProc.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrDistanceFieldGeoProc.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrDistanceFieldGeoProc.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLExtensions.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLVertexArray.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLVertexArray.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/GrOvalOpFactory.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/GrOvalOpFactory.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/lazy/SkDiscardableMemoryPool.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/lazy/SkDiscardableMemoryPool.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpCoincidence.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpContour.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpContour.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsDebug.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsDebug.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFResourceDict.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFResourceDict.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkDiscardableMemory_none.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontConfigTypeface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_FontConfigInterface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkOSFile_posix.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkOSFile_win.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_name.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkTTCFHeader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkColorFilterShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkPerlinNoiseShaderImpl.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkPerlinNoiseShaderImpl.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkCanvasStack.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkCanvasStack.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkCanvasStateUtils.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/client_utils/android/FrontBufferedStream.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/client_utils/android/FrontBufferedStream.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/dm/DM.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/alphagradients.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/arcofzorro.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/beziereffects.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bigblurs.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bigtext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bitmappremul.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bitmaprecttest.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bitmapshader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bleed.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/blurquickreject.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/blurroundrect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/circularclips.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/clippedbitmapshaders.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/coloremoji.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/conicpaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/copy_to_4444.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/displacement.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/dropshadowimagefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/dstreadshuffle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fontcache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fontmgr.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/gradient_dirty_laundry.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/gradient_matrix.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/gradients_no_texture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/hairlines.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagesource.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/internal_links.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/inversepaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/lumafilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/mixedtextblobs.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/nested.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/nonclosedpaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/offsetimagefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/ovals.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pathopsinverse.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/perlinnoise.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pictureimagefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/polygons.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/resizeimagefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/roundrects.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/shallowgradient.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/skbug1719.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/spritebitmap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/stringart.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/thinrects.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/thinstrokedrects.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/tileimagefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/vertices.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/xfermodeimagefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/xfermodes2.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/xfermodes3.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkDataTable.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkDocument.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkFontMgr.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkFontStyle.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkImageGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkImageInfo.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkLumaColorFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkPerlinNoiseShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/GrGLExtensions.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkFontConfigInterface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/SkJpegMetadataDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkOnce.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkTFitsIn.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkTLogic.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/chromium/SkDiscardableMemory.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/ganesh/GrTypesPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkCanvasStateUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmapDevice.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmapDevice.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDataTable.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDocument.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDrawLooper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFontStream.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMatrixUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMessageBus.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMipmap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMipmap.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPaintPriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPaintPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPathRef.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkResourceCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkResourceCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStreamPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStringUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStringUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTDynamicHash.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTMultiMap.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkValidationUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkComposeImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkDisplacementMapImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkDropShadowImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/Blend.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/RectanizerSkyline.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCaps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGeometryProcessor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPaint.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBezierEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBezierEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBicubicEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBitmapTextGeoProc.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBitmapTextGeoProc.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrDistanceFieldGeoProc.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrDistanceFieldGeoProc.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLExtensions.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLVertexArray.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLVertexArray.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrOvalOpFactory.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrOvalOpFactory.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/lazy/SkDiscardableMemoryPool.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/lazy/SkDiscardableMemoryPool.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpCoincidence.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpContour.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpContour.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsDebug.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsDebug.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFResourceDict.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFResourceDict.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkDiscardableMemory_none.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontConfigTypeface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_FontConfigInterface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkOSFile_posix.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkOSFile_win.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_name.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkTTCFHeader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkColorFilterShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkPerlinNoiseShaderImpl.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkPerlinNoiseShaderImpl.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkCanvasStack.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkCanvasStack.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkCanvasStateUtils.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/client_utils/android/FrontBufferedStream.cpp -FILE: ../../../third_party/skia/client_utils/android/FrontBufferedStream.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/copy_to_4444.cpp -FILE: ../../../third_party/skia/gm/displacement.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/gradient_dirty_laundry.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/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/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/perlinnoise.cpp -FILE: ../../../third_party/skia/gm/pictureimagefilter.cpp -FILE: ../../../third_party/skia/gm/polygons.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/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/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/SkLumaColorFilter.h -FILE: ../../../third_party/skia/include/effects/SkPerlinNoiseShader.h -FILE: ../../../third_party/skia/include/gpu/gl/GrGLExtensions.h -FILE: ../../../third_party/skia/include/ports/SkFontConfigInterface.h -FILE: ../../../third_party/skia/include/private/SkJpegMetadataDecoder.h -FILE: ../../../third_party/skia/include/private/base/SkOnce.h -FILE: ../../../third_party/skia/include/private/base/SkTFitsIn.h -FILE: ../../../third_party/skia/include/private/base/SkTLogic.h -FILE: ../../../third_party/skia/include/private/chromium/SkDiscardableMemory.h -FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrTypesPriv.h -FILE: ../../../third_party/skia/include/utils/SkCanvasStateUtils.h -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/SkDocument.cpp -FILE: ../../../third_party/skia/src/core/SkDrawLooper.cpp -FILE: ../../../third_party/skia/src/core/SkFontStream.h -FILE: ../../../third_party/skia/src/core/SkMatrixUtils.h -FILE: ../../../third_party/skia/src/core/SkMessageBus.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/SkValidationUtils.h -FILE: ../../../third_party/skia/src/effects/imagefilters/SkComposeImageFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkDisplacementMapImageFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkDropShadowImageFilter.cpp -FILE: ../../../third_party/skia/src/gpu/Blend.h -FILE: ../../../third_party/skia/src/gpu/RectanizerSkyline.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrCaps.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrGeometryProcessor.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrPaint.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrBezierEffect.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrBezierEffect.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrBicubicEffect.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrBitmapTextGeoProc.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrBitmapTextGeoProc.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrDistanceFieldGeoProc.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrDistanceFieldGeoProc.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLContext.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLContext.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLExtensions.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLVertexArray.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLVertexArray.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/GrOvalOpFactory.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/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/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/SkPerlinNoiseShaderImpl.cpp -FILE: ../../../third_party/skia/src/shaders/SkPerlinNoiseShaderImpl.h -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: ../../../flutter/third_party/skia/client_utils/android/FrontBufferedStream.cpp +FILE: ../../../flutter/third_party/skia/client_utils/android/FrontBufferedStream.h +FILE: ../../../flutter/third_party/skia/dm/DM.cpp +FILE: ../../../flutter/third_party/skia/gm/alphagradients.cpp +FILE: ../../../flutter/third_party/skia/gm/arcofzorro.cpp +FILE: ../../../flutter/third_party/skia/gm/beziereffects.cpp +FILE: ../../../flutter/third_party/skia/gm/bigblurs.cpp +FILE: ../../../flutter/third_party/skia/gm/bigtext.cpp +FILE: ../../../flutter/third_party/skia/gm/bitmappremul.cpp +FILE: ../../../flutter/third_party/skia/gm/bitmaprecttest.cpp +FILE: ../../../flutter/third_party/skia/gm/bitmapshader.cpp +FILE: ../../../flutter/third_party/skia/gm/bleed.cpp +FILE: ../../../flutter/third_party/skia/gm/blurquickreject.cpp +FILE: ../../../flutter/third_party/skia/gm/blurroundrect.cpp +FILE: ../../../flutter/third_party/skia/gm/circularclips.cpp +FILE: ../../../flutter/third_party/skia/gm/clippedbitmapshaders.cpp +FILE: ../../../flutter/third_party/skia/gm/coloremoji.cpp +FILE: ../../../flutter/third_party/skia/gm/conicpaths.cpp +FILE: ../../../flutter/third_party/skia/gm/copy_to_4444.cpp +FILE: ../../../flutter/third_party/skia/gm/displacement.cpp +FILE: ../../../flutter/third_party/skia/gm/dropshadowimagefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/dstreadshuffle.cpp +FILE: ../../../flutter/third_party/skia/gm/fontcache.cpp +FILE: ../../../flutter/third_party/skia/gm/fontmgr.cpp +FILE: ../../../flutter/third_party/skia/gm/gradient_dirty_laundry.cpp +FILE: ../../../flutter/third_party/skia/gm/gradient_matrix.cpp +FILE: ../../../flutter/third_party/skia/gm/gradients_no_texture.cpp +FILE: ../../../flutter/third_party/skia/gm/hairlines.cpp +FILE: ../../../flutter/third_party/skia/gm/imagesource.cpp +FILE: ../../../flutter/third_party/skia/gm/internal_links.cpp +FILE: ../../../flutter/third_party/skia/gm/inversepaths.cpp +FILE: ../../../flutter/third_party/skia/gm/lumafilter.cpp +FILE: ../../../flutter/third_party/skia/gm/mixedtextblobs.cpp +FILE: ../../../flutter/third_party/skia/gm/nested.cpp +FILE: ../../../flutter/third_party/skia/gm/nonclosedpaths.cpp +FILE: ../../../flutter/third_party/skia/gm/offsetimagefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/ovals.cpp +FILE: ../../../flutter/third_party/skia/gm/pathopsinverse.cpp +FILE: ../../../flutter/third_party/skia/gm/perlinnoise.cpp +FILE: ../../../flutter/third_party/skia/gm/pictureimagefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/polygons.cpp +FILE: ../../../flutter/third_party/skia/gm/resizeimagefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/roundrects.cpp +FILE: ../../../flutter/third_party/skia/gm/shallowgradient.cpp +FILE: ../../../flutter/third_party/skia/gm/skbug1719.cpp +FILE: ../../../flutter/third_party/skia/gm/spritebitmap.cpp +FILE: ../../../flutter/third_party/skia/gm/stringart.cpp +FILE: ../../../flutter/third_party/skia/gm/thinrects.cpp +FILE: ../../../flutter/third_party/skia/gm/thinstrokedrects.cpp +FILE: ../../../flutter/third_party/skia/gm/tileimagefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/vertices.cpp +FILE: ../../../flutter/third_party/skia/gm/xfermodeimagefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/xfermodes2.cpp +FILE: ../../../flutter/third_party/skia/gm/xfermodes3.cpp +FILE: ../../../flutter/third_party/skia/include/core/SkDataTable.h +FILE: ../../../flutter/third_party/skia/include/core/SkDocument.h +FILE: ../../../flutter/third_party/skia/include/core/SkFontMgr.h +FILE: ../../../flutter/third_party/skia/include/core/SkFontStyle.h +FILE: ../../../flutter/third_party/skia/include/core/SkImageGenerator.h +FILE: ../../../flutter/third_party/skia/include/core/SkImageInfo.h +FILE: ../../../flutter/third_party/skia/include/effects/SkLumaColorFilter.h +FILE: ../../../flutter/third_party/skia/include/effects/SkPerlinNoiseShader.h +FILE: ../../../flutter/third_party/skia/include/gpu/gl/GrGLExtensions.h +FILE: ../../../flutter/third_party/skia/include/ports/SkFontConfigInterface.h +FILE: ../../../flutter/third_party/skia/include/private/SkJpegMetadataDecoder.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkOnce.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkTFitsIn.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkTLogic.h +FILE: ../../../flutter/third_party/skia/include/private/chromium/SkDiscardableMemory.h +FILE: ../../../flutter/third_party/skia/include/private/gpu/ganesh/GrTypesPriv.h +FILE: ../../../flutter/third_party/skia/include/utils/SkCanvasStateUtils.h +FILE: ../../../flutter/third_party/skia/src/core/SkBitmapDevice.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBitmapDevice.h +FILE: ../../../flutter/third_party/skia/src/core/SkDataTable.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDocument.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDrawLooper.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkFontStream.h +FILE: ../../../flutter/third_party/skia/src/core/SkMatrixUtils.h +FILE: ../../../flutter/third_party/skia/src/core/SkMessageBus.h +FILE: ../../../flutter/third_party/skia/src/core/SkMipmap.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMipmap.h +FILE: ../../../flutter/third_party/skia/src/core/SkPaintPriv.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPaintPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkPathRef.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkResourceCache.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkResourceCache.h +FILE: ../../../flutter/third_party/skia/src/core/SkStreamPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkStringUtils.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkStringUtils.h +FILE: ../../../flutter/third_party/skia/src/core/SkTDynamicHash.h +FILE: ../../../flutter/third_party/skia/src/core/SkTMultiMap.h +FILE: ../../../flutter/third_party/skia/src/core/SkValidationUtils.h +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkComposeImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkDisplacementMapImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkDropShadowImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/Blend.h +FILE: ../../../flutter/third_party/skia/src/gpu/RectanizerSkyline.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCaps.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGeometryProcessor.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPaint.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBezierEffect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBezierEffect.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBicubicEffect.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBitmapTextGeoProc.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBitmapTextGeoProc.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrDistanceFieldGeoProc.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrDistanceFieldGeoProc.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLContext.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLExtensions.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLVertexArray.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLVertexArray.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrOvalOpFactory.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrOvalOpFactory.h +FILE: ../../../flutter/third_party/skia/src/lazy/SkDiscardableMemoryPool.cpp +FILE: ../../../flutter/third_party/skia/src/lazy/SkDiscardableMemoryPool.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpCoincidence.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpContour.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpContour.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsDebug.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsDebug.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFResourceDict.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFResourceDict.h +FILE: ../../../flutter/third_party/skia/src/ports/SkDiscardableMemory_none.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontConfigTypeface.h +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_FontConfigInterface.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkOSFile_posix.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkOSFile_win.cpp +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_name.cpp +FILE: ../../../flutter/third_party/skia/src/sfnt/SkTTCFHeader.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkColorFilterShader.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkPerlinNoiseShaderImpl.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkPerlinNoiseShaderImpl.h +FILE: ../../../flutter/third_party/skia/src/utils/SkCanvasStack.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkCanvasStack.h +FILE: ../../../flutter/third_party/skia/src/utils/SkCanvasStateUtils.cpp ---------------------------------------------------------------------------------------------------- Copyright 2013 Google Inc. @@ -2573,11 +2573,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkBlendImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkPictureImageFilter.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkBlendImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkPictureImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/effects/imagefilters/SkBlendImageFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkPictureImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkBlendImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkPictureImageFilter.cpp ---------------------------------------------------------------------------------------------------- Copyright 2013 The Android Open Source Project @@ -2612,333 +2612,333 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/dm/DMJsonWriter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/dm/DMJsonWriter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/aaa.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/beziers.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/blurcircles.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/clipdrawdraw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/coloremoji_blendmodes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/colorfilters.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/colorwheel.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/complexclip3.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/convexpolyclip.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/convexpolyeffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/discard.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/drrect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/emboss.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/filterfastbounds.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/glyph_pos.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/gradients_2pt_conical.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/grayscalejpg.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imageblurtiled.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagefiltersclipped.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagefilterscropexpand.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagefiltersscaled.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imageresizetiled.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/matriximagefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/patch.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/picture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pictureshader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pictureshadertile.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/recordopts.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/smallarc.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/stroketext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/surface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/tallstretchedbitmaps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/texelsubset.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/textblob.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/textblobshader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/tiledscaledbitmap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/variedtext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/yuvtorgbsubset.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkBBHFactory.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkBlurTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkDrawable.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkFont.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkPictureRecorder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkSurfaceProps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkTextBlob.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/gl/GrGLAssembleInterface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_indirect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkRemotableFontMgr.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkHalf.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkHalf.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBBHFactory.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBitmapCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBitmapCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCachedData.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCachedData.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCanvasPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkConvertPixels.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDistanceFieldGen.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDistanceFieldGen.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDrawable.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFont.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFont_serial.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkImageGenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMaskCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMaskCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPicturePlayback.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPicturePlayback.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPictureRecorder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkReadPixelsRec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecord.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecordDraw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecordDraw.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecordOpts.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecordOpts.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecorder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecorder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecords.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSurfacePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTaskGroup.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTaskGroup.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTextBlob.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkVertState.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkVertState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/fonts/SkFontMgr_indirect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/fonts/SkRemotableFontMgr.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/RectanizerPow2.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/RectanizerSkyline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ResourceKey.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDefaultGeoProcFactory.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDefaultGeoProcFactory.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrGeometryProcessor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrGpuResource.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrGpuResourceCacheAccess.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProcessorAnalysis.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProcessorAnalysis.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProgramDesc.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrResourceCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrResourceCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTracing.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrXferProcessor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrBicubicEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrConvexPolyEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrConvexPolyEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrCoverageSetOpXP.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrCoverageSetOpXP.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrDisableColorXP.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrDisableColorXP.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrOvalEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrOvalEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrPorterDuffXferProcessor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrPorterDuffXferProcessor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrRRectEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrRRectEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAssembleInterface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTextureRenderTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/android/GrGLMakeNativeInterface_android.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/builders/GrGLProgramBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/builders/GrGLProgramBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/glx/GrGLMakeGLXInterface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/iOS/GrGLMakeNativeInterface_iOS.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DashOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DashOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/SmallPathRenderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/surface/SkSurface_Ganesh.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpSpan.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsTSect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsTSect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsTightBounds.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_android.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_fontconfig.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_win_dw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkScalerContext_win_dw.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_win_dw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_win_dw.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_EBDT.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_EBLC.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_EBSC.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_gasp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkLocalMatrixShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkLocalMatrixShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkPictureShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkPictureShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkDashPath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkDashPathPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkEventTracer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkMatrix22.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkMatrix22.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkPatchUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkPatchUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkDWrite.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkDWrite.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/dm/DMJsonWriter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/dm/DMJsonWriter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/aaa.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/beziers.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/blurcircles.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/clipdrawdraw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/coloremoji_blendmodes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/colorfilters.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/colorwheel.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/complexclip3.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/convexpolyclip.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/convexpolyeffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/discard.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drrect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/emboss.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/filterfastbounds.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/glyph_pos.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/gradients_2pt_conical.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/grayscalejpg.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imageblurtiled.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagefiltersclipped.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagefilterscropexpand.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagefiltersscaled.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imageresizetiled.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/matriximagefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/patch.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/picture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pictureshader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pictureshadertile.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/recordopts.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/smallarc.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/stroketext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/surface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/tallstretchedbitmaps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/texelsubset.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/textblob.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/textblobshader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/tiledscaledbitmap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/variedtext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/yuvtorgbsubset.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkBBHFactory.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkBlurTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkDrawable.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkFont.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPictureRecorder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkSurfaceProps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkTextBlob.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/GrGLAssembleInterface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkFontMgr_indirect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkRemotableFontMgr.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkHalf.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkHalf.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBBHFactory.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmapCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmapCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCachedData.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCachedData.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCanvasPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkConvertPixels.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDistanceFieldGen.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDistanceFieldGen.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDrawable.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFont.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFont_serial.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkImageGenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMaskCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMaskCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPicturePlayback.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPicturePlayback.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPictureRecorder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkReadPixelsRec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecord.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecordDraw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecordDraw.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecordOpts.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecordOpts.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecorder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecorder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecords.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSurfacePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTaskGroup.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTaskGroup.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTextBlob.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkVertState.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkVertState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/fonts/SkFontMgr_indirect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/fonts/SkRemotableFontMgr.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/RectanizerPow2.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/RectanizerSkyline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ResourceKey.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDefaultGeoProcFactory.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDefaultGeoProcFactory.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFragmentProcessor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGeometryProcessor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpuResource.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpuResourceCacheAccess.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessorAnalysis.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessorAnalysis.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProgramDesc.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTracing.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrXferProcessor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBicubicEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrConvexPolyEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrConvexPolyEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrCoverageSetOpXP.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrCoverageSetOpXP.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrDisableColorXP.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrDisableColorXP.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrOvalEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrOvalEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrPorterDuffXferProcessor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrPorterDuffXferProcessor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrRRectEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrRRectEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAssembleInterface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLTextureRenderTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/android/GrGLMakeNativeInterface_android.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/builders/GrGLProgramBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/builders/GrGLProgramBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/glx/GrGLMakeGLXInterface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/iOS/GrGLMakeNativeInterface_iOS.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DashOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DashOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SmallPathRenderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/surface/SkSurface_Ganesh.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpSpan.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsTSect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsTSect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsTightBounds.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_android.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_fontconfig.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_win_dw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkScalerContext_win_dw.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkTypeface_win_dw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkTypeface_win_dw.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_EBDT.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_EBLC.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_EBSC.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_gasp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkLocalMatrixShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkLocalMatrixShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkPictureShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkPictureShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkDashPath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkDashPathPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkEventTracer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkMatrix22.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkMatrix22.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkPatchUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkPatchUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkDWrite.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkDWrite.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -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/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/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/texelsubset.cpp -FILE: ../../../third_party/skia/gm/textblob.cpp -FILE: ../../../third_party/skia/gm/textblobshader.cpp -FILE: ../../../third_party/skia/gm/tiledscaledbitmap.cpp -FILE: ../../../third_party/skia/gm/variedtext.cpp -FILE: ../../../third_party/skia/gm/yuvtorgbsubset.cpp -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/SkPictureRecorder.h -FILE: ../../../third_party/skia/include/core/SkSurfaceProps.h -FILE: ../../../third_party/skia/include/core/SkTextBlob.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/src/base/SkHalf.cpp -FILE: ../../../third_party/skia/src/base/SkHalf.h -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/SkFont_serial.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/SkPicturePlayback.cpp -FILE: ../../../third_party/skia/src/core/SkPicturePlayback.h -FILE: ../../../third_party/skia/src/core/SkPictureRecorder.cpp -FILE: ../../../third_party/skia/src/core/SkReadPixelsRec.h -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/RectanizerPow2.h -FILE: ../../../third_party/skia/src/gpu/RectanizerSkyline.h -FILE: ../../../third_party/skia/src/gpu/ResourceKey.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDefaultGeoProcFactory.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDefaultGeoProcFactory.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessor.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrGeometryProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrGpuResource.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrGpuResourceCacheAccess.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProcessorAnalysis.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProcessorAnalysis.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProgramDesc.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrResourceCache.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrResourceCache.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTracing.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrXferProcessor.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrBicubicEffect.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrConvexPolyEffect.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrConvexPolyEffect.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrCoverageSetOpXP.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrCoverageSetOpXP.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrDisableColorXP.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrDisableColorXP.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrOvalEffect.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrOvalEffect.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrPorterDuffXferProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrPorterDuffXferProcessor.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrRRectEffect.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrRRectEffect.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAssembleInterface.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTextureRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/android/GrGLMakeNativeInterface_android.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/builders/GrGLProgramBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/builders/GrGLProgramBuilder.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/glx/GrGLMakeGLXInterface.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/iOS/GrGLMakeNativeInterface_iOS.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.h -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DashOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DashOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/SmallPathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/surface/SkSurface_Ganesh.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 +FILE: ../../../flutter/third_party/skia/dm/DMJsonWriter.cpp +FILE: ../../../flutter/third_party/skia/dm/DMJsonWriter.h +FILE: ../../../flutter/third_party/skia/gm/aaa.cpp +FILE: ../../../flutter/third_party/skia/gm/beziers.cpp +FILE: ../../../flutter/third_party/skia/gm/blurcircles.cpp +FILE: ../../../flutter/third_party/skia/gm/clipdrawdraw.cpp +FILE: ../../../flutter/third_party/skia/gm/coloremoji_blendmodes.cpp +FILE: ../../../flutter/third_party/skia/gm/colorfilters.cpp +FILE: ../../../flutter/third_party/skia/gm/colorwheel.cpp +FILE: ../../../flutter/third_party/skia/gm/complexclip3.cpp +FILE: ../../../flutter/third_party/skia/gm/convexpolyclip.cpp +FILE: ../../../flutter/third_party/skia/gm/convexpolyeffect.cpp +FILE: ../../../flutter/third_party/skia/gm/discard.cpp +FILE: ../../../flutter/third_party/skia/gm/drrect.cpp +FILE: ../../../flutter/third_party/skia/gm/emboss.cpp +FILE: ../../../flutter/third_party/skia/gm/filterfastbounds.cpp +FILE: ../../../flutter/third_party/skia/gm/glyph_pos.cpp +FILE: ../../../flutter/third_party/skia/gm/gradients_2pt_conical.cpp +FILE: ../../../flutter/third_party/skia/gm/grayscalejpg.cpp +FILE: ../../../flutter/third_party/skia/gm/imageblurtiled.cpp +FILE: ../../../flutter/third_party/skia/gm/imagefiltersclipped.cpp +FILE: ../../../flutter/third_party/skia/gm/imagefilterscropexpand.cpp +FILE: ../../../flutter/third_party/skia/gm/imagefiltersscaled.cpp +FILE: ../../../flutter/third_party/skia/gm/imageresizetiled.cpp +FILE: ../../../flutter/third_party/skia/gm/matriximagefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/patch.cpp +FILE: ../../../flutter/third_party/skia/gm/picture.cpp +FILE: ../../../flutter/third_party/skia/gm/pictureshader.cpp +FILE: ../../../flutter/third_party/skia/gm/pictureshadertile.cpp +FILE: ../../../flutter/third_party/skia/gm/recordopts.cpp +FILE: ../../../flutter/third_party/skia/gm/smallarc.cpp +FILE: ../../../flutter/third_party/skia/gm/stroketext.cpp +FILE: ../../../flutter/third_party/skia/gm/surface.cpp +FILE: ../../../flutter/third_party/skia/gm/tallstretchedbitmaps.cpp +FILE: ../../../flutter/third_party/skia/gm/texelsubset.cpp +FILE: ../../../flutter/third_party/skia/gm/textblob.cpp +FILE: ../../../flutter/third_party/skia/gm/textblobshader.cpp +FILE: ../../../flutter/third_party/skia/gm/tiledscaledbitmap.cpp +FILE: ../../../flutter/third_party/skia/gm/variedtext.cpp +FILE: ../../../flutter/third_party/skia/gm/yuvtorgbsubset.cpp +FILE: ../../../flutter/third_party/skia/include/core/SkBBHFactory.h +FILE: ../../../flutter/third_party/skia/include/core/SkBlurTypes.h +FILE: ../../../flutter/third_party/skia/include/core/SkDrawable.h +FILE: ../../../flutter/third_party/skia/include/core/SkFont.h +FILE: ../../../flutter/third_party/skia/include/core/SkPictureRecorder.h +FILE: ../../../flutter/third_party/skia/include/core/SkSurfaceProps.h +FILE: ../../../flutter/third_party/skia/include/core/SkTextBlob.h +FILE: ../../../flutter/third_party/skia/include/gpu/gl/GrGLAssembleInterface.h +FILE: ../../../flutter/third_party/skia/include/ports/SkFontMgr_indirect.h +FILE: ../../../flutter/third_party/skia/include/ports/SkRemotableFontMgr.h +FILE: ../../../flutter/third_party/skia/src/base/SkHalf.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkHalf.h +FILE: ../../../flutter/third_party/skia/src/core/SkBBHFactory.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBitmapCache.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBitmapCache.h +FILE: ../../../flutter/third_party/skia/src/core/SkCachedData.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkCachedData.h +FILE: ../../../flutter/third_party/skia/src/core/SkCanvasPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkConvertPixels.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDistanceFieldGen.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDistanceFieldGen.h +FILE: ../../../flutter/third_party/skia/src/core/SkDrawable.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkFont.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkFont_serial.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkImageGenerator.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMaskCache.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMaskCache.h +FILE: ../../../flutter/third_party/skia/src/core/SkPicturePlayback.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPicturePlayback.h +FILE: ../../../flutter/third_party/skia/src/core/SkPictureRecorder.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkReadPixelsRec.h +FILE: ../../../flutter/third_party/skia/src/core/SkRecord.h +FILE: ../../../flutter/third_party/skia/src/core/SkRecordDraw.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRecordDraw.h +FILE: ../../../flutter/third_party/skia/src/core/SkRecordOpts.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRecordOpts.h +FILE: ../../../flutter/third_party/skia/src/core/SkRecorder.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRecorder.h +FILE: ../../../flutter/third_party/skia/src/core/SkRecords.h +FILE: ../../../flutter/third_party/skia/src/core/SkSurfacePriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkTaskGroup.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkTaskGroup.h +FILE: ../../../flutter/third_party/skia/src/core/SkTextBlob.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkVertState.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkVertState.h +FILE: ../../../flutter/third_party/skia/src/fonts/SkFontMgr_indirect.cpp +FILE: ../../../flutter/third_party/skia/src/fonts/SkRemotableFontMgr.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/RectanizerPow2.h +FILE: ../../../flutter/third_party/skia/src/gpu/RectanizerSkyline.h +FILE: ../../../flutter/third_party/skia/src/gpu/ResourceKey.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDefaultGeoProcFactory.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDefaultGeoProcFactory.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFragmentProcessor.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGeometryProcessor.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpuResource.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpuResourceCacheAccess.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessorAnalysis.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessorAnalysis.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProgramDesc.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceCache.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceCache.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTracing.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrXferProcessor.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBicubicEffect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrConvexPolyEffect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrConvexPolyEffect.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrCoverageSetOpXP.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrCoverageSetOpXP.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrDisableColorXP.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrDisableColorXP.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrOvalEffect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrOvalEffect.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrPorterDuffXferProcessor.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrPorterDuffXferProcessor.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrRRectEffect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrRRectEffect.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAssembleInterface.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLTextureRenderTarget.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/android/GrGLMakeNativeInterface_android.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/builders/GrGLProgramBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/builders/GrGLProgramBuilder.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/glx/GrGLMakeGLXInterface.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/iOS/GrGLMakeNativeInterface_iOS.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DashOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DashOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SmallPathRenderer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/surface/SkSurface_Ganesh.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpSpan.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsTSect.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsTSect.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsTightBounds.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_android.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_fontconfig.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_win_dw.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkScalerContext_win_dw.h +FILE: ../../../flutter/third_party/skia/src/ports/SkTypeface_win_dw.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkTypeface_win_dw.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_EBDT.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_EBLC.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_EBSC.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_gasp.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkLocalMatrixShader.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkLocalMatrixShader.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkPictureShader.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkPictureShader.h +FILE: ../../../flutter/third_party/skia/src/utils/SkDashPath.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkDashPathPriv.h +FILE: ../../../flutter/third_party/skia/src/utils/SkEventTracer.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkMatrix22.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkMatrix22.h +FILE: ../../../flutter/third_party/skia/src/utils/SkPatchUtils.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkPatchUtils.h +FILE: ../../../flutter/third_party/skia/src/utils/win/SkDWrite.cpp +FILE: ../../../flutter/third_party/skia/src/utils/win/SkDWrite.h ---------------------------------------------------------------------------------------------------- Copyright 2014 Google Inc. @@ -2973,9 +2973,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/SmallPathRenderer.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SmallPathRenderer.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/SmallPathRenderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SmallPathRenderer.cpp ---------------------------------------------------------------------------------------------------- Copyright 2014 Google Inc. Copyright 2017 ARM Ltd. @@ -3011,9 +3011,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkMatrixTransformImageFilter.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkMatrixTransformImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/effects/imagefilters/SkMatrixTransformImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkMatrixTransformImageFilter.cpp ---------------------------------------------------------------------------------------------------- Copyright 2014 The Android Open Source Project @@ -3048,577 +3048,577 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/client_utils/android/BRDAllocator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/client_utils/android/BitmapRegionDecoder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/client_utils/android/BitmapRegionDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/client_utils/android/BitmapRegionDecoderPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/dm/DMSrcSink.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/dm/DMSrcSink.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/aaxfermodes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/addarc.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/all_bitmap_configs.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/anisotropic.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/annotated_text.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/badpaint.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bigrrectaaeffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bigtileimagefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/blend.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/blurredclippedcircle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bmpfilterqualityrepeat.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/concavepaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/constcolorprocessor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/convex_all_line_paths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/draw_bitmap_rect_skbug4374.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/drawable.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/drawatlas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/drawatlascolor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/drawminibitmaprect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fadefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fontscalerdistortable.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/image_pict.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/image_shader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagefilters.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagefiltersstroked.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagefilterstransformed.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagefromyuvtextures.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagesource2.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/largeglyphblur.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/lcdblendmodes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/lcdoverlap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/localmatriximagefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/localmatriximageshader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/mipmap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/path_stroke_with_zero_length.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pathcontourstart.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pdf_never_embed.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/perspshaders.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pictureimagegenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/plus.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/repeated_bitmap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/scaledstrokes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/skbug_257.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/smallpaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/stlouisarch.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/textblobcolortrans.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/textblobgeometrychange.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/textblobmixedsizes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/textblobrandomfont.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/textblobtransforms.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/textblobuseaftergpufree.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/transparency.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkAndroidCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkEncodedImageFormat.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkPngChunkReader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkPathBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkPixmap.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkPoint3.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkRSXform.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkTraceMemoryDump.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/GrContextOptions.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/gl/GrGLTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_android.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_directory.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_empty.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_fontconfig.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkMutex.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkSemaphore.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkThreadID.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/svg/SkSVGCanvas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkPaintFilterCanvas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkSemaphore.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkSharedMutex.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkSharedMutex.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkSpinlock.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkSpinlock.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkTDPQueue.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkThreadID.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkAndroidCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkAndroidCodecAdapter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkAndroidCodecAdapter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkBmpCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkBmpCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkBmpMaskCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkBmpMaskCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkBmpRLECodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkBmpRLECodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkBmpStandardCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkBmpStandardCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkCodecImageGenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkCodecImageGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkIcoCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkIcoCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegDecoderMgr.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegDecoderMgr.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegUtility.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegUtility.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkMaskSwizzler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkMaskSwizzler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkMasks.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkMasks.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkPixmapUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkPixmapUtilsPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkPngCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkPngCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkSampledCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkSampledCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkSampler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkSampler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkSwizzler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkSwizzler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkWbmpCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkWbmpCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkWebpCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkWebpCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/Sk4px.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBigPicture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBigPicture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFontMgr.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkLatticeIter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkLatticeIter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkLocalMatrixImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMipmapAccessor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMipmapAccessor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkNextID.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkOpts.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkOpts.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPathBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPathPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPixmap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPoint3.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecord.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecordPattern.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecords.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTHash.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkYUVPlanesCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkYUVPlanesCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkTableColorFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkTableColorFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkImageImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/Blend.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/Device_drawTexture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrAutoLocaleSetter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBlurUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBlurUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrCaps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDrawOpAtlas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDrawOpAtlas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDrawOpTest.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDrawOpTest.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDrawingManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDrawingManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrGpuResourcePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrManagedResource.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrNonAtomicRef.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrOpFlushState.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrOpFlushState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrPipeline.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrPipeline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProcessorUnitTest.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrResourceProvider.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrResourceProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSamplerState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSimpleMesh.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTTopoSort.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTestUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTestUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrXferProcessor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/SurfaceDrawContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/SurfaceDrawContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrBlendFragmentProcessor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrBlendFragmentProcessor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrCustomXfermode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrCustomXfermode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrAAConvexTessellator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrAAConvexTessellator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrQuad.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrTriangulator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrTriangulator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTextureRenderTarget.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLUniformHandler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLUniformHandler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLVaryingHandler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLBlend.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLBlend.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramDataManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLUniformHandler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLVarying.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLVarying.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_Ganesh.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasTextOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasTextOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/ClearOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DashLinePathRenderer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DashLinePathRenderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DrawAtlasOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DrawAtlasOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/GrDrawOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/GrMeshDrawOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/GrMeshDrawOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/GrOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/GrOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/LatticeOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/LatticeOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/TriangulatingPathRenderer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/TriangulatingPathRenderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkCaps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkCaps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkCommandBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkCommandBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkGpu.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkGpu.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImage.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderPass.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderPass.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderTarget.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkTexture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkTexture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkTextureRenderTarget.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkTextureRenderTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUtil.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUtil.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanInterface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanInterface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanMemory.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanMemory.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImage_Lazy.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkPictureImageGenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/opts/SkBlitMask_opts.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/opts/SkBlitRow_opts.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkDConicLineIntersection.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkDCubicToQuads.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkOpCoincidence.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsConic.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsConic.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsCurve.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsWinding.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkDocument_PDF_None.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkJpegInfo.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkJpegInfo_libjpegturbo.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkJpegInfo_none.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFBitmap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFBitmap.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFMetadata.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFMetadata.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_android_factory.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_custom_directory_factory.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_custom_embedded_factory.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_fontconfig_factory.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_win_dw_factory.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkOSLibrary.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkOSLibrary_posix.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkOSLibrary_win.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkImageShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkImageShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/svg/SkSVGCanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/svg/SkSVGDevice.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/svg/SkSVGDevice.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/DistanceFieldAdjustTable.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/DistanceFieldAdjustTable.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/StrikeCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/StrikeCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/TextBlob.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/TextBlob.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/TextBlobRedrawCoordinator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/TextBlobRedrawCoordinator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkPaintFilterCanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/xps/SkXPSDocument.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/client_utils/android/BRDAllocator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/client_utils/android/BitmapRegionDecoder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/client_utils/android/BitmapRegionDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/client_utils/android/BitmapRegionDecoderPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/dm/DMSrcSink.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/dm/DMSrcSink.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/aaxfermodes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/addarc.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/all_bitmap_configs.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/anisotropic.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/annotated_text.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/badpaint.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bigrrectaaeffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bigtileimagefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/blend.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/blurredclippedcircle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bmpfilterqualityrepeat.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/concavepaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/constcolorprocessor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/convex_all_line_paths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/draw_bitmap_rect_skbug4374.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drawable.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drawatlas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drawatlascolor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drawminibitmaprect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fadefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fontscalerdistortable.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/image_pict.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/image_shader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagefilters.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagefiltersstroked.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagefilterstransformed.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagefromyuvtextures.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagesource2.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/largeglyphblur.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/lcdblendmodes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/lcdoverlap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/localmatriximagefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/localmatriximageshader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/mipmap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/path_stroke_with_zero_length.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pathcontourstart.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pdf_never_embed.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/perspshaders.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pictureimagegenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/plus.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/repeated_bitmap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/scaledstrokes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/skbug_257.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/smallpaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/stlouisarch.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/textblobcolortrans.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/textblobgeometrychange.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/textblobmixedsizes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/textblobrandomfont.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/textblobtransforms.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/textblobuseaftergpufree.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/transparency.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkAndroidCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkEncodedImageFormat.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkPngChunkReader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPathBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPixmap.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPoint3.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkRSXform.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkTraceMemoryDump.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrContextOptions.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/GrGLTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkFontMgr_android.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkFontMgr_directory.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkFontMgr_empty.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkFontMgr_fontconfig.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkMutex.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkSemaphore.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkThreadID.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/svg/SkSVGCanvas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkPaintFilterCanvas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkSemaphore.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkSharedMutex.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkSharedMutex.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkSpinlock.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkSpinlock.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkTDPQueue.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkThreadID.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkAndroidCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkAndroidCodecAdapter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkAndroidCodecAdapter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkBmpCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkBmpCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkBmpMaskCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkBmpMaskCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkBmpRLECodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkBmpRLECodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkBmpStandardCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkBmpStandardCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkCodecImageGenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkCodecImageGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkIcoCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkIcoCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegDecoderMgr.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegDecoderMgr.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegUtility.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegUtility.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkMaskSwizzler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkMaskSwizzler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkMasks.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkMasks.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkPixmapUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkPixmapUtilsPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkPngCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkPngCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkSampledCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkSampledCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkSampler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkSampler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkSwizzler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkSwizzler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkWbmpCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkWbmpCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkWebpCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkWebpCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/Sk4px.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBigPicture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBigPicture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFontMgr.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkLatticeIter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkLatticeIter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkLocalMatrixImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMipmapAccessor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMipmapAccessor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkNextID.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkOpts.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkOpts.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPathBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPathPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPixmap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPoint3.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecord.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecordPattern.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecords.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTHash.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkYUVPlanesCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkYUVPlanesCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkTableColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkTableColorFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkImageImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/Blend.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/Device_drawTexture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAutoLocaleSetter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBlurUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBlurUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCaps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawOpAtlas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawOpAtlas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawOpTest.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawOpTest.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawingManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawingManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFragmentProcessor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpuResourcePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrManagedResource.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrNonAtomicRef.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOpFlushState.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOpFlushState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPipeline.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPipeline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessorUnitTest.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceProvider.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSamplerState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSimpleMesh.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTTopoSort.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTestUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTestUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrXferProcessor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/SurfaceDrawContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/SurfaceDrawContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBlendFragmentProcessor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBlendFragmentProcessor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrCustomXfermode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrCustomXfermode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrAAConvexTessellator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrAAConvexTessellator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrQuad.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrTriangulator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrTriangulator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLTextureRenderTarget.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLUniformHandler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLUniformHandler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLVaryingHandler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLBlend.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLBlend.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramDataManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLUniformHandler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLVarying.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLVarying.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_Ganesh.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasTextOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasTextOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/ClearOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DashLinePathRenderer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DashLinePathRenderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawAtlasOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawAtlasOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrDrawOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrMeshDrawOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrMeshDrawOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/LatticeOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/LatticeOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/TriangulatingPathRenderer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/TriangulatingPathRenderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkCaps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkCaps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkCommandBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkCommandBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkGpu.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkGpu.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkImage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkImage.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkRenderPass.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkRenderPass.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkRenderTarget.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkRenderTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkTexture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkTexture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkTextureRenderTarget.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkTextureRenderTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkUtil.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkUtil.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/vk/VulkanInterface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/vk/VulkanInterface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/vk/VulkanMemory.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/vk/VulkanMemory.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImage_Lazy.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkPictureImageGenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/opts/SkBlitMask_opts.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/opts/SkBlitRow_opts.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkDConicLineIntersection.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkDCubicToQuads.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkOpCoincidence.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsConic.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsConic.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsCurve.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsWinding.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkDocument_PDF_None.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkJpegInfo.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkJpegInfo_libjpegturbo.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkJpegInfo_none.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFBitmap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFBitmap.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFMetadata.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFMetadata.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_android_factory.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom_directory_factory.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom_embedded_factory.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_fontconfig_factory.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_win_dw_factory.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkOSLibrary.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkOSLibrary_posix.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkOSLibrary_win.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkImageShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkImageShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/svg/SkSVGCanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/svg/SkSVGDevice.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/svg/SkSVGDevice.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/DistanceFieldAdjustTable.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/DistanceFieldAdjustTable.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/StrikeCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/StrikeCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/TextBlob.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/TextBlob.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/TextBlobRedrawCoordinator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/TextBlobRedrawCoordinator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkPaintFilterCanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/xps/SkXPSDocument.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/client_utils/android/BRDAllocator.h -FILE: ../../../third_party/skia/client_utils/android/BitmapRegionDecoder.cpp -FILE: ../../../third_party/skia/client_utils/android/BitmapRegionDecoder.h -FILE: ../../../third_party/skia/client_utils/android/BitmapRegionDecoderPriv.h -FILE: ../../../third_party/skia/dm/DMSrcSink.cpp -FILE: ../../../third_party/skia/dm/DMSrcSink.h -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/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/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/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/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/codec/SkAndroidCodec.h -FILE: ../../../third_party/skia/include/codec/SkCodec.h -FILE: ../../../third_party/skia/include/codec/SkEncodedImageFormat.h -FILE: ../../../third_party/skia/include/codec/SkPngChunkReader.h -FILE: ../../../third_party/skia/include/core/SkPathBuilder.h -FILE: ../../../third_party/skia/include/core/SkPixmap.h -FILE: ../../../third_party/skia/include/core/SkPoint3.h -FILE: ../../../third_party/skia/include/core/SkRSXform.h -FILE: ../../../third_party/skia/include/core/SkTraceMemoryDump.h -FILE: ../../../third_party/skia/include/gpu/GrContextOptions.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/base/SkMutex.h -FILE: ../../../third_party/skia/include/private/base/SkSemaphore.h -FILE: ../../../third_party/skia/include/private/base/SkThreadID.h -FILE: ../../../third_party/skia/include/svg/SkSVGCanvas.h -FILE: ../../../third_party/skia/include/utils/SkPaintFilterCanvas.h -FILE: ../../../third_party/skia/src/base/SkSemaphore.cpp -FILE: ../../../third_party/skia/src/base/SkSharedMutex.cpp -FILE: ../../../third_party/skia/src/base/SkSharedMutex.h -FILE: ../../../third_party/skia/src/base/SkSpinlock.cpp -FILE: ../../../third_party/skia/src/base/SkSpinlock.h -FILE: ../../../third_party/skia/src/base/SkTDPQueue.h -FILE: ../../../third_party/skia/src/base/SkThreadID.cpp -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/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/SkPixmapUtils.cpp -FILE: ../../../third_party/skia/src/codec/SkPixmapUtilsPriv.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/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/SkMipmapAccessor.cpp -FILE: ../../../third_party/skia/src/core/SkMipmapAccessor.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/SkPathBuilder.cpp -FILE: ../../../third_party/skia/src/core/SkPathPriv.h -FILE: ../../../third_party/skia/src/core/SkPixmap.cpp -FILE: ../../../third_party/skia/src/core/SkPoint3.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/SkTHash.h -FILE: ../../../third_party/skia/src/core/SkYUVPlanesCache.cpp -FILE: ../../../third_party/skia/src/core/SkYUVPlanesCache.h -FILE: ../../../third_party/skia/src/effects/colorfilters/SkTableColorFilter.cpp -FILE: ../../../third_party/skia/src/effects/colorfilters/SkTableColorFilter.h -FILE: ../../../third_party/skia/src/effects/imagefilters/SkImageImageFilter.cpp -FILE: ../../../third_party/skia/src/gpu/Blend.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/Device_drawTexture.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrAutoLocaleSetter.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBlurUtils.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBlurUtils.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrCaps.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDrawOpAtlas.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDrawOpAtlas.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDrawOpTest.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDrawOpTest.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDrawingManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDrawingManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrGpuResourcePriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrManagedResource.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrNonAtomicRef.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrOpFlushState.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrOpFlushState.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrPipeline.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrPipeline.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProcessorUnitTest.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrResourceProvider.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrResourceProvider.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSamplerState.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSimpleMesh.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTTopoSort.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTestUtils.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTestUtils.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrXferProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/SurfaceDrawContext.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/SurfaceDrawContext.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrBlendFragmentProcessor.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrBlendFragmentProcessor.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrCustomXfermode.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrCustomXfermode.h -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrAAConvexTessellator.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrAAConvexTessellator.h -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrQuad.h -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrTriangulator.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrTriangulator.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTextureRenderTarget.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLUniformHandler.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLUniformHandler.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLVaryingHandler.h -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLBlend.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLBlend.h -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramBuilder.h -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramDataManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLUniformHandler.h -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLVarying.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLVarying.h -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_Ganesh.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasTextOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasTextOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/ClearOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DashLinePathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DashLinePathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DrawAtlasOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DrawAtlasOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/GrDrawOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/GrMeshDrawOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/GrMeshDrawOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/GrOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/GrOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/LatticeOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/LatticeOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/TriangulatingPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/TriangulatingPathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkCaps.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkCaps.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkCommandBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkCommandBuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkGpu.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkGpu.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImage.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImage.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderPass.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderPass.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderTarget.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkTexture.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkTexture.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkTextureRenderTarget.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkTextureRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUtil.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUtil.h -FILE: ../../../third_party/skia/src/gpu/vk/VulkanInterface.cpp -FILE: ../../../third_party/skia/src/gpu/vk/VulkanInterface.h -FILE: ../../../third_party/skia/src/gpu/vk/VulkanMemory.cpp -FILE: ../../../third_party/skia/src/gpu/vk/VulkanMemory.h -FILE: ../../../third_party/skia/src/image/SkImage_Lazy.cpp -FILE: ../../../third_party/skia/src/image/SkPictureImageGenerator.cpp -FILE: ../../../third_party/skia/src/opts/SkBlitMask_opts.h -FILE: ../../../third_party/skia/src/opts/SkBlitRow_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.h -FILE: ../../../third_party/skia/src/pdf/SkJpegInfo_libjpegturbo.cpp -FILE: ../../../third_party/skia/src/pdf/SkJpegInfo_none.cpp -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/svg/SkSVGCanvas.cpp -FILE: ../../../third_party/skia/src/svg/SkSVGDevice.cpp -FILE: ../../../third_party/skia/src/svg/SkSVGDevice.h -FILE: ../../../third_party/skia/src/text/gpu/DistanceFieldAdjustTable.cpp -FILE: ../../../third_party/skia/src/text/gpu/DistanceFieldAdjustTable.h -FILE: ../../../third_party/skia/src/text/gpu/StrikeCache.cpp -FILE: ../../../third_party/skia/src/text/gpu/StrikeCache.h -FILE: ../../../third_party/skia/src/text/gpu/TextBlob.cpp -FILE: ../../../third_party/skia/src/text/gpu/TextBlob.h -FILE: ../../../third_party/skia/src/text/gpu/TextBlobRedrawCoordinator.cpp -FILE: ../../../third_party/skia/src/text/gpu/TextBlobRedrawCoordinator.h -FILE: ../../../third_party/skia/src/utils/SkPaintFilterCanvas.cpp -FILE: ../../../third_party/skia/src/xps/SkXPSDocument.cpp +FILE: ../../../flutter/third_party/skia/client_utils/android/BRDAllocator.h +FILE: ../../../flutter/third_party/skia/client_utils/android/BitmapRegionDecoder.cpp +FILE: ../../../flutter/third_party/skia/client_utils/android/BitmapRegionDecoder.h +FILE: ../../../flutter/third_party/skia/client_utils/android/BitmapRegionDecoderPriv.h +FILE: ../../../flutter/third_party/skia/dm/DMSrcSink.cpp +FILE: ../../../flutter/third_party/skia/dm/DMSrcSink.h +FILE: ../../../flutter/third_party/skia/gm/aaxfermodes.cpp +FILE: ../../../flutter/third_party/skia/gm/addarc.cpp +FILE: ../../../flutter/third_party/skia/gm/all_bitmap_configs.cpp +FILE: ../../../flutter/third_party/skia/gm/anisotropic.cpp +FILE: ../../../flutter/third_party/skia/gm/annotated_text.cpp +FILE: ../../../flutter/third_party/skia/gm/badpaint.cpp +FILE: ../../../flutter/third_party/skia/gm/bigrrectaaeffect.cpp +FILE: ../../../flutter/third_party/skia/gm/bigtileimagefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/blend.cpp +FILE: ../../../flutter/third_party/skia/gm/blurredclippedcircle.cpp +FILE: ../../../flutter/third_party/skia/gm/bmpfilterqualityrepeat.cpp +FILE: ../../../flutter/third_party/skia/gm/concavepaths.cpp +FILE: ../../../flutter/third_party/skia/gm/constcolorprocessor.cpp +FILE: ../../../flutter/third_party/skia/gm/convex_all_line_paths.cpp +FILE: ../../../flutter/third_party/skia/gm/draw_bitmap_rect_skbug4374.cpp +FILE: ../../../flutter/third_party/skia/gm/drawable.cpp +FILE: ../../../flutter/third_party/skia/gm/drawatlas.cpp +FILE: ../../../flutter/third_party/skia/gm/drawatlascolor.cpp +FILE: ../../../flutter/third_party/skia/gm/drawminibitmaprect.cpp +FILE: ../../../flutter/third_party/skia/gm/fadefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/fontscalerdistortable.cpp +FILE: ../../../flutter/third_party/skia/gm/image_pict.cpp +FILE: ../../../flutter/third_party/skia/gm/image_shader.cpp +FILE: ../../../flutter/third_party/skia/gm/imagefilters.cpp +FILE: ../../../flutter/third_party/skia/gm/imagefiltersstroked.cpp +FILE: ../../../flutter/third_party/skia/gm/imagefilterstransformed.cpp +FILE: ../../../flutter/third_party/skia/gm/imagefromyuvtextures.cpp +FILE: ../../../flutter/third_party/skia/gm/imagesource2.cpp +FILE: ../../../flutter/third_party/skia/gm/largeglyphblur.cpp +FILE: ../../../flutter/third_party/skia/gm/lcdblendmodes.cpp +FILE: ../../../flutter/third_party/skia/gm/lcdoverlap.cpp +FILE: ../../../flutter/third_party/skia/gm/localmatriximagefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/localmatriximageshader.cpp +FILE: ../../../flutter/third_party/skia/gm/mipmap.cpp +FILE: ../../../flutter/third_party/skia/gm/path_stroke_with_zero_length.cpp +FILE: ../../../flutter/third_party/skia/gm/pathcontourstart.cpp +FILE: ../../../flutter/third_party/skia/gm/pdf_never_embed.cpp +FILE: ../../../flutter/third_party/skia/gm/perspshaders.cpp +FILE: ../../../flutter/third_party/skia/gm/pictureimagegenerator.cpp +FILE: ../../../flutter/third_party/skia/gm/plus.cpp +FILE: ../../../flutter/third_party/skia/gm/repeated_bitmap.cpp +FILE: ../../../flutter/third_party/skia/gm/scaledstrokes.cpp +FILE: ../../../flutter/third_party/skia/gm/skbug_257.cpp +FILE: ../../../flutter/third_party/skia/gm/smallpaths.cpp +FILE: ../../../flutter/third_party/skia/gm/stlouisarch.cpp +FILE: ../../../flutter/third_party/skia/gm/textblobcolortrans.cpp +FILE: ../../../flutter/third_party/skia/gm/textblobgeometrychange.cpp +FILE: ../../../flutter/third_party/skia/gm/textblobmixedsizes.cpp +FILE: ../../../flutter/third_party/skia/gm/textblobrandomfont.cpp +FILE: ../../../flutter/third_party/skia/gm/textblobtransforms.cpp +FILE: ../../../flutter/third_party/skia/gm/textblobuseaftergpufree.cpp +FILE: ../../../flutter/third_party/skia/gm/transparency.cpp +FILE: ../../../flutter/third_party/skia/include/codec/SkAndroidCodec.h +FILE: ../../../flutter/third_party/skia/include/codec/SkCodec.h +FILE: ../../../flutter/third_party/skia/include/codec/SkEncodedImageFormat.h +FILE: ../../../flutter/third_party/skia/include/codec/SkPngChunkReader.h +FILE: ../../../flutter/third_party/skia/include/core/SkPathBuilder.h +FILE: ../../../flutter/third_party/skia/include/core/SkPixmap.h +FILE: ../../../flutter/third_party/skia/include/core/SkPoint3.h +FILE: ../../../flutter/third_party/skia/include/core/SkRSXform.h +FILE: ../../../flutter/third_party/skia/include/core/SkTraceMemoryDump.h +FILE: ../../../flutter/third_party/skia/include/gpu/GrContextOptions.h +FILE: ../../../flutter/third_party/skia/include/gpu/gl/GrGLTypes.h +FILE: ../../../flutter/third_party/skia/include/ports/SkFontMgr_android.h +FILE: ../../../flutter/third_party/skia/include/ports/SkFontMgr_directory.h +FILE: ../../../flutter/third_party/skia/include/ports/SkFontMgr_empty.h +FILE: ../../../flutter/third_party/skia/include/ports/SkFontMgr_fontconfig.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkMutex.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkSemaphore.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkThreadID.h +FILE: ../../../flutter/third_party/skia/include/svg/SkSVGCanvas.h +FILE: ../../../flutter/third_party/skia/include/utils/SkPaintFilterCanvas.h +FILE: ../../../flutter/third_party/skia/src/base/SkSemaphore.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkSharedMutex.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkSharedMutex.h +FILE: ../../../flutter/third_party/skia/src/base/SkSpinlock.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkSpinlock.h +FILE: ../../../flutter/third_party/skia/src/base/SkTDPQueue.h +FILE: ../../../flutter/third_party/skia/src/base/SkThreadID.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkAndroidCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkAndroidCodecAdapter.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkAndroidCodecAdapter.h +FILE: ../../../flutter/third_party/skia/src/codec/SkBmpCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkBmpCodec.h +FILE: ../../../flutter/third_party/skia/src/codec/SkBmpMaskCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkBmpMaskCodec.h +FILE: ../../../flutter/third_party/skia/src/codec/SkBmpRLECodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkBmpRLECodec.h +FILE: ../../../flutter/third_party/skia/src/codec/SkBmpStandardCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkBmpStandardCodec.h +FILE: ../../../flutter/third_party/skia/src/codec/SkCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkCodecImageGenerator.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkCodecImageGenerator.h +FILE: ../../../flutter/third_party/skia/src/codec/SkIcoCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkIcoCodec.h +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegCodec.h +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegDecoderMgr.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegDecoderMgr.h +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegUtility.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegUtility.h +FILE: ../../../flutter/third_party/skia/src/codec/SkMaskSwizzler.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkMaskSwizzler.h +FILE: ../../../flutter/third_party/skia/src/codec/SkMasks.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkMasks.h +FILE: ../../../flutter/third_party/skia/src/codec/SkPixmapUtils.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkPixmapUtilsPriv.h +FILE: ../../../flutter/third_party/skia/src/codec/SkPngCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkPngCodec.h +FILE: ../../../flutter/third_party/skia/src/codec/SkSampledCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkSampledCodec.h +FILE: ../../../flutter/third_party/skia/src/codec/SkSampler.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkSampler.h +FILE: ../../../flutter/third_party/skia/src/codec/SkSwizzler.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkSwizzler.h +FILE: ../../../flutter/third_party/skia/src/codec/SkWbmpCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkWbmpCodec.h +FILE: ../../../flutter/third_party/skia/src/codec/SkWebpCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkWebpCodec.h +FILE: ../../../flutter/third_party/skia/src/core/Sk4px.h +FILE: ../../../flutter/third_party/skia/src/core/SkBigPicture.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBigPicture.h +FILE: ../../../flutter/third_party/skia/src/core/SkFontMgr.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkLatticeIter.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkLatticeIter.h +FILE: ../../../flutter/third_party/skia/src/core/SkLocalMatrixImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMipmapAccessor.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMipmapAccessor.h +FILE: ../../../flutter/third_party/skia/src/core/SkNextID.h +FILE: ../../../flutter/third_party/skia/src/core/SkOpts.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkOpts.h +FILE: ../../../flutter/third_party/skia/src/core/SkPathBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPathPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkPixmap.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPoint3.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRecord.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRecordPattern.h +FILE: ../../../flutter/third_party/skia/src/core/SkRecords.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkTHash.h +FILE: ../../../flutter/third_party/skia/src/core/SkYUVPlanesCache.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkYUVPlanesCache.h +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkTableColorFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkTableColorFilter.h +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkImageImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/Blend.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/Device_drawTexture.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAutoLocaleSetter.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBlurUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBlurUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCaps.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawOpAtlas.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawOpAtlas.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawOpTest.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawOpTest.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawingManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawingManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFragmentProcessor.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpuResourcePriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrManagedResource.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrNonAtomicRef.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOpFlushState.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOpFlushState.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPipeline.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPipeline.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessorUnitTest.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceProvider.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceProvider.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSamplerState.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSimpleMesh.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTTopoSort.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTestUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTestUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrXferProcessor.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/SurfaceDrawContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/SurfaceDrawContext.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBlendFragmentProcessor.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrBlendFragmentProcessor.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrCustomXfermode.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrCustomXfermode.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrAAConvexTessellator.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrAAConvexTessellator.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrQuad.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrTriangulator.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrTriangulator.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLTextureRenderTarget.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLUniformHandler.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLUniformHandler.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLVaryingHandler.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLBlend.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLBlend.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramBuilder.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramDataManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLUniformHandler.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLVarying.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLVarying.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_Ganesh.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasTextOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasTextOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/ClearOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DashLinePathRenderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DashLinePathRenderer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawAtlasOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawAtlasOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrDrawOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrMeshDrawOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrMeshDrawOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/LatticeOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/LatticeOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/TriangulatingPathRenderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/TriangulatingPathRenderer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkCaps.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkCaps.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkCommandBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkCommandBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkGpu.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkGpu.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkImage.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkImage.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkRenderPass.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkRenderPass.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkRenderTarget.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkRenderTarget.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkTexture.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkTexture.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkTextureRenderTarget.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkTextureRenderTarget.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkUtil.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkUtil.h +FILE: ../../../flutter/third_party/skia/src/gpu/vk/VulkanInterface.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/vk/VulkanInterface.h +FILE: ../../../flutter/third_party/skia/src/gpu/vk/VulkanMemory.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/vk/VulkanMemory.h +FILE: ../../../flutter/third_party/skia/src/image/SkImage_Lazy.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkPictureImageGenerator.cpp +FILE: ../../../flutter/third_party/skia/src/opts/SkBlitMask_opts.h +FILE: ../../../flutter/third_party/skia/src/opts/SkBlitRow_opts.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkDConicLineIntersection.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkDCubicToQuads.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkOpCoincidence.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsConic.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsConic.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsCurve.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsWinding.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkDocument_PDF_None.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkJpegInfo.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkJpegInfo_libjpegturbo.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkJpegInfo_none.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFBitmap.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFBitmap.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFMetadata.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFMetadata.h +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_android_factory.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom_directory_factory.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom_embedded_factory.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_fontconfig_factory.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_win_dw_factory.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkOSLibrary.h +FILE: ../../../flutter/third_party/skia/src/ports/SkOSLibrary_posix.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkOSLibrary_win.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkImageShader.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkImageShader.h +FILE: ../../../flutter/third_party/skia/src/svg/SkSVGCanvas.cpp +FILE: ../../../flutter/third_party/skia/src/svg/SkSVGDevice.cpp +FILE: ../../../flutter/third_party/skia/src/svg/SkSVGDevice.h +FILE: ../../../flutter/third_party/skia/src/text/gpu/DistanceFieldAdjustTable.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/DistanceFieldAdjustTable.h +FILE: ../../../flutter/third_party/skia/src/text/gpu/StrikeCache.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/StrikeCache.h +FILE: ../../../flutter/third_party/skia/src/text/gpu/TextBlob.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/TextBlob.h +FILE: ../../../flutter/third_party/skia/src/text/gpu/TextBlobRedrawCoordinator.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/TextBlobRedrawCoordinator.h +FILE: ../../../flutter/third_party/skia/src/utils/SkPaintFilterCanvas.cpp +FILE: ../../../flutter/third_party/skia/src/xps/SkXPSDocument.cpp ---------------------------------------------------------------------------------------------------- Copyright 2015 Google Inc. @@ -3653,15 +3653,15 @@ 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 -ORIGIN: ../../../third_party/skia/src/core/SkLocalMatrixImageFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkImageGenerator_none.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkImageGenerator_skia.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkCodecPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkLocalMatrixImageFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkImageGenerator_none.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkImageGenerator_skia.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/codec/SkCodecPriv.h -FILE: ../../../third_party/skia/src/core/SkLocalMatrixImageFilter.h -FILE: ../../../third_party/skia/src/ports/SkImageGenerator_none.cpp -FILE: ../../../third_party/skia/src/ports/SkImageGenerator_skia.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkCodecPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkLocalMatrixImageFilter.h +FILE: ../../../flutter/third_party/skia/src/ports/SkImageGenerator_none.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkImageGenerator_skia.cpp ---------------------------------------------------------------------------------------------------- Copyright 2015 The Android Open Source Project @@ -3696,9 +3696,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/core/SkTraceEventCommon.h + ../../../LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTraceEventCommon.h + ../../../LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/core/SkTraceEventCommon.h +FILE: ../../../flutter/third_party/skia/src/core/SkTraceEventCommon.h ---------------------------------------------------------------------------------------------------- Copyright 2015 The Chromium Authors. All rights reserved. @@ -3731,615 +3731,615 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/Fuzz.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/Fuzz.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/FuzzGradients.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/FuzzMain.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/FuzzParsePath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/FuzzPathop.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/animated_gif.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/animatedimageblurs.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/arcto.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bigrect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bitmapimage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/blurcircles2.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bug5252.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bug530095.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bug615686.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/circulararcs.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/clip_error.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/colorfilteralpha8.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/complexclip4.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/complexclip_blur_tiled.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/croppedrects.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/dashcircle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/drawregion.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/drawregionmodes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/encode_platform.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/encode_srgb.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/filterbug.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/hardstop_gradients.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagemakewithfilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagemasksubset.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/lattice.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/overdrawcolorfilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/overstroke.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pathmaskcache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/readpixels.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/rectangletexture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/rrectclipdrawpaint.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/shapes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/showmiplevels.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/simplerect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/skbug_4868.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/skbug_5321.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/stroke_rect_shader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/strokedlines.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/subsetshader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/textblobblockreordering.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/windowrectangles.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkCodecAnimation.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkBlendMode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkClipOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkColorSpace.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkMilestone.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkOverdrawCanvas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkRasterHandleAllocator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkSwizzle.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkOverdrawColorFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/encode/SkICC.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/vk/GrVkBackendContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/vk/GrVkExtensions.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/vk/GrVkTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_FontConfigInterface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkImageGeneratorCG.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkImageGeneratorWIC.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/SkEncodedInfo.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SingleOwner.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkNoDrawCanvas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/slides/SVGPongSlide.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skshaper/include/SkShaper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skshaper/src/SkShaper_harfbuzz.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skshaper/src/SkShaper_primitive.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGAttribute.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGAttributeParser.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGCircle.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGClipPath.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGContainer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGDOM.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGDefs.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGEllipse.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGG.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGHiddenContainer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGIDMapper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGLine.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGLinearGradient.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGNode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGPath.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGPoly.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGRect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGRenderContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGSVG.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGShape.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGStop.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGTransformableNode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGValue.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGAttribute.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGAttributeParser.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGCircle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGClipPath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGContainer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGDOM.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGEllipse.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGLine.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGLinearGradient.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGNode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGPath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGPoly.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGRect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGRenderContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGSVG.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGShape.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGStop.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGTransformableNode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGValue.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkArenaAlloc.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkArenaAlloc.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkAutoMalloc.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkBitmaskEnum.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkLeanWindows.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkMSAN.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkScopeExit.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkRawCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkRawCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkATrace.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkATrace.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkAnnotationKeys.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkAutoPixmapStorage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkAutoPixmapStorage.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlendModePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkColorSpace.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkColorSpacePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCpu.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCpu.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkGlobalInitialization_core.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkImageFilterCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkImageFilterCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkLRUCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMatrixPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkOverdrawCanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPathMeasurePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRasterPipeline.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRasterPipeline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineBlitter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecordedDrawable.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRecordedDrawable.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkScaleToSides.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSpecialImage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSpecialImage.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSwizzle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSwizzlePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkShaderImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkICC.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkICCPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkImageEncoderPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/Swizzle.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrAppliedClip.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrAuditTrail.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrAuditTrail.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrColorSpaceXform.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrColorSpaceXform.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDirectContextPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFixedClip.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrOpsRenderPass.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrOpsRenderPass.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProgramDesc.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRenderTargetProxy.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRenderTargetProxy.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrResourceHandle.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrScissorState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrShaderVar.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrShaderVar.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrStencilSettings.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrStyle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrStyle.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceProxy.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceProxy.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTextureProxy.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTextureProxy.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTextureRenderTargetProxy.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTextureRenderTargetProxy.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrUserStencilSettings.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrWindowRectangles.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrWindowRectsState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/SurfaceContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/SurfaceContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateDataManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrShadowGeoProc.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrShadowGeoProc.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrStyledShape.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrStyledShape.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLOpsRenderPass.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/glfw/GrGLMakeNativeInterface_glfw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLColorSpaceXformHelper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramDataManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/GrPathStencilSettings.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/RegionOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/RegionOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/ShadowRRectOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/ShadowRRectOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorPool.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorPool.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSet.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSet.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSetManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSetManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkFramebuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkFramebuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImageView.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImageView.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkOpsRenderPass.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkOpsRenderPass.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipeline.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipeline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineState.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateDataManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateDataManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkResourceProvider.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkResourceProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSampler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSampler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUniformHandler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUniformHandler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkVaryingHandler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkVaryingHandler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanExtensions.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/opts/SkSwizzler_opts.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkBitmapKey.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFDocumentPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFMakeToUnicodeCmap.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontConfigInterface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_custom_empty_factory.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkImageGeneratorCG.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkImageGeneratorWIC.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkColorFilterShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkColorShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLCompiler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLCompiler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLMemoryLayout.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLProgramSettings.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLUtil.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLUtil.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLCodeGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLGLSLCodeGenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLGLSLCodeGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLMetalCodeGenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLMetalCodeGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVCodeGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLBinaryExpression.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLBlock.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLBreakStatement.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLContinueStatement.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLDiscardStatement.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLDoStatement.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExpression.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExpressionStatement.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExtension.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFieldAccess.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFieldSymbol.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLForStatement.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionCall.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDefinition.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionReference.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLIRNode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLIfStatement.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLIndexExpression.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLInterfaceBlock.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLLayout.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLLiteral.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifierFlags.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifiersDeclaration.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLNop.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLPostfixExpression.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLPrefixExpression.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLProgram.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLProgramElement.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLReturnStatement.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLSetting.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLStatement.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLSwizzle.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLSymbol.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLSymbolTable.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLSymbolTable.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLTernaryExpression.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLType.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLType.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLTypeReference.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLVarDeclarations.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLVariable.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLVariableReference.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkMultiPictureDocument.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkMultiPictureDocument.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkMultiPictureDocumentPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkOSPath.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/Fuzz.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/Fuzz.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzGradients.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzMain.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzParsePath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzPathop.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/animated_gif.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/animatedimageblurs.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/arcto.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bigrect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bitmapimage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/blurcircles2.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bug5252.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bug530095.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bug615686.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/circulararcs.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/clip_error.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/colorfilteralpha8.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/complexclip4.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/complexclip_blur_tiled.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/croppedrects.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/dashcircle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drawregion.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drawregionmodes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/encode_platform.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/encode_srgb.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/filterbug.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/hardstop_gradients.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagemakewithfilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagemasksubset.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/lattice.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/overdrawcolorfilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/overstroke.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pathmaskcache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/readpixels.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/rectangletexture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/rrectclipdrawpaint.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/shapes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/showmiplevels.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/simplerect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/skbug_4868.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/skbug_5321.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/stroke_rect_shader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/strokedlines.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/subsetshader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/textblobblockreordering.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/windowrectangles.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkCodecAnimation.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkBlendMode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkClipOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkColorSpace.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkMilestone.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkOverdrawCanvas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkRasterHandleAllocator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkSwizzle.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkOverdrawColorFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/encode/SkICC.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/vk/GrVkBackendContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/vk/GrVkExtensions.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/vk/GrVkTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkFontMgr_FontConfigInterface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkImageGeneratorCG.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkImageGeneratorWIC.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/SkEncodedInfo.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SingleOwner.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkNoDrawCanvas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/slides/SVGPongSlide.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skshaper/include/SkShaper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skshaper/src/SkShaper_harfbuzz.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skshaper/src/SkShaper_primitive.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGAttribute.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGAttributeParser.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGCircle.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGClipPath.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGContainer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGDOM.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGDefs.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGEllipse.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGG.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGHiddenContainer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGIDMapper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGLine.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGLinearGradient.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGNode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGPath.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGPoly.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGRect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGRenderContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGSVG.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGShape.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGStop.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGTransformableNode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGValue.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGAttribute.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGAttributeParser.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGCircle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGClipPath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGContainer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGDOM.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGEllipse.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGLine.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGLinearGradient.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGNode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGPath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGPoly.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGRect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGRenderContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGSVG.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGShape.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGStop.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGTransformableNode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGValue.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkArenaAlloc.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkArenaAlloc.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkAutoMalloc.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkBitmaskEnum.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkLeanWindows.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkMSAN.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkScopeExit.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkRawCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkRawCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkATrace.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkATrace.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkAnnotationKeys.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkAutoPixmapStorage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkAutoPixmapStorage.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlendModePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkColorSpace.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkColorSpacePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCpu.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCpu.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkGlobalInitialization_core.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkImageFilterCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkImageFilterCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkLRUCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMatrixPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkOverdrawCanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPathMeasurePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRasterPipeline.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRasterPipeline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRasterPipelineBlitter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecordedDrawable.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRecordedDrawable.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScaleToSides.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSpecialImage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSpecialImage.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSwizzle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSwizzlePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkShaderImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkICC.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkICCPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkImageEncoderPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/Swizzle.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAppliedClip.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAuditTrail.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAuditTrail.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrColorSpaceXform.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrColorSpaceXform.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDirectContextPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFixedClip.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOpsRenderPass.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOpsRenderPass.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProgramDesc.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTargetProxy.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTargetProxy.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceHandle.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrScissorState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrShaderVar.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrShaderVar.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrStencilSettings.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrStyle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrStyle.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurfaceProxy.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurfaceProxy.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureProxy.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureProxy.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureRenderTargetProxy.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureRenderTargetProxy.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrUserStencilSettings.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrWindowRectangles.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrWindowRectsState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/SurfaceContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/SurfaceContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateDataManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrShadowGeoProc.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrShadowGeoProc.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrStyledShape.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrStyledShape.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLOpsRenderPass.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/glfw/GrGLMakeNativeInterface_glfw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLColorSpaceXformHelper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramDataManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrPathStencilSettings.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/RegionOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/RegionOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/ShadowRRectOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/ShadowRRectOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorPool.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorPool.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSet.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSet.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSetManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSetManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkFramebuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkFramebuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkImageView.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkImageView.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkOpsRenderPass.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkOpsRenderPass.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipeline.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipeline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineState.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateDataManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateDataManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkResourceProvider.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkResourceProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSampler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSampler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkUniformHandler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkUniformHandler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkVaryingHandler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkVaryingHandler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/vk/VulkanExtensions.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/opts/SkSwizzler_opts.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkBitmapKey.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFDocumentPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFMakeToUnicodeCmap.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontConfigInterface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom_empty_factory.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkImageGeneratorCG.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkImageGeneratorWIC.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkColorFilterShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkColorShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLCompiler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLCompiler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLMemoryLayout.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLProgramSettings.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLUtil.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLUtil.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLCodeGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLGLSLCodeGenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLGLSLCodeGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLMetalCodeGenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLMetalCodeGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLSPIRVCodeGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLBinaryExpression.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLBlock.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLBreakStatement.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLContinueStatement.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLDiscardStatement.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLDoStatement.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLExpression.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLExpressionStatement.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLExtension.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFieldAccess.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFieldSymbol.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLForStatement.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionCall.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionDefinition.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionReference.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLIRNode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLIfStatement.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLIndexExpression.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLInterfaceBlock.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLLayout.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLLiteral.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLModifierFlags.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLModifiersDeclaration.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLNop.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLPostfixExpression.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLPrefixExpression.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLProgram.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLProgramElement.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLReturnStatement.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSetting.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLStatement.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSwizzle.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSymbol.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSymbolTable.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSymbolTable.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLTernaryExpression.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLType.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLType.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLTypeReference.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLVarDeclarations.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLVariable.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLVariableReference.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkMultiPictureDocument.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkMultiPictureDocument.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkMultiPictureDocumentPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkOSPath.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/Fuzz.cpp -FILE: ../../../third_party/skia/fuzz/Fuzz.h -FILE: ../../../third_party/skia/fuzz/FuzzGradients.cpp -FILE: ../../../third_party/skia/fuzz/FuzzMain.cpp -FILE: ../../../third_party/skia/fuzz/FuzzParsePath.cpp -FILE: ../../../third_party/skia/fuzz/FuzzPathop.cpp -FILE: ../../../third_party/skia/gm/animated_gif.cpp -FILE: ../../../third_party/skia/gm/animatedimageblurs.cpp -FILE: ../../../third_party/skia/gm/arcto.cpp -FILE: ../../../third_party/skia/gm/bigrect.cpp -FILE: ../../../third_party/skia/gm/bitmapimage.cpp -FILE: ../../../third_party/skia/gm/blurcircles2.cpp -FILE: ../../../third_party/skia/gm/bug5252.cpp -FILE: ../../../third_party/skia/gm/bug530095.cpp -FILE: ../../../third_party/skia/gm/bug615686.cpp -FILE: ../../../third_party/skia/gm/circulararcs.cpp -FILE: ../../../third_party/skia/gm/clip_error.cpp -FILE: ../../../third_party/skia/gm/colorfilteralpha8.cpp -FILE: ../../../third_party/skia/gm/complexclip4.cpp -FILE: ../../../third_party/skia/gm/complexclip_blur_tiled.cpp -FILE: ../../../third_party/skia/gm/croppedrects.cpp -FILE: ../../../third_party/skia/gm/dashcircle.cpp -FILE: ../../../third_party/skia/gm/drawregion.cpp -FILE: ../../../third_party/skia/gm/drawregionmodes.cpp -FILE: ../../../third_party/skia/gm/encode_platform.cpp -FILE: ../../../third_party/skia/gm/encode_srgb.cpp -FILE: ../../../third_party/skia/gm/filterbug.cpp -FILE: ../../../third_party/skia/gm/hardstop_gradients.cpp -FILE: ../../../third_party/skia/gm/imagemakewithfilter.cpp -FILE: ../../../third_party/skia/gm/imagemasksubset.cpp -FILE: ../../../third_party/skia/gm/lattice.cpp -FILE: ../../../third_party/skia/gm/overdrawcolorfilter.cpp -FILE: ../../../third_party/skia/gm/overstroke.cpp -FILE: ../../../third_party/skia/gm/pathmaskcache.cpp -FILE: ../../../third_party/skia/gm/readpixels.cpp -FILE: ../../../third_party/skia/gm/rectangletexture.cpp -FILE: ../../../third_party/skia/gm/rrectclipdrawpaint.cpp -FILE: ../../../third_party/skia/gm/shapes.cpp -FILE: ../../../third_party/skia/gm/showmiplevels.cpp -FILE: ../../../third_party/skia/gm/simplerect.cpp -FILE: ../../../third_party/skia/gm/skbug_4868.cpp -FILE: ../../../third_party/skia/gm/skbug_5321.cpp -FILE: ../../../third_party/skia/gm/stroke_rect_shader.cpp -FILE: ../../../third_party/skia/gm/strokedlines.cpp -FILE: ../../../third_party/skia/gm/subsetshader.cpp -FILE: ../../../third_party/skia/gm/textblobblockreordering.cpp -FILE: ../../../third_party/skia/gm/windowrectangles.cpp -FILE: ../../../third_party/skia/include/codec/SkCodecAnimation.h -FILE: ../../../third_party/skia/include/core/SkBlendMode.h -FILE: ../../../third_party/skia/include/core/SkClipOp.h -FILE: ../../../third_party/skia/include/core/SkColorSpace.h -FILE: ../../../third_party/skia/include/core/SkMilestone.h -FILE: ../../../third_party/skia/include/core/SkOverdrawCanvas.h -FILE: ../../../third_party/skia/include/core/SkRasterHandleAllocator.h -FILE: ../../../third_party/skia/include/core/SkSwizzle.h -FILE: ../../../third_party/skia/include/effects/SkOverdrawColorFilter.h -FILE: ../../../third_party/skia/include/encode/SkICC.h -FILE: ../../../third_party/skia/include/gpu/vk/GrVkBackendContext.h -FILE: ../../../third_party/skia/include/gpu/vk/GrVkExtensions.h -FILE: ../../../third_party/skia/include/gpu/vk/GrVkTypes.h -FILE: ../../../third_party/skia/include/ports/SkFontMgr_FontConfigInterface.h -FILE: ../../../third_party/skia/include/ports/SkImageGeneratorCG.h -FILE: ../../../third_party/skia/include/ports/SkImageGeneratorWIC.h -FILE: ../../../third_party/skia/include/private/SkEncodedInfo.h -FILE: ../../../third_party/skia/include/private/base/SingleOwner.h -FILE: ../../../third_party/skia/include/utils/SkNoDrawCanvas.h -FILE: ../../../third_party/skia/modules/sksg/slides/SVGPongSlide.cpp -FILE: ../../../third_party/skia/modules/skshaper/include/SkShaper.h -FILE: ../../../third_party/skia/modules/skshaper/src/SkShaper_harfbuzz.cpp -FILE: ../../../third_party/skia/modules/skshaper/src/SkShaper_primitive.cpp -FILE: ../../../third_party/skia/modules/svg/include/SkSVGAttribute.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGAttributeParser.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGCircle.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGClipPath.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGContainer.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGDOM.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGDefs.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGEllipse.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGG.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGHiddenContainer.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGIDMapper.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGLine.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGLinearGradient.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGNode.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGPath.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGPoly.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGRect.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGRenderContext.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGSVG.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGShape.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGStop.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGTransformableNode.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGTypes.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGValue.h -FILE: ../../../third_party/skia/modules/svg/src/SkSVGAttribute.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGAttributeParser.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGCircle.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGClipPath.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGContainer.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGDOM.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGEllipse.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGLine.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGLinearGradient.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGNode.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGPath.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGPoly.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGRect.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGRenderContext.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGSVG.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGShape.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGStop.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGTransformableNode.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGValue.cpp -FILE: ../../../third_party/skia/src/base/SkArenaAlloc.cpp -FILE: ../../../third_party/skia/src/base/SkArenaAlloc.h -FILE: ../../../third_party/skia/src/base/SkAutoMalloc.h -FILE: ../../../third_party/skia/src/base/SkBitmaskEnum.h -FILE: ../../../third_party/skia/src/base/SkLeanWindows.h -FILE: ../../../third_party/skia/src/base/SkMSAN.h -FILE: ../../../third_party/skia/src/base/SkScopeExit.h -FILE: ../../../third_party/skia/src/codec/SkRawCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkRawCodec.h -FILE: ../../../third_party/skia/src/core/SkATrace.cpp -FILE: ../../../third_party/skia/src/core/SkATrace.h -FILE: ../../../third_party/skia/src/core/SkAnnotationKeys.h -FILE: ../../../third_party/skia/src/core/SkAutoPixmapStorage.cpp -FILE: ../../../third_party/skia/src/core/SkAutoPixmapStorage.h -FILE: ../../../third_party/skia/src/core/SkBlendModePriv.h -FILE: ../../../third_party/skia/src/core/SkColorSpace.cpp -FILE: ../../../third_party/skia/src/core/SkColorSpacePriv.h -FILE: ../../../third_party/skia/src/core/SkCpu.cpp -FILE: ../../../third_party/skia/src/core/SkCpu.h -FILE: ../../../third_party/skia/src/core/SkGlobalInitialization_core.cpp -FILE: ../../../third_party/skia/src/core/SkImageFilterCache.cpp -FILE: ../../../third_party/skia/src/core/SkImageFilterCache.h -FILE: ../../../third_party/skia/src/core/SkLRUCache.h -FILE: ../../../third_party/skia/src/core/SkMatrixPriv.h -FILE: ../../../third_party/skia/src/core/SkOverdrawCanvas.cpp -FILE: ../../../third_party/skia/src/core/SkPathMeasurePriv.h -FILE: ../../../third_party/skia/src/core/SkRasterPipeline.cpp -FILE: ../../../third_party/skia/src/core/SkRasterPipeline.h -FILE: ../../../third_party/skia/src/core/SkRasterPipelineBlitter.cpp -FILE: ../../../third_party/skia/src/core/SkRecordedDrawable.cpp -FILE: ../../../third_party/skia/src/core/SkRecordedDrawable.h -FILE: ../../../third_party/skia/src/core/SkScaleToSides.h -FILE: ../../../third_party/skia/src/core/SkSpecialImage.cpp -FILE: ../../../third_party/skia/src/core/SkSpecialImage.h -FILE: ../../../third_party/skia/src/core/SkSwizzle.cpp -FILE: ../../../third_party/skia/src/core/SkSwizzlePriv.h -FILE: ../../../third_party/skia/src/effects/imagefilters/SkShaderImageFilter.cpp -FILE: ../../../third_party/skia/src/encode/SkICC.cpp -FILE: ../../../third_party/skia/src/encode/SkICCPriv.h -FILE: ../../../third_party/skia/src/encode/SkImageEncoderPriv.h -FILE: ../../../third_party/skia/src/gpu/Swizzle.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrAppliedClip.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrAuditTrail.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrAuditTrail.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrColorSpaceXform.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrColorSpaceXform.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDirectContextPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrFixedClip.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrOpsRenderPass.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrOpsRenderPass.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProgramDesc.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRenderTargetProxy.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRenderTargetProxy.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrResourceHandle.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrScissorState.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrShaderVar.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrShaderVar.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrStencilSettings.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrStyle.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrStyle.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceProxy.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceProxy.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTextureProxy.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTextureProxy.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTextureRenderTargetProxy.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTextureRenderTargetProxy.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrUserStencilSettings.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrWindowRectangles.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrWindowRectsState.h -FILE: ../../../third_party/skia/src/gpu/ganesh/SurfaceContext.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/SurfaceContext.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateDataManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrShadowGeoProc.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrShadowGeoProc.h -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrStyledShape.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrStyledShape.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLBuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLOpsRenderPass.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/glfw/GrGLMakeNativeInterface_glfw.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLColorSpaceXformHelper.h -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramDataManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/GrPathStencilSettings.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/RegionOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/RegionOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/ShadowRRectOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/ShadowRRectOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorPool.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorPool.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSet.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSet.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSetManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSetManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkFramebuffer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkFramebuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImageView.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImageView.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkOpsRenderPass.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkOpsRenderPass.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipeline.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipeline.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineState.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineState.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateBuilder.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateCache.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateDataManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateDataManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkResourceProvider.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkResourceProvider.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSampler.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSampler.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUniformHandler.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUniformHandler.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkVaryingHandler.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkVaryingHandler.h -FILE: ../../../third_party/skia/src/gpu/vk/VulkanExtensions.cpp -FILE: ../../../third_party/skia/src/opts/SkSwizzler_opts.h -FILE: ../../../third_party/skia/src/pdf/SkBitmapKey.h -FILE: ../../../third_party/skia/src/pdf/SkPDFDocumentPriv.h -FILE: ../../../third_party/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.h -FILE: ../../../third_party/skia/src/pdf/SkPDFMakeToUnicodeCmap.h -FILE: ../../../third_party/skia/src/ports/SkFontConfigInterface.cpp -FILE: ../../../third_party/skia/src/ports/SkFontMgr_custom_empty_factory.cpp -FILE: ../../../third_party/skia/src/ports/SkImageGeneratorCG.cpp -FILE: ../../../third_party/skia/src/ports/SkImageGeneratorWIC.cpp -FILE: ../../../third_party/skia/src/shaders/SkColorFilterShader.h -FILE: ../../../third_party/skia/src/shaders/SkColorShader.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLCompiler.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLCompiler.h -FILE: ../../../third_party/skia/src/sksl/SkSLContext.h -FILE: ../../../third_party/skia/src/sksl/SkSLMemoryLayout.h -FILE: ../../../third_party/skia/src/sksl/SkSLProgramSettings.h -FILE: ../../../third_party/skia/src/sksl/SkSLUtil.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLUtil.h -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLCodeGenerator.h -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLGLSLCodeGenerator.cpp -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLGLSLCodeGenerator.h -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLMetalCodeGenerator.cpp -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLMetalCodeGenerator.h -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVCodeGenerator.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLBinaryExpression.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLBlock.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLBreakStatement.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructor.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLContinueStatement.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLDiscardStatement.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLDoStatement.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLExpression.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLExpressionStatement.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLExtension.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLFieldAccess.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLFieldSymbol.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLForStatement.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionCall.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDefinition.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionReference.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLIRNode.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLIfStatement.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLIndexExpression.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLInterfaceBlock.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLLayout.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLLiteral.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifierFlags.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifiersDeclaration.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLNop.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLPostfixExpression.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLPrefixExpression.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLProgram.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLProgramElement.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLReturnStatement.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLSetting.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLStatement.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwizzle.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLSymbol.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLSymbolTable.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLSymbolTable.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLTernaryExpression.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLType.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLType.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLTypeReference.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLVarDeclarations.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLVariable.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLVariableReference.h -FILE: ../../../third_party/skia/src/utils/SkMultiPictureDocument.cpp -FILE: ../../../third_party/skia/src/utils/SkMultiPictureDocument.h -FILE: ../../../third_party/skia/src/utils/SkMultiPictureDocumentPriv.h -FILE: ../../../third_party/skia/src/utils/SkOSPath.h +FILE: ../../../flutter/third_party/skia/fuzz/Fuzz.cpp +FILE: ../../../flutter/third_party/skia/fuzz/Fuzz.h +FILE: ../../../flutter/third_party/skia/fuzz/FuzzGradients.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzMain.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzParsePath.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzPathop.cpp +FILE: ../../../flutter/third_party/skia/gm/animated_gif.cpp +FILE: ../../../flutter/third_party/skia/gm/animatedimageblurs.cpp +FILE: ../../../flutter/third_party/skia/gm/arcto.cpp +FILE: ../../../flutter/third_party/skia/gm/bigrect.cpp +FILE: ../../../flutter/third_party/skia/gm/bitmapimage.cpp +FILE: ../../../flutter/third_party/skia/gm/blurcircles2.cpp +FILE: ../../../flutter/third_party/skia/gm/bug5252.cpp +FILE: ../../../flutter/third_party/skia/gm/bug530095.cpp +FILE: ../../../flutter/third_party/skia/gm/bug615686.cpp +FILE: ../../../flutter/third_party/skia/gm/circulararcs.cpp +FILE: ../../../flutter/third_party/skia/gm/clip_error.cpp +FILE: ../../../flutter/third_party/skia/gm/colorfilteralpha8.cpp +FILE: ../../../flutter/third_party/skia/gm/complexclip4.cpp +FILE: ../../../flutter/third_party/skia/gm/complexclip_blur_tiled.cpp +FILE: ../../../flutter/third_party/skia/gm/croppedrects.cpp +FILE: ../../../flutter/third_party/skia/gm/dashcircle.cpp +FILE: ../../../flutter/third_party/skia/gm/drawregion.cpp +FILE: ../../../flutter/third_party/skia/gm/drawregionmodes.cpp +FILE: ../../../flutter/third_party/skia/gm/encode_platform.cpp +FILE: ../../../flutter/third_party/skia/gm/encode_srgb.cpp +FILE: ../../../flutter/third_party/skia/gm/filterbug.cpp +FILE: ../../../flutter/third_party/skia/gm/hardstop_gradients.cpp +FILE: ../../../flutter/third_party/skia/gm/imagemakewithfilter.cpp +FILE: ../../../flutter/third_party/skia/gm/imagemasksubset.cpp +FILE: ../../../flutter/third_party/skia/gm/lattice.cpp +FILE: ../../../flutter/third_party/skia/gm/overdrawcolorfilter.cpp +FILE: ../../../flutter/third_party/skia/gm/overstroke.cpp +FILE: ../../../flutter/third_party/skia/gm/pathmaskcache.cpp +FILE: ../../../flutter/third_party/skia/gm/readpixels.cpp +FILE: ../../../flutter/third_party/skia/gm/rectangletexture.cpp +FILE: ../../../flutter/third_party/skia/gm/rrectclipdrawpaint.cpp +FILE: ../../../flutter/third_party/skia/gm/shapes.cpp +FILE: ../../../flutter/third_party/skia/gm/showmiplevels.cpp +FILE: ../../../flutter/third_party/skia/gm/simplerect.cpp +FILE: ../../../flutter/third_party/skia/gm/skbug_4868.cpp +FILE: ../../../flutter/third_party/skia/gm/skbug_5321.cpp +FILE: ../../../flutter/third_party/skia/gm/stroke_rect_shader.cpp +FILE: ../../../flutter/third_party/skia/gm/strokedlines.cpp +FILE: ../../../flutter/third_party/skia/gm/subsetshader.cpp +FILE: ../../../flutter/third_party/skia/gm/textblobblockreordering.cpp +FILE: ../../../flutter/third_party/skia/gm/windowrectangles.cpp +FILE: ../../../flutter/third_party/skia/include/codec/SkCodecAnimation.h +FILE: ../../../flutter/third_party/skia/include/core/SkBlendMode.h +FILE: ../../../flutter/third_party/skia/include/core/SkClipOp.h +FILE: ../../../flutter/third_party/skia/include/core/SkColorSpace.h +FILE: ../../../flutter/third_party/skia/include/core/SkMilestone.h +FILE: ../../../flutter/third_party/skia/include/core/SkOverdrawCanvas.h +FILE: ../../../flutter/third_party/skia/include/core/SkRasterHandleAllocator.h +FILE: ../../../flutter/third_party/skia/include/core/SkSwizzle.h +FILE: ../../../flutter/third_party/skia/include/effects/SkOverdrawColorFilter.h +FILE: ../../../flutter/third_party/skia/include/encode/SkICC.h +FILE: ../../../flutter/third_party/skia/include/gpu/vk/GrVkBackendContext.h +FILE: ../../../flutter/third_party/skia/include/gpu/vk/GrVkExtensions.h +FILE: ../../../flutter/third_party/skia/include/gpu/vk/GrVkTypes.h +FILE: ../../../flutter/third_party/skia/include/ports/SkFontMgr_FontConfigInterface.h +FILE: ../../../flutter/third_party/skia/include/ports/SkImageGeneratorCG.h +FILE: ../../../flutter/third_party/skia/include/ports/SkImageGeneratorWIC.h +FILE: ../../../flutter/third_party/skia/include/private/SkEncodedInfo.h +FILE: ../../../flutter/third_party/skia/include/private/base/SingleOwner.h +FILE: ../../../flutter/third_party/skia/include/utils/SkNoDrawCanvas.h +FILE: ../../../flutter/third_party/skia/modules/sksg/slides/SVGPongSlide.cpp +FILE: ../../../flutter/third_party/skia/modules/skshaper/include/SkShaper.h +FILE: ../../../flutter/third_party/skia/modules/skshaper/src/SkShaper_harfbuzz.cpp +FILE: ../../../flutter/third_party/skia/modules/skshaper/src/SkShaper_primitive.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGAttribute.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGAttributeParser.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGCircle.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGClipPath.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGContainer.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGDOM.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGDefs.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGEllipse.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGG.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGHiddenContainer.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGIDMapper.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGLine.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGLinearGradient.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGNode.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGPath.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGPoly.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGRect.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGRenderContext.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGSVG.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGShape.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGStop.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGTransformableNode.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGTypes.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGValue.h +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGAttribute.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGAttributeParser.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGCircle.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGClipPath.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGContainer.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGDOM.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGEllipse.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGLine.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGLinearGradient.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGNode.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGPath.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGPoly.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGRect.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGRenderContext.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGSVG.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGShape.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGStop.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGTransformableNode.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGValue.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkArenaAlloc.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkArenaAlloc.h +FILE: ../../../flutter/third_party/skia/src/base/SkAutoMalloc.h +FILE: ../../../flutter/third_party/skia/src/base/SkBitmaskEnum.h +FILE: ../../../flutter/third_party/skia/src/base/SkLeanWindows.h +FILE: ../../../flutter/third_party/skia/src/base/SkMSAN.h +FILE: ../../../flutter/third_party/skia/src/base/SkScopeExit.h +FILE: ../../../flutter/third_party/skia/src/codec/SkRawCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkRawCodec.h +FILE: ../../../flutter/third_party/skia/src/core/SkATrace.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkATrace.h +FILE: ../../../flutter/third_party/skia/src/core/SkAnnotationKeys.h +FILE: ../../../flutter/third_party/skia/src/core/SkAutoPixmapStorage.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkAutoPixmapStorage.h +FILE: ../../../flutter/third_party/skia/src/core/SkBlendModePriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkColorSpace.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkColorSpacePriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkCpu.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkCpu.h +FILE: ../../../flutter/third_party/skia/src/core/SkGlobalInitialization_core.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkImageFilterCache.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkImageFilterCache.h +FILE: ../../../flutter/third_party/skia/src/core/SkLRUCache.h +FILE: ../../../flutter/third_party/skia/src/core/SkMatrixPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkOverdrawCanvas.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPathMeasurePriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkRasterPipeline.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRasterPipeline.h +FILE: ../../../flutter/third_party/skia/src/core/SkRasterPipelineBlitter.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRecordedDrawable.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRecordedDrawable.h +FILE: ../../../flutter/third_party/skia/src/core/SkScaleToSides.h +FILE: ../../../flutter/third_party/skia/src/core/SkSpecialImage.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkSpecialImage.h +FILE: ../../../flutter/third_party/skia/src/core/SkSwizzle.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkSwizzlePriv.h +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkShaderImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/encode/SkICC.cpp +FILE: ../../../flutter/third_party/skia/src/encode/SkICCPriv.h +FILE: ../../../flutter/third_party/skia/src/encode/SkImageEncoderPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/Swizzle.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAppliedClip.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAuditTrail.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAuditTrail.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrColorSpaceXform.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrColorSpaceXform.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDirectContextPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFixedClip.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOpsRenderPass.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOpsRenderPass.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProgramDesc.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTargetProxy.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTargetProxy.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceHandle.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrScissorState.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrShaderVar.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrShaderVar.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrStencilSettings.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrStyle.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrStyle.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurfaceProxy.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurfaceProxy.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureProxy.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureProxy.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureRenderTargetProxy.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureRenderTargetProxy.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrUserStencilSettings.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrWindowRectangles.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrWindowRectsState.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/SurfaceContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/SurfaceContext.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateDataManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrShadowGeoProc.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrShadowGeoProc.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrStyledShape.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrStyledShape.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLOpsRenderPass.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/glfw/GrGLMakeNativeInterface_glfw.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLColorSpaceXformHelper.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLProgramDataManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrPathStencilSettings.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/RegionOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/RegionOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/ShadowRRectOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/ShadowRRectOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorPool.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorPool.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSet.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSet.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSetManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDescriptorSetManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkFramebuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkFramebuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkImageView.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkImageView.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkOpsRenderPass.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkOpsRenderPass.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipeline.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipeline.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineState.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineState.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateBuilder.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateCache.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateDataManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkPipelineStateDataManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkResourceProvider.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkResourceProvider.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSampler.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSampler.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkUniformHandler.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkUniformHandler.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkVaryingHandler.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkVaryingHandler.h +FILE: ../../../flutter/third_party/skia/src/gpu/vk/VulkanExtensions.cpp +FILE: ../../../flutter/third_party/skia/src/opts/SkSwizzler_opts.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkBitmapKey.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFDocumentPriv.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFMakeToUnicodeCmap.h +FILE: ../../../flutter/third_party/skia/src/ports/SkFontConfigInterface.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom_empty_factory.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkImageGeneratorCG.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkImageGeneratorWIC.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkColorFilterShader.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkColorShader.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLCompiler.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLCompiler.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLContext.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLMemoryLayout.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLProgramSettings.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLUtil.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLUtil.h +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLCodeGenerator.h +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLGLSLCodeGenerator.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLGLSLCodeGenerator.h +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLMetalCodeGenerator.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLMetalCodeGenerator.h +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLSPIRVCodeGenerator.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLBinaryExpression.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLBlock.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLBreakStatement.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructor.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLContinueStatement.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLDiscardStatement.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLDoStatement.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLExpression.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLExpressionStatement.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLExtension.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFieldAccess.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFieldSymbol.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLForStatement.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionCall.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionDefinition.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionReference.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLIRNode.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLIfStatement.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLIndexExpression.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLInterfaceBlock.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLLayout.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLLiteral.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLModifierFlags.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLModifiersDeclaration.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLNop.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLPostfixExpression.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLPrefixExpression.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLProgram.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLProgramElement.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLReturnStatement.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSetting.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLStatement.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSwizzle.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSymbol.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSymbolTable.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSymbolTable.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLTernaryExpression.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLType.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLType.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLTypeReference.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLVarDeclarations.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLVariable.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLVariableReference.h +FILE: ../../../flutter/third_party/skia/src/utils/SkMultiPictureDocument.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkMultiPictureDocument.h +FILE: ../../../flutter/third_party/skia/src/utils/SkMultiPictureDocumentPriv.h +FILE: ../../../flutter/third_party/skia/src/utils/SkOSPath.h ---------------------------------------------------------------------------------------------------- Copyright 2016 Google Inc. @@ -4374,9 +4374,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/FuzzDrawFunctions.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzDrawFunctions.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/FuzzDrawFunctions.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzDrawFunctions.cpp ---------------------------------------------------------------------------------------------------- Copyright 2016 Mozilla Foundation @@ -4411,9 +4411,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/core/SkScan_AAAPath.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScan_AAAPath.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/core/SkScan_AAAPath.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkScan_AAAPath.cpp ---------------------------------------------------------------------------------------------------- Copyright 2016 The Android Open Source Project @@ -4448,11 +4448,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDistanceFieldGenFromVector.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDistanceFieldGenFromVector.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDistanceFieldGenFromVector.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDistanceFieldGenFromVector.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDistanceFieldGenFromVector.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDistanceFieldGenFromVector.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDistanceFieldGenFromVector.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDistanceFieldGenFromVector.h ---------------------------------------------------------------------------------------------------- Copyright 2017 ARM Ltd. @@ -4487,447 +4487,447 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/dm/DMGpuTestProcs.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/FuzzCanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/alpha_image.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bitmaptiled.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/blurignorexform.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/blurimagevmask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/blurpositioning.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/blurtextsmallradii.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bug6643.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bug6783.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/circle_sizes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_691386.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_788500.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crosscontextimage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/dftext_blob_persp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/drrect_small_inner.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/encode_alpha_jpeg.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/flippity.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/highcontrastfilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/hsl.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imageblurclampmode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imageblurrepeatmode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/jpg_color_cube.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/makecolorspace.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/manypaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pictureshadercache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/radial_gradient_precision.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/savelayer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/shadowutils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/srgb.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/testgradient.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/text_scale_skew.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/thinconcavepaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/android/SkAndroidFrameworkUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkEncodedOrigin.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkExecutor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkFontArguments.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkSerialProcs.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkVertices.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/docs/SkXPSDocument.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkHighContrastFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/encode/SkEncoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/encode/SkJpegEncoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/encode/SkPngEncoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/encode/SkWebpEncoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/GrBackendSemaphore.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/GrBackendSurface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/mock/GrMockTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/mtl/GrMtlTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_mac_ct.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkMalloc.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkShadowUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/gm/ExternalProperties.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/gm/SkottieGM.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/include/Skottie.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/Skottie.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/SkottieValue.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGDraw.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGEffectNode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGGeometryNode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGGroup.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGInvalidationController.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGMerge.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGNode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGPaint.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGPath.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGRect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGRenderNode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGTransform.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGDraw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGEffectNode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGGeometryNode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGGroup.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGInvalidationController.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGMerge.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGNode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGPaint.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGPath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGRect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGRenderNode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGTransform.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGGradient.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGPattern.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGRadialGradient.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGUse.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGGradient.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGPattern.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGRadialGradient.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGUse.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/android/SkAndroidFrameworkUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkArenaAllocList.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkSafeMath.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkBmpBaseCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkBmpBaseCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkFrameHolder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkHeifCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkHeifCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkParseEncodedOrigin.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkPngPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkStubHeifDecoderAPI.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkAutoBlitterChoose.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlendMode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkClipStackDevice.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkClipStackDevice.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDrawShadowInfo.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDrawShadowInfo.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDraw_vertices.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkExecutor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFontMgrPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkGaussFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkGaussFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkImageInfoPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMaskBlurFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMaskBlurFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRasterClipStack.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkVertices.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkWritePixelsRec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkDashImpl.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkHighContrastFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkJpegEncoderImpl.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrAHardwareBufferImageGenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrAHardwareBufferImageGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBackendSurface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBackendTextureImageGenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBackendTextureImageGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrColorInfo.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrColorInfo.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDeferredProxyUploader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDeferredUpload.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrOnFlushResourceProvider.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrOnFlushResourceProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProcessorSet.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProcessorSet.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrResourceAllocator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrResourceAllocator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSemaphore.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceProxyPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTextureProxyCacheAccess.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTextureProxyPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/SkGr.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/StencilClip.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrAtlasedShaderHelpers.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrTextureEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrTextureEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLOpsRenderPass.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLSemaphore.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLSemaphore.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockAttachment.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockCaps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockGpu.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockGpu.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockOpsRenderPass.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockTexture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlCaps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlCaps.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlGpu.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlGpu.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlRenderTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlRenderTarget.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTexture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTexture.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTrampoline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTrampoline.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlUtil.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlUtil.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/ClearOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/TextureOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/TextureOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSemaphore.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSemaphore.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/opts/SkMemset_opts.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkKeyedImage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkKeyedImage.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFGradientShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFGradientShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_custom_directory.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_custom_embedded.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_custom_empty.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_mac_ct_factory.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkOSFile_ios.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_fvar.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkShaderBase.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLFileOutputStream.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLLexer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLLexer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLOutputStream.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLString.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLString.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLStringStream.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLSetting.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLSwitchCase.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLSwitchStatement.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/DFA.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/DFAState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/LexUtil.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/Main.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/NFA.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/NFA.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/NFAState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/NFAtoDFA.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/RegexNode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/RegexNode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/RegexParser.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/RegexParser.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkFloatToDecimal.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkFloatToDecimal.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkJSONWriter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkJSONWriter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkPolyUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkPolyUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkShadowTessellator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkShadowTessellator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkShadowUtils.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/dm/DMGpuTestProcs.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzCanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/alpha_image.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bitmaptiled.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/blurignorexform.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/blurimagevmask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/blurpositioning.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/blurtextsmallradii.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bug6643.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bug6783.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/circle_sizes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_691386.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_788500.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crosscontextimage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/dftext_blob_persp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drrect_small_inner.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/encode_alpha_jpeg.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/flippity.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/highcontrastfilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/hsl.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imageblurclampmode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imageblurrepeatmode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/jpg_color_cube.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/makecolorspace.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/manypaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pictureshadercache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/radial_gradient_precision.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/savelayer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/shadowutils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/srgb.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/testgradient.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/text_scale_skew.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/thinconcavepaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/android/SkAndroidFrameworkUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkEncodedOrigin.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkExecutor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkFontArguments.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkSerialProcs.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkVertices.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/docs/SkXPSDocument.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkHighContrastFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/encode/SkEncoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/encode/SkJpegEncoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/encode/SkPngEncoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/encode/SkWebpEncoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrBackendSemaphore.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrBackendSurface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/mock/GrMockTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/mtl/GrMtlTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkFontMgr_mac_ct.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkMalloc.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkShadowUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/gm/ExternalProperties.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/gm/SkottieGM.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/include/Skottie.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/Skottie.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/SkottieValue.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGDraw.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGEffectNode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGGeometryNode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGGroup.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGInvalidationController.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGMerge.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGNode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGPaint.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGPath.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGRect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGRenderNode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGTransform.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGDraw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGEffectNode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGGeometryNode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGGroup.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGInvalidationController.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGMerge.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGNode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGPaint.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGPath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGRect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGRenderNode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGTransform.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGGradient.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGPattern.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGRadialGradient.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGUse.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGGradient.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGPattern.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGRadialGradient.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGUse.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/android/SkAndroidFrameworkUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkArenaAllocList.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkSafeMath.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkBmpBaseCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkBmpBaseCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkFrameHolder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkHeifCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkHeifCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkParseEncodedOrigin.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkPngPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkStubHeifDecoderAPI.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkAutoBlitterChoose.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlendMode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkClipStackDevice.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkClipStackDevice.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDrawShadowInfo.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDrawShadowInfo.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDraw_vertices.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkExecutor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFontMgrPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkGaussFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkGaussFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkImageInfoPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMaskBlurFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMaskBlurFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRasterClipStack.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkVertices.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkWritePixelsRec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkDashImpl.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkHighContrastFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkJpegEncoderImpl.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAHardwareBufferImageGenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAHardwareBufferImageGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendSurface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendTextureImageGenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendTextureImageGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrColorInfo.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrColorInfo.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDeferredProxyUploader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDeferredUpload.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOnFlushResourceProvider.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOnFlushResourceProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessorSet.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessorSet.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceAllocator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceAllocator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSemaphore.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurfaceProxyPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureProxyCacheAccess.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureProxyPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/SkGr.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/StencilClip.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrAtlasedShaderHelpers.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrTextureEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrTextureEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLOpsRenderPass.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLSemaphore.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLSemaphore.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockAttachment.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockCaps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockGpu.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockGpu.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockOpsRenderPass.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockTexture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlCaps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlCaps.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlGpu.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlGpu.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlRenderTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlRenderTarget.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTexture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTexture.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTrampoline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTrampoline.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlUtil.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlUtil.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/ClearOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/TextureOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/TextureOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSemaphore.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSemaphore.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/opts/SkMemset_opts.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkKeyedImage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkKeyedImage.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFGradientShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFGradientShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom_directory.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom_embedded.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom_empty.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_mac_ct_factory.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkOSFile_ios.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_fvar.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkShaderBase.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLFileOutputStream.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLLexer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLLexer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLOutputStream.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLString.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLString.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLStringStream.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSetting.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSwitchCase.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSwitchStatement.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/DFA.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/DFAState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/LexUtil.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/Main.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/NFA.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/NFA.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/NFAState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/NFAtoDFA.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/RegexNode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/RegexNode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/RegexParser.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/RegexParser.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkFloatToDecimal.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkFloatToDecimal.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkJSONWriter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkJSONWriter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkPolyUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkPolyUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkShadowTessellator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkShadowTessellator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkShadowUtils.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/dm/DMGpuTestProcs.cpp -FILE: ../../../third_party/skia/fuzz/FuzzCanvas.cpp -FILE: ../../../third_party/skia/gm/alpha_image.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/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/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/codec/SkEncodedOrigin.h -FILE: ../../../third_party/skia/include/core/SkExecutor.h -FILE: ../../../third_party/skia/include/core/SkFontArguments.h -FILE: ../../../third_party/skia/include/core/SkSerialProcs.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/ports/SkFontMgr_mac_ct.h -FILE: ../../../third_party/skia/include/private/base/SkMalloc.h -FILE: ../../../third_party/skia/include/utils/SkShadowUtils.h -FILE: ../../../third_party/skia/modules/skottie/gm/ExternalProperties.cpp -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/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/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/svg/include/SkSVGGradient.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGPattern.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGRadialGradient.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGUse.h -FILE: ../../../third_party/skia/modules/svg/src/SkSVGGradient.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGPattern.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGRadialGradient.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGUse.cpp -FILE: ../../../third_party/skia/src/android/SkAndroidFrameworkUtils.cpp -FILE: ../../../third_party/skia/src/base/SkArenaAllocList.h -FILE: ../../../third_party/skia/src/base/SkSafeMath.h -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/SkParseEncodedOrigin.h -FILE: ../../../third_party/skia/src/codec/SkPngPriv.h -FILE: ../../../third_party/skia/src/codec/SkStubHeifDecoderAPI.h -FILE: ../../../third_party/skia/src/core/SkAutoBlitterChoose.h -FILE: ../../../third_party/skia/src/core/SkBlendMode.cpp -FILE: ../../../third_party/skia/src/core/SkClipStackDevice.cpp -FILE: ../../../third_party/skia/src/core/SkClipStackDevice.h -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/SkImageInfoPriv.h -FILE: ../../../third_party/skia/src/core/SkMaskBlurFilter.cpp -FILE: ../../../third_party/skia/src/core/SkMaskBlurFilter.h -FILE: ../../../third_party/skia/src/core/SkRasterClipStack.h -FILE: ../../../third_party/skia/src/core/SkVertices.cpp -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/encode/SkJpegEncoderImpl.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrAHardwareBufferImageGenerator.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrAHardwareBufferImageGenerator.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBackendSurface.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBackendTextureImageGenerator.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBackendTextureImageGenerator.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrColorInfo.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrColorInfo.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDeferredProxyUploader.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDeferredUpload.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrOnFlushResourceProvider.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrOnFlushResourceProvider.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProcessorSet.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProcessorSet.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrResourceAllocator.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrResourceAllocator.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSemaphore.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceProxyPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTextureProxyCacheAccess.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTextureProxyPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/SkGr.h -FILE: ../../../third_party/skia/src/gpu/ganesh/StencilClip.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrAtlasedShaderHelpers.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrTextureEffect.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrTextureEffect.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLOpsRenderPass.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLSemaphore.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLSemaphore.h -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockAttachment.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockBuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockCaps.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockGpu.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockGpu.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockOpsRenderPass.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockTexture.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlCaps.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlCaps.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlGpu.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlGpu.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlRenderTarget.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTexture.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTexture.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTrampoline.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTrampoline.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlUtil.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlUtil.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/ClearOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/TextureOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/TextureOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSemaphore.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSemaphore.h -FILE: ../../../third_party/skia/src/opts/SkMemset_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/SkFontMgr_mac_ct_factory.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/SkSLFileOutputStream.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/SkSLString.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLString.h -FILE: ../../../third_party/skia/src/sksl/SkSLStringStream.h -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.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/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: ../../../flutter/third_party/skia/dm/DMGpuTestProcs.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzCanvas.cpp +FILE: ../../../flutter/third_party/skia/gm/alpha_image.cpp +FILE: ../../../flutter/third_party/skia/gm/bitmaptiled.cpp +FILE: ../../../flutter/third_party/skia/gm/blurignorexform.cpp +FILE: ../../../flutter/third_party/skia/gm/blurimagevmask.cpp +FILE: ../../../flutter/third_party/skia/gm/blurpositioning.cpp +FILE: ../../../flutter/third_party/skia/gm/blurtextsmallradii.cpp +FILE: ../../../flutter/third_party/skia/gm/bug6643.cpp +FILE: ../../../flutter/third_party/skia/gm/bug6783.cpp +FILE: ../../../flutter/third_party/skia/gm/circle_sizes.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_691386.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_788500.cpp +FILE: ../../../flutter/third_party/skia/gm/crosscontextimage.cpp +FILE: ../../../flutter/third_party/skia/gm/dftext_blob_persp.cpp +FILE: ../../../flutter/third_party/skia/gm/drrect_small_inner.cpp +FILE: ../../../flutter/third_party/skia/gm/encode_alpha_jpeg.cpp +FILE: ../../../flutter/third_party/skia/gm/flippity.cpp +FILE: ../../../flutter/third_party/skia/gm/highcontrastfilter.cpp +FILE: ../../../flutter/third_party/skia/gm/hsl.cpp +FILE: ../../../flutter/third_party/skia/gm/imageblurclampmode.cpp +FILE: ../../../flutter/third_party/skia/gm/imageblurrepeatmode.cpp +FILE: ../../../flutter/third_party/skia/gm/jpg_color_cube.cpp +FILE: ../../../flutter/third_party/skia/gm/makecolorspace.cpp +FILE: ../../../flutter/third_party/skia/gm/manypaths.cpp +FILE: ../../../flutter/third_party/skia/gm/pictureshadercache.cpp +FILE: ../../../flutter/third_party/skia/gm/radial_gradient_precision.cpp +FILE: ../../../flutter/third_party/skia/gm/savelayer.cpp +FILE: ../../../flutter/third_party/skia/gm/shadowutils.cpp +FILE: ../../../flutter/third_party/skia/gm/srgb.cpp +FILE: ../../../flutter/third_party/skia/gm/testgradient.cpp +FILE: ../../../flutter/third_party/skia/gm/text_scale_skew.cpp +FILE: ../../../flutter/third_party/skia/gm/thinconcavepaths.cpp +FILE: ../../../flutter/third_party/skia/include/android/SkAndroidFrameworkUtils.h +FILE: ../../../flutter/third_party/skia/include/codec/SkEncodedOrigin.h +FILE: ../../../flutter/third_party/skia/include/core/SkExecutor.h +FILE: ../../../flutter/third_party/skia/include/core/SkFontArguments.h +FILE: ../../../flutter/third_party/skia/include/core/SkSerialProcs.h +FILE: ../../../flutter/third_party/skia/include/core/SkVertices.h +FILE: ../../../flutter/third_party/skia/include/docs/SkXPSDocument.h +FILE: ../../../flutter/third_party/skia/include/effects/SkHighContrastFilter.h +FILE: ../../../flutter/third_party/skia/include/encode/SkEncoder.h +FILE: ../../../flutter/third_party/skia/include/encode/SkJpegEncoder.h +FILE: ../../../flutter/third_party/skia/include/encode/SkPngEncoder.h +FILE: ../../../flutter/third_party/skia/include/encode/SkWebpEncoder.h +FILE: ../../../flutter/third_party/skia/include/gpu/GrBackendSemaphore.h +FILE: ../../../flutter/third_party/skia/include/gpu/GrBackendSurface.h +FILE: ../../../flutter/third_party/skia/include/gpu/mock/GrMockTypes.h +FILE: ../../../flutter/third_party/skia/include/gpu/mtl/GrMtlTypes.h +FILE: ../../../flutter/third_party/skia/include/ports/SkFontMgr_mac_ct.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkMalloc.h +FILE: ../../../flutter/third_party/skia/include/utils/SkShadowUtils.h +FILE: ../../../flutter/third_party/skia/modules/skottie/gm/ExternalProperties.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/gm/SkottieGM.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/include/Skottie.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/Skottie.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/SkottieValue.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGDraw.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGEffectNode.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGGeometryNode.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGGroup.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGInvalidationController.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGMerge.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGNode.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGPaint.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGPath.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGRect.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGRenderNode.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGTransform.h +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGDraw.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGEffectNode.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGGeometryNode.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGGroup.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGInvalidationController.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGMerge.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGNode.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGPaint.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGPath.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGRect.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGRenderNode.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGTransform.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGGradient.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGPattern.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGRadialGradient.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGUse.h +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGGradient.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGPattern.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGRadialGradient.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGUse.cpp +FILE: ../../../flutter/third_party/skia/src/android/SkAndroidFrameworkUtils.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkArenaAllocList.h +FILE: ../../../flutter/third_party/skia/src/base/SkSafeMath.h +FILE: ../../../flutter/third_party/skia/src/codec/SkBmpBaseCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkBmpBaseCodec.h +FILE: ../../../flutter/third_party/skia/src/codec/SkFrameHolder.h +FILE: ../../../flutter/third_party/skia/src/codec/SkHeifCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkHeifCodec.h +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegPriv.h +FILE: ../../../flutter/third_party/skia/src/codec/SkParseEncodedOrigin.h +FILE: ../../../flutter/third_party/skia/src/codec/SkPngPriv.h +FILE: ../../../flutter/third_party/skia/src/codec/SkStubHeifDecoderAPI.h +FILE: ../../../flutter/third_party/skia/src/core/SkAutoBlitterChoose.h +FILE: ../../../flutter/third_party/skia/src/core/SkBlendMode.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkClipStackDevice.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkClipStackDevice.h +FILE: ../../../flutter/third_party/skia/src/core/SkDrawShadowInfo.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDrawShadowInfo.h +FILE: ../../../flutter/third_party/skia/src/core/SkDraw_vertices.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkExecutor.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkFontMgrPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkGaussFilter.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkGaussFilter.h +FILE: ../../../flutter/third_party/skia/src/core/SkImageInfoPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkMaskBlurFilter.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMaskBlurFilter.h +FILE: ../../../flutter/third_party/skia/src/core/SkRasterClipStack.h +FILE: ../../../flutter/third_party/skia/src/core/SkVertices.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkWritePixelsRec.h +FILE: ../../../flutter/third_party/skia/src/effects/SkDashImpl.h +FILE: ../../../flutter/third_party/skia/src/effects/SkHighContrastFilter.cpp +FILE: ../../../flutter/third_party/skia/src/encode/SkJpegEncoderImpl.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAHardwareBufferImageGenerator.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAHardwareBufferImageGenerator.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendSurface.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendTextureImageGenerator.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendTextureImageGenerator.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrColorInfo.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrColorInfo.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDeferredProxyUploader.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDeferredUpload.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOnFlushResourceProvider.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOnFlushResourceProvider.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessorSet.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProcessorSet.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceAllocator.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceAllocator.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSemaphore.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurfaceProxyPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureProxyCacheAccess.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureProxyPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/SkGr.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/StencilClip.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrAtlasedShaderHelpers.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrTextureEffect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrTextureEffect.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLOpsRenderPass.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLSemaphore.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLSemaphore.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockAttachment.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockCaps.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockGpu.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockGpu.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockOpsRenderPass.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockTexture.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlCaps.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlCaps.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlGpu.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlGpu.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlRenderTarget.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlRenderTarget.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTexture.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTexture.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTrampoline.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTrampoline.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlUtil.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlUtil.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/ClearOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/TextureOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/TextureOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSemaphore.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSemaphore.h +FILE: ../../../flutter/third_party/skia/src/opts/SkMemset_opts.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkKeyedImage.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkKeyedImage.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFGradientShader.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFGradientShader.h +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom_directory.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom_embedded.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_custom_empty.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_mac_ct_factory.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkOSFile_ios.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_fvar.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkShaderBase.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLFileOutputStream.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLLexer.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLLexer.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLOutputStream.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLString.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLString.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLStringStream.h +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSetting.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSwitchCase.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSwitchStatement.h +FILE: ../../../flutter/third_party/skia/src/sksl/lex/DFA.h +FILE: ../../../flutter/third_party/skia/src/sksl/lex/DFAState.h +FILE: ../../../flutter/third_party/skia/src/sksl/lex/LexUtil.h +FILE: ../../../flutter/third_party/skia/src/sksl/lex/Main.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/lex/NFA.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/lex/NFA.h +FILE: ../../../flutter/third_party/skia/src/sksl/lex/NFAState.h +FILE: ../../../flutter/third_party/skia/src/sksl/lex/NFAtoDFA.h +FILE: ../../../flutter/third_party/skia/src/sksl/lex/RegexNode.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/lex/RegexNode.h +FILE: ../../../flutter/third_party/skia/src/sksl/lex/RegexParser.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/lex/RegexParser.h +FILE: ../../../flutter/third_party/skia/src/utils/SkFloatToDecimal.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkFloatToDecimal.h +FILE: ../../../flutter/third_party/skia/src/utils/SkJSONWriter.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkJSONWriter.h +FILE: ../../../flutter/third_party/skia/src/utils/SkPolyUtils.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkPolyUtils.h +FILE: ../../../flutter/third_party/skia/src/utils/SkShadowTessellator.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkShadowTessellator.h +FILE: ../../../flutter/third_party/skia/src/utils/SkShadowUtils.cpp ---------------------------------------------------------------------------------------------------- Copyright 2017 Google Inc. @@ -4962,433 +4962,433 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/FuzzCommon.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/FuzzPathMeasure.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/FuzzRegionOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzImageFilterDeserialize.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPathDeserialize.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzRegionDeserialize.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzRegionSetPath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/analytic_gradients.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/androidblendmodes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/b_119394958.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/clockwise.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_847759.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_884166.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_887103.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_892988.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_899512.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_905548.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/daa.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/drawimageset.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/drawquadset.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fontregen.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fwidth_squircle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/gradients_degenerate.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/hugepath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/localmatrixshader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/make_raster_image.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/mandoline.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/orientation.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/p3.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/pathmeasure.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/perspimages.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/polygonoffset.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/scaledemoji.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/scaledemoji_rendering.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/shadermaskfilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/sharedcorners.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/trickycubicstrokes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/unpremul.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/wacky_yuv_formats.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/android/SkAnimatedImage.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkCanvasVirtualEnforcer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkContourMeasure.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkCoverageMode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkCubicMap.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkFontMetrics.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkFontParameters.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkFontTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkSpan.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkShaderMaskFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkTrimPathEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/GrBackendDrawableInfo.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/GrDriverBugWorkarounds.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/vk/GrVkMemoryAllocator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_fuchsia.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkMacros.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkSafe32.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkSpan_impl.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkTo.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/gpu/vk/SkiaVulkan.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkAnimCodecPlayer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkTextUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skcms/skcms.cc + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skcms/src/Transform_inl.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skcms/src/skcms_internals.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skcms/src/skcms_public.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/include/SkottieProperty.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/SkottieJson.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/SkottieJson.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/SkottiePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/SkottieProperty.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/SkottieTest.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/SkottieTool.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/PrecompLayer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/TextLayer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/ShapeLayer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/utils/SkottieUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/utils/SkottieUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGClipEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGColorFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGGradient.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGImage.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGMaskEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGOpacityEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGPlane.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGScene.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGText.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGClipEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGColorFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGGradient.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGImage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGMaskEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGOpacityEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGPlane.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGScene.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGText.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skshaper/src/SkShaper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/android/SkAnimatedImage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkTDArray.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkEncodedInfo.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkParseEncodedOrigin.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkWuffsCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkWuffsCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCanvasPriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkColorSpaceXformSteps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkColorSpaceXformSteps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkContourMeasure.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCubicMap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDraw_text.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFontPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkIPoint16.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMaskFilterBase.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPath_serial.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPicturePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRRectPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRectPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSafeRange.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStrikeCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTextBlobPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTypeface_remote.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkShaderMaskFilterImpl.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkTrimPE.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkTrimPathEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrContextThreadSafeProxyPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDDLContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDirectContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDriverBugWorkarounds.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFPArgs.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProxyProvider.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProxyProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrResourceProviderPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceCharacterization.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrSkSLFP.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrSkSLFP.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrYUVtoRGBEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrYUVtoRGBEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrQuad.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gradients/GrGradientBitmapCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gradients/GrGradientBitmapCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gradients/GrGradientShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gradients/GrGradientShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_GaneshBase.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_GaneshBase.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_GaneshYUVA.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_GaneshYUVA.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlAttachment.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlAttachment.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlBuffer.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlCppUtil.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlDepthStencil.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlOpsRenderPass.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlOpsRenderPass.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineState.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlResourceProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlResourceProvider.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlSampler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlSampler.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlUniformHandler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlUniformHandler.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlVaryingHandler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlVaryingHandler.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DrawableOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DrawableOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/FillRRectOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/FillRRectOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/FillRectOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/FillRectOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/QuadPerEdgeAA.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/QuadPerEdgeAA.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/StrokeRectOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/StrokeRectOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/text/GrAtlasManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/text/GrAtlasManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkCommandPool.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkCommandPool.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImageLayout.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkTypesPriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkTypesPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanAMDMemoryAllocator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanAMDMemoryAllocator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/vk/vulkanmemoryallocator/VulkanMemoryAllocatorWrapper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/vk/vulkanmemoryallocator/VulkanMemoryAllocatorWrapper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImage_Lazy.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/opts/SkBitmapProcState_opts.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/opts/SkOpts_hsw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/opts/SkRasterPipeline_opts.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsAsWinding.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pathops/SkPathOpsTCurve.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkClusterator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkClusterator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFTag.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFTag.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkFontMgr_fuchsia.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLVariableReference.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/SDFMaskFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/SkChromeRemoteGlyphCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkAnimCodecPlayer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkCallableTraits.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkJSON.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkJSON.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkTextUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/mac/SkUniqueCFRef.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkDWriteNTDDI_VERSION.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzCommon.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzPathMeasure.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzRegionOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzImageFilterDeserialize.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzPathDeserialize.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzRegionDeserialize.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzRegionSetPath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/analytic_gradients.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/androidblendmodes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/b_119394958.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/clockwise.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_847759.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_884166.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_887103.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_892988.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_899512.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_905548.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/daa.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drawimageset.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drawquadset.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fontregen.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fwidth_squircle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/gradients_degenerate.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/hugepath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/localmatrixshader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/make_raster_image.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/mandoline.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/orientation.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/p3.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/pathmeasure.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/perspimages.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/polygonoffset.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/scaledemoji.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/scaledemoji_rendering.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/shadermaskfilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/sharedcorners.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/trickycubicstrokes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/unpremul.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/wacky_yuv_formats.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/android/SkAnimatedImage.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkCanvasVirtualEnforcer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkContourMeasure.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkCoverageMode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkCubicMap.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkFontMetrics.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkFontParameters.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkFontTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkSpan.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkShaderMaskFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkTrimPathEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrBackendDrawableInfo.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrDriverBugWorkarounds.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/vk/GrVkMemoryAllocator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkFontMgr_fuchsia.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkMacros.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkSafe32.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkSpan_impl.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkTo.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/vk/SkiaVulkan.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkAnimCodecPlayer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkTextUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skcms/skcms.cc + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skcms/src/Transform_inl.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skcms/src/skcms_internals.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skcms/src/skcms_public.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/include/SkottieProperty.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/SkottieJson.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/SkottieJson.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/SkottiePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/SkottieProperty.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/SkottieTest.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/SkottieTool.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/PrecompLayer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/TextLayer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/ShapeLayer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/utils/SkottieUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/utils/SkottieUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGClipEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGColorFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGGradient.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGImage.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGMaskEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGOpacityEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGPlane.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGScene.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGText.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGClipEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGGradient.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGImage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGMaskEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGOpacityEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGPlane.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGScene.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGText.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skshaper/src/SkShaper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/android/SkAnimatedImage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkTDArray.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkEncodedInfo.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkParseEncodedOrigin.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkWuffsCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkWuffsCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCanvasPriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkColorSpaceXformSteps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkColorSpaceXformSteps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkContourMeasure.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCubicMap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDraw_text.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFontPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkIPoint16.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMaskFilterBase.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPath_serial.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPicturePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRRectPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRectPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSafeRange.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStrikeCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTextBlobPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTypeface_remote.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkShaderMaskFilterImpl.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkTrimPE.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkTrimPathEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrContextThreadSafeProxyPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDDLContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDirectContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDriverBugWorkarounds.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFPArgs.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProxyProvider.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProxyProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceProviderPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurfaceCharacterization.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrSkSLFP.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrSkSLFP.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrYUVtoRGBEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrYUVtoRGBEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrQuad.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gradients/GrGradientBitmapCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gradients/GrGradientBitmapCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gradients/GrGradientShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gradients/GrGradientShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_GaneshBase.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_GaneshBase.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_GaneshYUVA.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_GaneshYUVA.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlAttachment.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlAttachment.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlBuffer.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlCppUtil.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlDepthStencil.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlOpsRenderPass.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlOpsRenderPass.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineState.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlResourceProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlResourceProvider.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlSampler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlSampler.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlUniformHandler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlUniformHandler.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlVaryingHandler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlVaryingHandler.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawableOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawableOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/FillRRectOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/FillRRectOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/FillRectOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/FillRectOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/QuadPerEdgeAA.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/QuadPerEdgeAA.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/StrokeRectOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/StrokeRectOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/text/GrAtlasManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/text/GrAtlasManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkCommandPool.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkCommandPool.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkImageLayout.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkTypesPriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkTypesPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/vk/VulkanAMDMemoryAllocator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/vk/VulkanAMDMemoryAllocator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/vk/vulkanmemoryallocator/VulkanMemoryAllocatorWrapper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/vk/vulkanmemoryallocator/VulkanMemoryAllocatorWrapper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImage_Lazy.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/opts/SkBitmapProcState_opts.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/opts/SkOpts_hsw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/opts/SkRasterPipeline_opts.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsAsWinding.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pathops/SkPathOpsTCurve.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkClusterator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkClusterator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFTag.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFTag.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_fuchsia.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLVariableReference.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SDFMaskFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SkChromeRemoteGlyphCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkAnimCodecPlayer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkCallableTraits.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkJSON.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkJSON.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkTextUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/mac/SkUniqueCFRef.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkDWriteNTDDI_VERSION.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/FuzzCommon.cpp -FILE: ../../../third_party/skia/fuzz/FuzzPathMeasure.cpp -FILE: ../../../third_party/skia/fuzz/FuzzRegionOp.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzImageFilterDeserialize.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPathDeserialize.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzRegionDeserialize.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzRegionSetPath.cpp -FILE: ../../../third_party/skia/gm/analytic_gradients.cpp -FILE: ../../../third_party/skia/gm/androidblendmodes.cpp -FILE: ../../../third_party/skia/gm/b_119394958.cpp -FILE: ../../../third_party/skia/gm/clockwise.cpp -FILE: ../../../third_party/skia/gm/crbug_847759.cpp -FILE: ../../../third_party/skia/gm/crbug_884166.cpp -FILE: ../../../third_party/skia/gm/crbug_887103.cpp -FILE: ../../../third_party/skia/gm/crbug_892988.cpp -FILE: ../../../third_party/skia/gm/crbug_899512.cpp -FILE: ../../../third_party/skia/gm/crbug_905548.cpp -FILE: ../../../third_party/skia/gm/daa.cpp -FILE: ../../../third_party/skia/gm/drawimageset.cpp -FILE: ../../../third_party/skia/gm/drawquadset.cpp -FILE: ../../../third_party/skia/gm/fontregen.cpp -FILE: ../../../third_party/skia/gm/fwidth_squircle.cpp -FILE: ../../../third_party/skia/gm/gradients_degenerate.cpp -FILE: ../../../third_party/skia/gm/hugepath.cpp -FILE: ../../../third_party/skia/gm/localmatrixshader.cpp -FILE: ../../../third_party/skia/gm/make_raster_image.cpp -FILE: ../../../third_party/skia/gm/mandoline.cpp -FILE: ../../../third_party/skia/gm/orientation.cpp -FILE: ../../../third_party/skia/gm/p3.cpp -FILE: ../../../third_party/skia/gm/pathmeasure.cpp -FILE: ../../../third_party/skia/gm/perspimages.cpp -FILE: ../../../third_party/skia/gm/polygonoffset.cpp -FILE: ../../../third_party/skia/gm/scaledemoji.cpp -FILE: ../../../third_party/skia/gm/scaledemoji_rendering.cpp -FILE: ../../../third_party/skia/gm/shadermaskfilter.cpp -FILE: ../../../third_party/skia/gm/sharedcorners.cpp -FILE: ../../../third_party/skia/gm/trickycubicstrokes.cpp -FILE: ../../../third_party/skia/gm/unpremul.cpp -FILE: ../../../third_party/skia/gm/wacky_yuv_formats.cpp -FILE: ../../../third_party/skia/include/android/SkAnimatedImage.h -FILE: ../../../third_party/skia/include/core/SkCanvasVirtualEnforcer.h -FILE: ../../../third_party/skia/include/core/SkContourMeasure.h -FILE: ../../../third_party/skia/include/core/SkCoverageMode.h -FILE: ../../../third_party/skia/include/core/SkCubicMap.h -FILE: ../../../third_party/skia/include/core/SkFontMetrics.h -FILE: ../../../third_party/skia/include/core/SkFontParameters.h -FILE: ../../../third_party/skia/include/core/SkFontTypes.h -FILE: ../../../third_party/skia/include/core/SkSpan.h -FILE: ../../../third_party/skia/include/effects/SkShaderMaskFilter.h -FILE: ../../../third_party/skia/include/effects/SkTrimPathEffect.h -FILE: ../../../third_party/skia/include/gpu/GrBackendDrawableInfo.h -FILE: ../../../third_party/skia/include/gpu/GrDriverBugWorkarounds.h -FILE: ../../../third_party/skia/include/gpu/vk/GrVkMemoryAllocator.h -FILE: ../../../third_party/skia/include/ports/SkFontMgr_fuchsia.h -FILE: ../../../third_party/skia/include/private/base/SkMacros.h -FILE: ../../../third_party/skia/include/private/base/SkSafe32.h -FILE: ../../../third_party/skia/include/private/base/SkSpan_impl.h -FILE: ../../../third_party/skia/include/private/base/SkTo.h -FILE: ../../../third_party/skia/include/private/gpu/vk/SkiaVulkan.h -FILE: ../../../third_party/skia/include/utils/SkAnimCodecPlayer.h -FILE: ../../../third_party/skia/include/utils/SkTextUtils.h -FILE: ../../../third_party/skia/modules/skcms/skcms.cc -FILE: ../../../third_party/skia/modules/skcms/src/Transform_inl.h -FILE: ../../../third_party/skia/modules/skcms/src/skcms_internals.h -FILE: ../../../third_party/skia/modules/skcms/src/skcms_public.h -FILE: ../../../third_party/skia/modules/skottie/include/SkottieProperty.h -FILE: ../../../third_party/skia/modules/skottie/src/SkottieJson.cpp -FILE: ../../../third_party/skia/modules/skottie/src/SkottieJson.h -FILE: ../../../third_party/skia/modules/skottie/src/SkottiePriv.h -FILE: ../../../third_party/skia/modules/skottie/src/SkottieProperty.cpp -FILE: ../../../third_party/skia/modules/skottie/src/SkottieTest.cpp -FILE: ../../../third_party/skia/modules/skottie/src/SkottieTool.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/PrecompLayer.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/TextLayer.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/ShapeLayer.cpp -FILE: ../../../third_party/skia/modules/skottie/utils/SkottieUtils.cpp -FILE: ../../../third_party/skia/modules/skottie/utils/SkottieUtils.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGClipEffect.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGColorFilter.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGGradient.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGImage.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGMaskEffect.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGOpacityEffect.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGPlane.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGScene.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGText.h -FILE: ../../../third_party/skia/modules/sksg/src/SkSGClipEffect.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGColorFilter.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGGradient.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGImage.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGMaskEffect.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGOpacityEffect.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGPlane.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGScene.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGText.cpp -FILE: ../../../third_party/skia/modules/skshaper/src/SkShaper.cpp -FILE: ../../../third_party/skia/src/android/SkAnimatedImage.cpp -FILE: ../../../third_party/skia/src/base/SkTDArray.cpp -FILE: ../../../third_party/skia/src/codec/SkEncodedInfo.cpp -FILE: ../../../third_party/skia/src/codec/SkParseEncodedOrigin.cpp -FILE: ../../../third_party/skia/src/codec/SkWuffsCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkWuffsCodec.h -FILE: ../../../third_party/skia/src/core/SkCanvasPriv.cpp -FILE: ../../../third_party/skia/src/core/SkColorSpaceXformSteps.cpp -FILE: ../../../third_party/skia/src/core/SkColorSpaceXformSteps.h -FILE: ../../../third_party/skia/src/core/SkContourMeasure.cpp -FILE: ../../../third_party/skia/src/core/SkCubicMap.cpp -FILE: ../../../third_party/skia/src/core/SkDraw_text.cpp -FILE: ../../../third_party/skia/src/core/SkFontPriv.h -FILE: ../../../third_party/skia/src/core/SkIPoint16.h -FILE: ../../../third_party/skia/src/core/SkMaskFilterBase.h -FILE: ../../../third_party/skia/src/core/SkPath_serial.cpp -FILE: ../../../third_party/skia/src/core/SkPicturePriv.h -FILE: ../../../third_party/skia/src/core/SkRRectPriv.h -FILE: ../../../third_party/skia/src/core/SkRectPriv.h -FILE: ../../../third_party/skia/src/core/SkSafeRange.h -FILE: ../../../third_party/skia/src/core/SkStrikeCache.cpp -FILE: ../../../third_party/skia/src/core/SkTextBlobPriv.h -FILE: ../../../third_party/skia/src/core/SkTypeface_remote.h -FILE: ../../../third_party/skia/src/effects/SkShaderMaskFilterImpl.cpp -FILE: ../../../third_party/skia/src/effects/SkTrimPE.h -FILE: ../../../third_party/skia/src/effects/SkTrimPathEffect.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrContextThreadSafeProxyPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDDLContext.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDirectContext.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDriverBugWorkarounds.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrFPArgs.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProxyProvider.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProxyProvider.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrResourceProviderPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceCharacterization.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrSkSLFP.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrSkSLFP.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrYUVtoRGBEffect.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrYUVtoRGBEffect.h -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrQuad.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gradients/GrGradientBitmapCache.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gradients/GrGradientBitmapCache.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gradients/GrGradientShader.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gradients/GrGradientShader.h -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_GaneshBase.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_GaneshBase.h -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_GaneshYUVA.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_GaneshYUVA.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlAttachment.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlAttachment.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlBuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlBuffer.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlCppUtil.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlDepthStencil.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlOpsRenderPass.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlOpsRenderPass.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineState.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineState.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlResourceProvider.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlResourceProvider.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlSampler.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlSampler.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlUniformHandler.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlUniformHandler.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlVaryingHandler.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlVaryingHandler.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DrawableOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DrawableOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/FillRRectOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/FillRRectOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/FillRectOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/FillRectOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/QuadPerEdgeAA.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/QuadPerEdgeAA.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/StrokeRectOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/StrokeRectOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrAtlasManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrAtlasManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkCommandPool.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkCommandPool.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkImageLayout.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkTypesPriv.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkTypesPriv.h -FILE: ../../../third_party/skia/src/gpu/vk/VulkanAMDMemoryAllocator.cpp -FILE: ../../../third_party/skia/src/gpu/vk/VulkanAMDMemoryAllocator.h -FILE: ../../../third_party/skia/src/gpu/vk/vulkanmemoryallocator/VulkanMemoryAllocatorWrapper.cpp -FILE: ../../../third_party/skia/src/gpu/vk/vulkanmemoryallocator/VulkanMemoryAllocatorWrapper.h -FILE: ../../../third_party/skia/src/image/SkImage_Lazy.h -FILE: ../../../third_party/skia/src/opts/SkBitmapProcState_opts.h -FILE: ../../../third_party/skia/src/opts/SkOpts_hsw.cpp -FILE: ../../../third_party/skia/src/opts/SkRasterPipeline_opts.h -FILE: ../../../third_party/skia/src/pathops/SkPathOpsAsWinding.cpp -FILE: ../../../third_party/skia/src/pathops/SkPathOpsTCurve.h -FILE: ../../../third_party/skia/src/pdf/SkClusterator.cpp -FILE: ../../../third_party/skia/src/pdf/SkClusterator.h -FILE: ../../../third_party/skia/src/pdf/SkPDFTag.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFTag.h -FILE: ../../../third_party/skia/src/ports/SkFontMgr_fuchsia.cpp -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLVariableReference.cpp -FILE: ../../../third_party/skia/src/text/gpu/SDFMaskFilter.cpp -FILE: ../../../third_party/skia/src/text/gpu/SkChromeRemoteGlyphCache.cpp -FILE: ../../../third_party/skia/src/utils/SkAnimCodecPlayer.cpp -FILE: ../../../third_party/skia/src/utils/SkCallableTraits.h -FILE: ../../../third_party/skia/src/utils/SkJSON.cpp -FILE: ../../../third_party/skia/src/utils/SkJSON.h -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: ../../../flutter/third_party/skia/fuzz/FuzzCommon.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzPathMeasure.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzRegionOp.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzImageFilterDeserialize.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzPathDeserialize.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzRegionDeserialize.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzRegionSetPath.cpp +FILE: ../../../flutter/third_party/skia/gm/analytic_gradients.cpp +FILE: ../../../flutter/third_party/skia/gm/androidblendmodes.cpp +FILE: ../../../flutter/third_party/skia/gm/b_119394958.cpp +FILE: ../../../flutter/third_party/skia/gm/clockwise.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_847759.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_884166.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_887103.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_892988.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_899512.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_905548.cpp +FILE: ../../../flutter/third_party/skia/gm/daa.cpp +FILE: ../../../flutter/third_party/skia/gm/drawimageset.cpp +FILE: ../../../flutter/third_party/skia/gm/drawquadset.cpp +FILE: ../../../flutter/third_party/skia/gm/fontregen.cpp +FILE: ../../../flutter/third_party/skia/gm/fwidth_squircle.cpp +FILE: ../../../flutter/third_party/skia/gm/gradients_degenerate.cpp +FILE: ../../../flutter/third_party/skia/gm/hugepath.cpp +FILE: ../../../flutter/third_party/skia/gm/localmatrixshader.cpp +FILE: ../../../flutter/third_party/skia/gm/make_raster_image.cpp +FILE: ../../../flutter/third_party/skia/gm/mandoline.cpp +FILE: ../../../flutter/third_party/skia/gm/orientation.cpp +FILE: ../../../flutter/third_party/skia/gm/p3.cpp +FILE: ../../../flutter/third_party/skia/gm/pathmeasure.cpp +FILE: ../../../flutter/third_party/skia/gm/perspimages.cpp +FILE: ../../../flutter/third_party/skia/gm/polygonoffset.cpp +FILE: ../../../flutter/third_party/skia/gm/scaledemoji.cpp +FILE: ../../../flutter/third_party/skia/gm/scaledemoji_rendering.cpp +FILE: ../../../flutter/third_party/skia/gm/shadermaskfilter.cpp +FILE: ../../../flutter/third_party/skia/gm/sharedcorners.cpp +FILE: ../../../flutter/third_party/skia/gm/trickycubicstrokes.cpp +FILE: ../../../flutter/third_party/skia/gm/unpremul.cpp +FILE: ../../../flutter/third_party/skia/gm/wacky_yuv_formats.cpp +FILE: ../../../flutter/third_party/skia/include/android/SkAnimatedImage.h +FILE: ../../../flutter/third_party/skia/include/core/SkCanvasVirtualEnforcer.h +FILE: ../../../flutter/third_party/skia/include/core/SkContourMeasure.h +FILE: ../../../flutter/third_party/skia/include/core/SkCoverageMode.h +FILE: ../../../flutter/third_party/skia/include/core/SkCubicMap.h +FILE: ../../../flutter/third_party/skia/include/core/SkFontMetrics.h +FILE: ../../../flutter/third_party/skia/include/core/SkFontParameters.h +FILE: ../../../flutter/third_party/skia/include/core/SkFontTypes.h +FILE: ../../../flutter/third_party/skia/include/core/SkSpan.h +FILE: ../../../flutter/third_party/skia/include/effects/SkShaderMaskFilter.h +FILE: ../../../flutter/third_party/skia/include/effects/SkTrimPathEffect.h +FILE: ../../../flutter/third_party/skia/include/gpu/GrBackendDrawableInfo.h +FILE: ../../../flutter/third_party/skia/include/gpu/GrDriverBugWorkarounds.h +FILE: ../../../flutter/third_party/skia/include/gpu/vk/GrVkMemoryAllocator.h +FILE: ../../../flutter/third_party/skia/include/ports/SkFontMgr_fuchsia.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkMacros.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkSafe32.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkSpan_impl.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkTo.h +FILE: ../../../flutter/third_party/skia/include/private/gpu/vk/SkiaVulkan.h +FILE: ../../../flutter/third_party/skia/include/utils/SkAnimCodecPlayer.h +FILE: ../../../flutter/third_party/skia/include/utils/SkTextUtils.h +FILE: ../../../flutter/third_party/skia/modules/skcms/skcms.cc +FILE: ../../../flutter/third_party/skia/modules/skcms/src/Transform_inl.h +FILE: ../../../flutter/third_party/skia/modules/skcms/src/skcms_internals.h +FILE: ../../../flutter/third_party/skia/modules/skcms/src/skcms_public.h +FILE: ../../../flutter/third_party/skia/modules/skottie/include/SkottieProperty.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/SkottieJson.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/SkottieJson.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/SkottiePriv.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/SkottieProperty.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/SkottieTest.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/SkottieTool.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/PrecompLayer.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/TextLayer.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/ShapeLayer.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/utils/SkottieUtils.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/utils/SkottieUtils.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGClipEffect.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGColorFilter.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGGradient.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGImage.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGMaskEffect.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGOpacityEffect.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGPlane.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGScene.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGText.h +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGClipEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGColorFilter.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGGradient.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGImage.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGMaskEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGOpacityEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGPlane.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGScene.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGText.cpp +FILE: ../../../flutter/third_party/skia/modules/skshaper/src/SkShaper.cpp +FILE: ../../../flutter/third_party/skia/src/android/SkAnimatedImage.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkTDArray.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkEncodedInfo.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkParseEncodedOrigin.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkWuffsCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkWuffsCodec.h +FILE: ../../../flutter/third_party/skia/src/core/SkCanvasPriv.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkColorSpaceXformSteps.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkColorSpaceXformSteps.h +FILE: ../../../flutter/third_party/skia/src/core/SkContourMeasure.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkCubicMap.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDraw_text.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkFontPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkIPoint16.h +FILE: ../../../flutter/third_party/skia/src/core/SkMaskFilterBase.h +FILE: ../../../flutter/third_party/skia/src/core/SkPath_serial.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPicturePriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkRRectPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkRectPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkSafeRange.h +FILE: ../../../flutter/third_party/skia/src/core/SkStrikeCache.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkTextBlobPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkTypeface_remote.h +FILE: ../../../flutter/third_party/skia/src/effects/SkShaderMaskFilterImpl.cpp +FILE: ../../../flutter/third_party/skia/src/effects/SkTrimPE.h +FILE: ../../../flutter/third_party/skia/src/effects/SkTrimPathEffect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrContextThreadSafeProxyPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDDLContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDirectContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDriverBugWorkarounds.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFPArgs.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProxyProvider.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProxyProvider.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrResourceProviderPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurfaceCharacterization.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrSkSLFP.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrSkSLFP.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrYUVtoRGBEffect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrYUVtoRGBEffect.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrQuad.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gradients/GrGradientBitmapCache.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gradients/GrGradientBitmapCache.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gradients/GrGradientShader.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gradients/GrGradientShader.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_GaneshBase.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_GaneshBase.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_GaneshYUVA.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_GaneshYUVA.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlAttachment.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlAttachment.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlBuffer.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlCppUtil.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlDepthStencil.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlOpsRenderPass.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlOpsRenderPass.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineState.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineState.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlResourceProvider.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlResourceProvider.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlSampler.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlSampler.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTextureRenderTarget.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlUniformHandler.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlUniformHandler.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlVaryingHandler.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlVaryingHandler.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawableOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawableOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/FillRRectOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/FillRRectOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/FillRectOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/FillRectOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/QuadPerEdgeAA.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/QuadPerEdgeAA.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/StrokeRectOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/StrokeRectOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/text/GrAtlasManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/text/GrAtlasManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkCommandPool.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkCommandPool.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkImageLayout.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSamplerYcbcrConversion.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkTypesPriv.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkTypesPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/vk/VulkanAMDMemoryAllocator.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/vk/VulkanAMDMemoryAllocator.h +FILE: ../../../flutter/third_party/skia/src/gpu/vk/vulkanmemoryallocator/VulkanMemoryAllocatorWrapper.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/vk/vulkanmemoryallocator/VulkanMemoryAllocatorWrapper.h +FILE: ../../../flutter/third_party/skia/src/image/SkImage_Lazy.h +FILE: ../../../flutter/third_party/skia/src/opts/SkBitmapProcState_opts.h +FILE: ../../../flutter/third_party/skia/src/opts/SkOpts_hsw.cpp +FILE: ../../../flutter/third_party/skia/src/opts/SkRasterPipeline_opts.h +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsAsWinding.cpp +FILE: ../../../flutter/third_party/skia/src/pathops/SkPathOpsTCurve.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkClusterator.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkClusterator.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFTag.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFTag.h +FILE: ../../../flutter/third_party/skia/src/ports/SkFontMgr_fuchsia.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLVariableReference.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/SDFMaskFilter.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/SkChromeRemoteGlyphCache.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkAnimCodecPlayer.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkCallableTraits.h +FILE: ../../../flutter/third_party/skia/src/utils/SkJSON.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkJSON.h +FILE: ../../../flutter/third_party/skia/src/utils/SkTextUtils.cpp +FILE: ../../../flutter/third_party/skia/src/utils/mac/SkUniqueCFRef.h +FILE: ../../../flutter/third_party/skia/src/utils/win/SkDWriteNTDDI_VERSION.h ---------------------------------------------------------------------------------------------------- Copyright 2018 Google Inc. @@ -5423,23 +5423,23 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/FuzzEncoders.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/FuzzPolyUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/canvaskit/canvaskit_bindings.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/pathkit/pathkit_wasm_bindings.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skcms/src/skcms_Transform.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkNoDestructor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkGlyph.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTypeface_remote.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzEncoders.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzPolyUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/canvaskit/canvaskit_bindings.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/pathkit/pathkit_wasm_bindings.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skcms/src/skcms_Transform.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkNoDestructor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkGlyph.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTypeface_remote.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/FuzzEncoders.cpp -FILE: ../../../third_party/skia/fuzz/FuzzPolyUtils.cpp -FILE: ../../../third_party/skia/modules/canvaskit/canvaskit_bindings.cpp -FILE: ../../../third_party/skia/modules/pathkit/pathkit_wasm_bindings.cpp -FILE: ../../../third_party/skia/modules/skcms/src/skcms_Transform.h -FILE: ../../../third_party/skia/src/base/SkNoDestructor.h -FILE: ../../../third_party/skia/src/core/SkGlyph.cpp -FILE: ../../../third_party/skia/src/core/SkTypeface_remote.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzEncoders.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzPolyUtils.cpp +FILE: ../../../flutter/third_party/skia/modules/canvaskit/canvaskit_bindings.cpp +FILE: ../../../flutter/third_party/skia/modules/pathkit/pathkit_wasm_bindings.cpp +FILE: ../../../flutter/third_party/skia/modules/skcms/src/skcms_Transform.h +FILE: ../../../flutter/third_party/skia/src/base/SkNoDestructor.h +FILE: ../../../flutter/third_party/skia/src/core/SkGlyph.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkTypeface_remote.cpp ---------------------------------------------------------------------------------------------------- Copyright 2018 Google LLC @@ -5474,23 +5474,23 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/include/docs/SkPDFDocument.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkUTF.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkUTF.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFGlyphUse.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFSubsetFont.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFUnion.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkUUID.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/docs/SkPDFDocument.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkUTF.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkUTF.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFGlyphUse.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFSubsetFont.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFSubsetFont.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFUnion.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkUUID.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/include/docs/SkPDFDocument.h -FILE: ../../../third_party/skia/src/base/SkUTF.cpp -FILE: ../../../third_party/skia/src/base/SkUTF.h -FILE: ../../../third_party/skia/src/pdf/SkPDFGlyphUse.h -FILE: ../../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp -FILE: ../../../third_party/skia/src/pdf/SkPDFSubsetFont.h -FILE: ../../../third_party/skia/src/pdf/SkPDFUnion.h -FILE: ../../../third_party/skia/src/pdf/SkUUID.h +FILE: ../../../flutter/third_party/skia/include/docs/SkPDFDocument.h +FILE: ../../../flutter/third_party/skia/src/base/SkUTF.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkUTF.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFGlyphUse.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFSubsetFont.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFSubsetFont.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFUnion.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkUUID.h ---------------------------------------------------------------------------------------------------- Copyright 2018 Google LLC. @@ -5525,47 +5525,47 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/FuzzCommon.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzAPIImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzAndroidCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzAnimatedImage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzDrawFunctions.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzGradients.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzImage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzIncrementalImage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzJPEGEncoder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzJSON.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzMockGPUCanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzNullCanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPNGEncoder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPathMeasure.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPathop.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPolyUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzRasterN32Canvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzTextBlobDeserialize.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzWEBPEncoder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/fuzz/FuzzSkottieJSON.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzCommon.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzAPIImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzAndroidCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzAnimatedImage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzDrawFunctions.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzGradients.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzImage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzIncrementalImage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzJPEGEncoder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzJSON.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzMockGPUCanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzNullCanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzPNGEncoder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzPathMeasure.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzPathop.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzPolyUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzRasterN32Canvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzTextBlobDeserialize.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzWEBPEncoder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/fuzz/FuzzSkottieJSON.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/FuzzCommon.h -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzAPIImageFilter.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzAndroidCodec.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzAnimatedImage.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzDrawFunctions.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzGradients.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzImage.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzIncrementalImage.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzJPEGEncoder.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzJSON.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzMockGPUCanvas.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzNullCanvas.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPNGEncoder.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPathMeasure.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPathop.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPolyUtils.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzRasterN32Canvas.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzTextBlobDeserialize.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzWEBPEncoder.cpp -FILE: ../../../third_party/skia/modules/skottie/fuzz/FuzzSkottieJSON.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzCommon.h +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzAPIImageFilter.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzAndroidCodec.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzAnimatedImage.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzDrawFunctions.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzGradients.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzImage.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzIncrementalImage.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzJPEGEncoder.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzJSON.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzMockGPUCanvas.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzNullCanvas.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzPNGEncoder.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzPathMeasure.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzPathop.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzPolyUtils.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzRasterN32Canvas.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzTextBlobDeserialize.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzWEBPEncoder.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/fuzz/FuzzSkottieJSON.cpp ---------------------------------------------------------------------------------------------------- Copyright 2018 Google, LLC @@ -5600,15 +5600,15 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/core/SkGlyphRunPainter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkGlyphRunPainter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/GlyphRun.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/GlyphRun.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkGlyphRunPainter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkGlyphRunPainter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/GlyphRun.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/GlyphRun.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/core/SkGlyphRunPainter.cpp -FILE: ../../../third_party/skia/src/core/SkGlyphRunPainter.h -FILE: ../../../third_party/skia/src/text/GlyphRun.cpp -FILE: ../../../third_party/skia/src/text/GlyphRun.h +FILE: ../../../flutter/third_party/skia/src/core/SkGlyphRunPainter.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkGlyphRunPainter.h +FILE: ../../../flutter/third_party/skia/src/text/GlyphRun.cpp +FILE: ../../../flutter/third_party/skia/src/text/GlyphRun.h ---------------------------------------------------------------------------------------------------- Copyright 2018 The Android Open Source Project @@ -5643,11 +5643,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/include/gpu/GrDriverBugWorkaroundsAutogen.h + ../../../LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkTraceEventPhase.h + ../../../LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrDriverBugWorkaroundsAutogen.h + ../../../LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkTraceEventPhase.h + ../../../LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/include/gpu/GrDriverBugWorkaroundsAutogen.h -FILE: ../../../third_party/skia/include/utils/SkTraceEventPhase.h +FILE: ../../../flutter/third_party/skia/include/gpu/GrDriverBugWorkaroundsAutogen.h +FILE: ../../../flutter/third_party/skia/include/utils/SkTraceEventPhase.h ---------------------------------------------------------------------------------------------------- Copyright 2018 The Chromium Authors. All rights reserved. @@ -5680,243 +5680,243 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/backdrop.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/backdrop_imagefilter_croprect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bug9331.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/clip_sierpinski_region.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/collapsepaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/compositor_quads.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_913349.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_938592.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_947055.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_996140.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/ducky_yuv_blend.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fiddle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/mac_aa_explorer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/mixercolorfilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/overdrawcanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/postercircle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/skbug_8664.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/skbug_8955.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/video_decoder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/yuv420_odd_dim.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/android/GrAHardwareBufferUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkTileMode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/GrContextThreadSafeProxy.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/GrRecordingContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkCFObject.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/chromium/GrVkSecondaryCBDrawContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrContext_Base.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrImageContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/include/TextShaper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/Composition.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/Composition.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/Layer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/Layer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/DropShadowEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/Effects.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/Effects.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/FillEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/GaussianBlurEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/GradientEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/HueSaturationEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/InvertEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/LevelsEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/LinearWipeEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/MotionBlurEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/MotionBlurEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/MotionTileEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/RadialWipeEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/ShiftChannelsEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/TintEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/TransformEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/TritoneEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/VenetianBlindsEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/FootageLayer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/NullLayer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/SolidLayer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/text/RangeSelector.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/text/RangeSelector.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/text/SkottieShaper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/text/TextAdapter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/text/TextAdapter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/text/TextAnimator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/text/TextAnimator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/text/TextShaper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/text/TextValue.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/text/TextValue.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGRenderEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGNodePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGRenderEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGTransformPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGText.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGText.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkVx.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkZip.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkScalingCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDescriptor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDraw_atlas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkEffectPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkEnumerate.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPathMakers.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkStrikeSpec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkYUVMath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkYUVMath.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrAHardwareBufferUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBaseContextPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrContextThreadSafeProxy.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrContext_Base.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrCpuBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDataUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDataUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDirectContextPriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrGpuBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrGpuBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrImageContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrImageContextPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRecordingContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRecordingContextPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSPIRVUniformHandler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSPIRVUniformHandler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSPIRVVaryingHandler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSPIRVVaryingHandler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlCommandBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlCommandBuffer.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlDepthStencil.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlSemaphore.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlSemaphore.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/OpsTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/OpsTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/surface/SkSurface_GaneshMtl.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSecondaryCBDrawContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLDefines.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLOutputStream.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/StrikeForGPU.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkCharToGlyphCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkCharToGlyphCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkClipStackUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkClipStackUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/win/SkObjBase.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/backdrop.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/backdrop_imagefilter_croprect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bug9331.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/clip_sierpinski_region.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/collapsepaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/compositor_quads.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_913349.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_938592.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_947055.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_996140.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/ducky_yuv_blend.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fiddle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/mac_aa_explorer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/mixercolorfilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/overdrawcanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/postercircle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/skbug_8664.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/skbug_8955.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/video_decoder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/yuv420_odd_dim.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/android/GrAHardwareBufferUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkTileMode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrContextThreadSafeProxy.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrRecordingContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkCFObject.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/chromium/GrVkSecondaryCBDrawContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/ganesh/GrContext_Base.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/ganesh/GrImageContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/include/TextShaper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/Composition.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/Composition.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/Layer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/Layer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/DropShadowEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/Effects.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/Effects.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/FillEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/GaussianBlurEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/GradientEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/HueSaturationEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/InvertEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/LevelsEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/LinearWipeEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/MotionBlurEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/MotionBlurEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/MotionTileEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/RadialWipeEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/ShiftChannelsEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/TintEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/TransformEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/TritoneEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/VenetianBlindsEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/FootageLayer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/NullLayer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/SolidLayer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/RangeSelector.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/RangeSelector.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/SkottieShaper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAdapter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAdapter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAnimator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAnimator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/TextShaper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/TextValue.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/TextValue.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGRenderEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGNodePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGRenderEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGTransformPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGText.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGText.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkVx.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkZip.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkScalingCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDescriptor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDraw_atlas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkEffectPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkEnumerate.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPathMakers.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStrikeSpec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkYUVMath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkYUVMath.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAHardwareBufferUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBaseContextPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrContextThreadSafeProxy.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrContext_Base.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCpuBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDataUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDataUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDirectContextPriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpuBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpuBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrImageContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrImageContextPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRecordingContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRecordingContextPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSPIRVUniformHandler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSPIRVUniformHandler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSPIRVVaryingHandler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSPIRVVaryingHandler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlCommandBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlCommandBuffer.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlDepthStencil.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlSemaphore.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlSemaphore.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/OpsTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/OpsTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/surface/SkSurface_GaneshMtl.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSecondaryCBDrawContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLDefines.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLOutputStream.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/StrikeForGPU.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkCharToGlyphCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkCharToGlyphCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkClipStackUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkClipStackUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkObjBase.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/gm/backdrop.cpp -FILE: ../../../third_party/skia/gm/backdrop_imagefilter_croprect.cpp -FILE: ../../../third_party/skia/gm/bug9331.cpp -FILE: ../../../third_party/skia/gm/clip_sierpinski_region.cpp -FILE: ../../../third_party/skia/gm/collapsepaths.cpp -FILE: ../../../third_party/skia/gm/compositor_quads.cpp -FILE: ../../../third_party/skia/gm/crbug_913349.cpp -FILE: ../../../third_party/skia/gm/crbug_938592.cpp -FILE: ../../../third_party/skia/gm/crbug_947055.cpp -FILE: ../../../third_party/skia/gm/crbug_996140.cpp -FILE: ../../../third_party/skia/gm/ducky_yuv_blend.cpp -FILE: ../../../third_party/skia/gm/fiddle.cpp -FILE: ../../../third_party/skia/gm/mac_aa_explorer.cpp -FILE: ../../../third_party/skia/gm/mixercolorfilter.cpp -FILE: ../../../third_party/skia/gm/overdrawcanvas.cpp -FILE: ../../../third_party/skia/gm/postercircle.cpp -FILE: ../../../third_party/skia/gm/skbug_8664.cpp -FILE: ../../../third_party/skia/gm/skbug_8955.cpp -FILE: ../../../third_party/skia/gm/video_decoder.cpp -FILE: ../../../third_party/skia/gm/yuv420_odd_dim.cpp -FILE: ../../../third_party/skia/include/android/GrAHardwareBufferUtils.h -FILE: ../../../third_party/skia/include/core/SkTileMode.h -FILE: ../../../third_party/skia/include/gpu/GrContextThreadSafeProxy.h -FILE: ../../../third_party/skia/include/gpu/GrRecordingContext.h -FILE: ../../../third_party/skia/include/ports/SkCFObject.h -FILE: ../../../third_party/skia/include/private/chromium/GrVkSecondaryCBDrawContext.h -FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrContext_Base.h -FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrImageContext.h -FILE: ../../../third_party/skia/modules/skottie/include/TextShaper.h -FILE: ../../../third_party/skia/modules/skottie/src/Composition.cpp -FILE: ../../../third_party/skia/modules/skottie/src/Composition.h -FILE: ../../../third_party/skia/modules/skottie/src/Layer.cpp -FILE: ../../../third_party/skia/modules/skottie/src/Layer.h -FILE: ../../../third_party/skia/modules/skottie/src/effects/DropShadowEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/Effects.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/Effects.h -FILE: ../../../third_party/skia/modules/skottie/src/effects/FillEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/GaussianBlurEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/GradientEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/HueSaturationEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/InvertEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/LevelsEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/LinearWipeEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/MotionBlurEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/MotionBlurEffect.h -FILE: ../../../third_party/skia/modules/skottie/src/effects/MotionTileEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/RadialWipeEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/ShiftChannelsEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/TintEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/TransformEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/TritoneEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/VenetianBlindsEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/FootageLayer.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/NullLayer.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/SolidLayer.cpp -FILE: ../../../third_party/skia/modules/skottie/src/text/RangeSelector.cpp -FILE: ../../../third_party/skia/modules/skottie/src/text/RangeSelector.h -FILE: ../../../third_party/skia/modules/skottie/src/text/SkottieShaper.h -FILE: ../../../third_party/skia/modules/skottie/src/text/TextAdapter.cpp -FILE: ../../../third_party/skia/modules/skottie/src/text/TextAdapter.h -FILE: ../../../third_party/skia/modules/skottie/src/text/TextAnimator.cpp -FILE: ../../../third_party/skia/modules/skottie/src/text/TextAnimator.h -FILE: ../../../third_party/skia/modules/skottie/src/text/TextShaper.cpp -FILE: ../../../third_party/skia/modules/skottie/src/text/TextValue.cpp -FILE: ../../../third_party/skia/modules/skottie/src/text/TextValue.h -FILE: ../../../third_party/skia/modules/sksg/include/SkSGRenderEffect.h -FILE: ../../../third_party/skia/modules/sksg/src/SkSGNodePriv.h -FILE: ../../../third_party/skia/modules/sksg/src/SkSGRenderEffect.cpp -FILE: ../../../third_party/skia/modules/sksg/src/SkSGTransformPriv.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGText.h -FILE: ../../../third_party/skia/modules/svg/src/SkSVGText.cpp -FILE: ../../../third_party/skia/src/base/SkVx.h -FILE: ../../../third_party/skia/src/base/SkZip.h -FILE: ../../../third_party/skia/src/codec/SkScalingCodec.h -FILE: ../../../third_party/skia/src/core/SkDescriptor.cpp -FILE: ../../../third_party/skia/src/core/SkDraw_atlas.cpp -FILE: ../../../third_party/skia/src/core/SkEffectPriv.h -FILE: ../../../third_party/skia/src/core/SkEnumerate.h -FILE: ../../../third_party/skia/src/core/SkPathMakers.h -FILE: ../../../third_party/skia/src/core/SkStrikeSpec.h -FILE: ../../../third_party/skia/src/core/SkYUVMath.cpp -FILE: ../../../third_party/skia/src/core/SkYUVMath.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrAHardwareBufferUtils.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBaseContextPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrContextThreadSafeProxy.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrContext_Base.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrCpuBuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDataUtils.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDataUtils.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDirectContextPriv.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrGpuBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrGpuBuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrImageContext.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrImageContextPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRecordingContext.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRecordingContextPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSPIRVUniformHandler.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSPIRVUniformHandler.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSPIRVVaryingHandler.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSPIRVVaryingHandler.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlCommandBuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlCommandBuffer.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlDepthStencil.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlSemaphore.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlSemaphore.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/OpsTask.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/OpsTask.h -FILE: ../../../third_party/skia/src/gpu/ganesh/surface/SkSurface_GaneshMtl.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSecondaryCBDrawContext.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLDefines.h -FILE: ../../../third_party/skia/src/sksl/SkSLOutputStream.cpp -FILE: ../../../third_party/skia/src/text/StrikeForGPU.h -FILE: ../../../third_party/skia/src/utils/SkCharToGlyphCache.cpp -FILE: ../../../third_party/skia/src/utils/SkCharToGlyphCache.h -FILE: ../../../third_party/skia/src/utils/SkClipStackUtils.cpp -FILE: ../../../third_party/skia/src/utils/SkClipStackUtils.h -FILE: ../../../third_party/skia/src/utils/win/SkObjBase.h +FILE: ../../../flutter/third_party/skia/gm/backdrop.cpp +FILE: ../../../flutter/third_party/skia/gm/backdrop_imagefilter_croprect.cpp +FILE: ../../../flutter/third_party/skia/gm/bug9331.cpp +FILE: ../../../flutter/third_party/skia/gm/clip_sierpinski_region.cpp +FILE: ../../../flutter/third_party/skia/gm/collapsepaths.cpp +FILE: ../../../flutter/third_party/skia/gm/compositor_quads.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_913349.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_938592.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_947055.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_996140.cpp +FILE: ../../../flutter/third_party/skia/gm/ducky_yuv_blend.cpp +FILE: ../../../flutter/third_party/skia/gm/fiddle.cpp +FILE: ../../../flutter/third_party/skia/gm/mac_aa_explorer.cpp +FILE: ../../../flutter/third_party/skia/gm/mixercolorfilter.cpp +FILE: ../../../flutter/third_party/skia/gm/overdrawcanvas.cpp +FILE: ../../../flutter/third_party/skia/gm/postercircle.cpp +FILE: ../../../flutter/third_party/skia/gm/skbug_8664.cpp +FILE: ../../../flutter/third_party/skia/gm/skbug_8955.cpp +FILE: ../../../flutter/third_party/skia/gm/video_decoder.cpp +FILE: ../../../flutter/third_party/skia/gm/yuv420_odd_dim.cpp +FILE: ../../../flutter/third_party/skia/include/android/GrAHardwareBufferUtils.h +FILE: ../../../flutter/third_party/skia/include/core/SkTileMode.h +FILE: ../../../flutter/third_party/skia/include/gpu/GrContextThreadSafeProxy.h +FILE: ../../../flutter/third_party/skia/include/gpu/GrRecordingContext.h +FILE: ../../../flutter/third_party/skia/include/ports/SkCFObject.h +FILE: ../../../flutter/third_party/skia/include/private/chromium/GrVkSecondaryCBDrawContext.h +FILE: ../../../flutter/third_party/skia/include/private/gpu/ganesh/GrContext_Base.h +FILE: ../../../flutter/third_party/skia/include/private/gpu/ganesh/GrImageContext.h +FILE: ../../../flutter/third_party/skia/modules/skottie/include/TextShaper.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/Composition.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/Composition.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/Layer.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/Layer.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/DropShadowEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/Effects.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/Effects.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/FillEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/GaussianBlurEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/GradientEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/HueSaturationEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/InvertEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/LevelsEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/LinearWipeEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/MotionBlurEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/MotionBlurEffect.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/MotionTileEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/RadialWipeEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/ShiftChannelsEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/TintEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/TransformEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/TritoneEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/VenetianBlindsEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/FootageLayer.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/NullLayer.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/SolidLayer.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/RangeSelector.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/RangeSelector.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/SkottieShaper.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAdapter.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAdapter.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAnimator.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/TextAnimator.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/TextShaper.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/TextValue.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/TextValue.h +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGRenderEffect.h +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGNodePriv.h +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGRenderEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGTransformPriv.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGText.h +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGText.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkVx.h +FILE: ../../../flutter/third_party/skia/src/base/SkZip.h +FILE: ../../../flutter/third_party/skia/src/codec/SkScalingCodec.h +FILE: ../../../flutter/third_party/skia/src/core/SkDescriptor.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDraw_atlas.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkEffectPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkEnumerate.h +FILE: ../../../flutter/third_party/skia/src/core/SkPathMakers.h +FILE: ../../../flutter/third_party/skia/src/core/SkStrikeSpec.h +FILE: ../../../flutter/third_party/skia/src/core/SkYUVMath.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkYUVMath.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrAHardwareBufferUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBaseContextPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrContextThreadSafeProxy.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrContext_Base.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCpuBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDataUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDataUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDirectContextPriv.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpuBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrGpuBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrImageContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrImageContextPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRecordingContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRecordingContextPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSPIRVUniformHandler.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSPIRVUniformHandler.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSPIRVVaryingHandler.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSPIRVVaryingHandler.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlCommandBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlCommandBuffer.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlDepthStencil.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlSemaphore.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlSemaphore.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/OpsTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/OpsTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/surface/SkSurface_GaneshMtl.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkSecondaryCBDrawContext.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLDefines.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLOutputStream.cpp +FILE: ../../../flutter/third_party/skia/src/text/StrikeForGPU.h +FILE: ../../../flutter/third_party/skia/src/utils/SkCharToGlyphCache.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkCharToGlyphCache.h +FILE: ../../../flutter/third_party/skia/src/utils/SkClipStackUtils.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkClipStackUtils.h +FILE: ../../../flutter/third_party/skia/src/utils/win/SkObjBase.h ---------------------------------------------------------------------------------------------------- Copyright 2019 Google Inc. @@ -5951,125 +5951,125 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/asyncrescaleandread.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_908646.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_946965.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/patharcto.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/runtimecolorfilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/runtimefunctions.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/runtimeintrinsics.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/runtimeshader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/skbug_9319.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkImageFilters.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkRuntimeEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/gl/GrGLAssembleHelpers.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkThreadAnnotations.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/canvaskit/WasmCommon.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/canvaskit/debugger_bindings.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/canvaskit/paragraph_bindings.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/canvaskit/skottie_bindings.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skresources/include/SkResources.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skresources/src/SkResources.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkImageFilterTypes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkImageFilterTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkImageFilter_Base.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRuntimeBlender.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRuntimeEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/AsyncReadTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/Swizzle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrClientMappedBufferManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrClientMappedBufferManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrCopyRenderTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrCopyRenderTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrImageInfo.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrPersistentCacheUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProgramInfo.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrProgramInfo.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRenderTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRenderTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceProxyView.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTextureResolveManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTextureResolveRenderTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTextureResolveRenderTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTransferFromRenderTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrTransferFromRenderTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrUtil.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrWaitRenderTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrWaitRenderTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrQuadBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrQuadUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrQuadUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAssembleGLESInterfaceAutogen.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAssembleGLInterfaceAutogen.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAssembleHelpers.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAssembleWebGLInterfaceAutogen.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTypesPriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTypesPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkSpecialImage_Ganesh.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockCaps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockTypes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkShaderUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkShaderUtils.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/asyncrescaleandread.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_908646.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_946965.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/patharcto.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/runtimecolorfilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/runtimefunctions.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/runtimeintrinsics.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/runtimeshader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/skbug_9319.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkImageFilters.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkRuntimeEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/GrGLAssembleHelpers.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkThreadAnnotations.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/canvaskit/WasmCommon.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/canvaskit/debugger_bindings.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/canvaskit/paragraph_bindings.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/canvaskit/skottie_bindings.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skresources/include/SkResources.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skresources/src/SkResources.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkImageFilterTypes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkImageFilterTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkImageFilter_Base.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRuntimeBlender.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRuntimeEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/AsyncReadTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/Swizzle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrClientMappedBufferManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrClientMappedBufferManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCopyRenderTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCopyRenderTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrImageInfo.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPersistentCacheUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProgramInfo.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProgramInfo.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurfaceProxyView.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureResolveManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureResolveRenderTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureResolveRenderTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTransferFromRenderTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTransferFromRenderTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrUtil.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrWaitRenderTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrWaitRenderTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrQuadBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrQuadUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrQuadUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAssembleGLESInterfaceAutogen.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAssembleGLInterfaceAutogen.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAssembleHelpers.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAssembleWebGLInterfaceAutogen.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLTypesPriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLTypesPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkSpecialImage_Ganesh.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockCaps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockTypes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkShaderUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkShaderUtils.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/gm/asyncrescaleandread.cpp -FILE: ../../../third_party/skia/gm/crbug_908646.cpp -FILE: ../../../third_party/skia/gm/crbug_946965.cpp -FILE: ../../../third_party/skia/gm/patharcto.cpp -FILE: ../../../third_party/skia/gm/runtimecolorfilter.cpp -FILE: ../../../third_party/skia/gm/runtimefunctions.cpp -FILE: ../../../third_party/skia/gm/runtimeintrinsics.cpp -FILE: ../../../third_party/skia/gm/runtimeshader.cpp -FILE: ../../../third_party/skia/gm/skbug_9319.cpp -FILE: ../../../third_party/skia/include/effects/SkImageFilters.h -FILE: ../../../third_party/skia/include/effects/SkRuntimeEffect.h -FILE: ../../../third_party/skia/include/gpu/gl/GrGLAssembleHelpers.h -FILE: ../../../third_party/skia/include/private/base/SkThreadAnnotations.h -FILE: ../../../third_party/skia/modules/canvaskit/WasmCommon.h -FILE: ../../../third_party/skia/modules/canvaskit/debugger_bindings.cpp -FILE: ../../../third_party/skia/modules/canvaskit/paragraph_bindings.cpp -FILE: ../../../third_party/skia/modules/canvaskit/skottie_bindings.cpp -FILE: ../../../third_party/skia/modules/skresources/include/SkResources.h -FILE: ../../../third_party/skia/modules/skresources/src/SkResources.cpp -FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.cpp -FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.h -FILE: ../../../third_party/skia/src/core/SkImageFilter_Base.h -FILE: ../../../third_party/skia/src/core/SkRuntimeBlender.cpp -FILE: ../../../third_party/skia/src/core/SkRuntimeEffect.cpp -FILE: ../../../third_party/skia/src/gpu/AsyncReadTypes.h -FILE: ../../../third_party/skia/src/gpu/Swizzle.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrClientMappedBufferManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrClientMappedBufferManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrCopyRenderTask.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrCopyRenderTask.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrImageInfo.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrPersistentCacheUtils.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProgramInfo.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrProgramInfo.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRenderTask.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRenderTask.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceProxyView.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTextureResolveManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTextureResolveRenderTask.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTextureResolveRenderTask.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTransferFromRenderTask.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrTransferFromRenderTask.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrUtil.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrWaitRenderTask.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrWaitRenderTask.h -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrQuadBuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrQuadUtils.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrQuadUtils.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAssembleGLESInterfaceAutogen.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAssembleGLInterfaceAutogen.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAssembleHelpers.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAssembleWebGLInterfaceAutogen.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTypesPriv.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTypesPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkSpecialImage_Ganesh.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockCaps.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockTypes.cpp -FILE: ../../../third_party/skia/src/utils/SkShaderUtils.cpp -FILE: ../../../third_party/skia/src/utils/SkShaderUtils.h +FILE: ../../../flutter/third_party/skia/gm/asyncrescaleandread.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_908646.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_946965.cpp +FILE: ../../../flutter/third_party/skia/gm/patharcto.cpp +FILE: ../../../flutter/third_party/skia/gm/runtimecolorfilter.cpp +FILE: ../../../flutter/third_party/skia/gm/runtimefunctions.cpp +FILE: ../../../flutter/third_party/skia/gm/runtimeintrinsics.cpp +FILE: ../../../flutter/third_party/skia/gm/runtimeshader.cpp +FILE: ../../../flutter/third_party/skia/gm/skbug_9319.cpp +FILE: ../../../flutter/third_party/skia/include/effects/SkImageFilters.h +FILE: ../../../flutter/third_party/skia/include/effects/SkRuntimeEffect.h +FILE: ../../../flutter/third_party/skia/include/gpu/gl/GrGLAssembleHelpers.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkThreadAnnotations.h +FILE: ../../../flutter/third_party/skia/modules/canvaskit/WasmCommon.h +FILE: ../../../flutter/third_party/skia/modules/canvaskit/debugger_bindings.cpp +FILE: ../../../flutter/third_party/skia/modules/canvaskit/paragraph_bindings.cpp +FILE: ../../../flutter/third_party/skia/modules/canvaskit/skottie_bindings.cpp +FILE: ../../../flutter/third_party/skia/modules/skresources/include/SkResources.h +FILE: ../../../flutter/third_party/skia/modules/skresources/src/SkResources.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkImageFilterTypes.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkImageFilterTypes.h +FILE: ../../../flutter/third_party/skia/src/core/SkImageFilter_Base.h +FILE: ../../../flutter/third_party/skia/src/core/SkRuntimeBlender.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRuntimeEffect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/AsyncReadTypes.h +FILE: ../../../flutter/third_party/skia/src/gpu/Swizzle.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrClientMappedBufferManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrClientMappedBufferManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCopyRenderTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCopyRenderTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrImageInfo.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPersistentCacheUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProgramInfo.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrProgramInfo.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurfaceProxyView.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureResolveManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureResolveRenderTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTextureResolveRenderTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTransferFromRenderTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrTransferFromRenderTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrUtil.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrWaitRenderTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrWaitRenderTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrQuadBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrQuadUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrQuadUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAssembleGLESInterfaceAutogen.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAssembleGLInterfaceAutogen.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAssembleHelpers.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLAssembleWebGLInterfaceAutogen.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLTypesPriv.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLTypesPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkSpecialImage_Ganesh.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockCaps.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockTypes.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkShaderUtils.cpp +FILE: ../../../flutter/third_party/skia/src/utils/SkShaderUtils.h ---------------------------------------------------------------------------------------------------- Copyright 2019 Google LLC @@ -6104,164 +6104,164 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/modules/skparagraph/include/DartTypes.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/include/FontArguments.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/include/FontCollection.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/include/Metrics.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/include/Paragraph.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/include/ParagraphBuilder.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/include/ParagraphCache.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/include/ParagraphPainter.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/include/ParagraphStyle.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/include/TextShadow.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/include/TextStyle.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/include/TypefaceFontProvider.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/slides/ParagraphSlide.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/FontArguments.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/FontCollection.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/Iterators.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/OneLineShaper.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/OneLineShaper.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/ParagraphBuilderImpl.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/ParagraphBuilderImpl.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/ParagraphCache.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/ParagraphImpl.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/ParagraphImpl.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/ParagraphPainterImpl.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/ParagraphPainterImpl.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/ParagraphStyle.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/Run.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/Run.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/TextLine.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/TextLine.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/TextShadow.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/TextStyle.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/TextWrapper.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/TextWrapper.h -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/TypefaceFontProvider.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/utils/TestFontCollection.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/utils/TestFontCollection.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/include/DartTypes.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/include/FontArguments.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/include/FontCollection.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/include/Metrics.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/include/Paragraph.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/include/ParagraphBuilder.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/include/ParagraphCache.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/include/ParagraphPainter.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/include/ParagraphStyle.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/include/TextShadow.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/include/TextStyle.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/include/TypefaceFontProvider.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/slides/ParagraphSlide.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/FontArguments.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/FontCollection.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/Iterators.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/OneLineShaper.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/OneLineShaper.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphBuilderImpl.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphBuilderImpl.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphCache.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphImpl.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphImpl.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphPainterImpl.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphPainterImpl.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphStyle.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/Run.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/Run.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/TextLine.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/TextLine.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/TextShadow.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/TextStyle.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/TextWrapper.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/TextWrapper.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/TypefaceFontProvider.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/utils/TestFontCollection.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/utils/TestFontCollection.h TYPE: LicenseType.unknown -FILE: ../../../third_party/skia/modules/skparagraph/include/DartTypes.h -FILE: ../../../third_party/skia/modules/skparagraph/include/FontArguments.h -FILE: ../../../third_party/skia/modules/skparagraph/include/FontCollection.h -FILE: ../../../third_party/skia/modules/skparagraph/include/Metrics.h -FILE: ../../../third_party/skia/modules/skparagraph/include/Paragraph.h -FILE: ../../../third_party/skia/modules/skparagraph/include/ParagraphBuilder.h -FILE: ../../../third_party/skia/modules/skparagraph/include/ParagraphCache.h -FILE: ../../../third_party/skia/modules/skparagraph/include/ParagraphPainter.h -FILE: ../../../third_party/skia/modules/skparagraph/include/ParagraphStyle.h -FILE: ../../../third_party/skia/modules/skparagraph/include/TextShadow.h -FILE: ../../../third_party/skia/modules/skparagraph/include/TextStyle.h -FILE: ../../../third_party/skia/modules/skparagraph/include/TypefaceFontProvider.h -FILE: ../../../third_party/skia/modules/skparagraph/slides/ParagraphSlide.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/FontArguments.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/FontCollection.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/Iterators.h -FILE: ../../../third_party/skia/modules/skparagraph/src/OneLineShaper.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/OneLineShaper.h -FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphBuilderImpl.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphBuilderImpl.h -FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphCache.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphImpl.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphImpl.h -FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphPainterImpl.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphPainterImpl.h -FILE: ../../../third_party/skia/modules/skparagraph/src/ParagraphStyle.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/Run.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/Run.h -FILE: ../../../third_party/skia/modules/skparagraph/src/TextLine.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/TextLine.h -FILE: ../../../third_party/skia/modules/skparagraph/src/TextShadow.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/TextStyle.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/TextWrapper.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/TextWrapper.h -FILE: ../../../third_party/skia/modules/skparagraph/src/TypefaceFontProvider.cpp -FILE: ../../../third_party/skia/modules/skparagraph/utils/TestFontCollection.cpp -FILE: ../../../third_party/skia/modules/skparagraph/utils/TestFontCollection.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/include/DartTypes.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/include/FontArguments.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/include/FontCollection.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/include/Metrics.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/include/Paragraph.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/include/ParagraphBuilder.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/include/ParagraphCache.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/include/ParagraphPainter.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/include/ParagraphStyle.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/include/TextShadow.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/include/TextStyle.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/include/TypefaceFontProvider.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/slides/ParagraphSlide.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/FontArguments.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/FontCollection.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/Iterators.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/OneLineShaper.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/OneLineShaper.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphBuilderImpl.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphBuilderImpl.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphCache.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphImpl.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphImpl.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphPainterImpl.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphPainterImpl.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/ParagraphStyle.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/Run.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/Run.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/TextLine.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/TextLine.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/TextShadow.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/TextStyle.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/TextWrapper.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/TextWrapper.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/TypefaceFontProvider.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/utils/TestFontCollection.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/utils/TestFontCollection.h ---------------------------------------------------------------------------------------------------- Copyright 2019 Google LLC. ==================================================================================================== ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/crbug_918512.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fp_sample_chaining.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fpcoordinateoverride.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/inverseclip.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/labyrinth.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/manypathatlases.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/preservefillrule.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/swizzle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/tilemodes_alpha.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkPathTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skparagraph/bench/ParagraphBench.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skplaintexteditor/app/editor_application.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skplaintexteditor/include/editor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skplaintexteditor/include/stringslice.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skplaintexteditor/include/stringview.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skplaintexteditor/src/editor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skplaintexteditor/src/shape.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skplaintexteditor/src/shape.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skplaintexteditor/src/stringslice.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skplaintexteditor/src/word_boundaries.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skplaintexteditor/src/word_boundaries.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkContainers.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkMalloc.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPixelRefPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTextBlobTrace.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkTextBlobTrace.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasPathRenderer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasPathRenderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/PathInnerTriangulateOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/PathInnerTriangulateOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/TessellationPathRenderer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/TessellationPathRenderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrPathTessellationShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrPathTessellationShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFGraphicStackState.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFGraphicStackState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFType1Font.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/pdf/SkPDFType1Font.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_918512.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fp_sample_chaining.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fpcoordinateoverride.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/inverseclip.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/labyrinth.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/manypathatlases.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/preservefillrule.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/swizzle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/tilemodes_alpha.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPathTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/bench/ParagraphBench.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skplaintexteditor/app/editor_application.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skplaintexteditor/include/editor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skplaintexteditor/include/stringslice.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skplaintexteditor/include/stringview.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skplaintexteditor/src/editor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skplaintexteditor/src/shape.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skplaintexteditor/src/shape.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skplaintexteditor/src/stringslice.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skplaintexteditor/src/word_boundaries.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skplaintexteditor/src/word_boundaries.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkContainers.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkMalloc.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPixelRefPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTextBlobTrace.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkTextBlobTrace.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasPathRenderer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasPathRenderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/PathInnerTriangulateOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/PathInnerTriangulateOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/TessellationPathRenderer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/TessellationPathRenderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/GrPathTessellationShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/GrPathTessellationShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFGraphicStackState.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFGraphicStackState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFType1Font.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/pdf/SkPDFType1Font.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/gm/crbug_918512.cpp -FILE: ../../../third_party/skia/gm/fp_sample_chaining.cpp -FILE: ../../../third_party/skia/gm/fpcoordinateoverride.cpp -FILE: ../../../third_party/skia/gm/inverseclip.cpp -FILE: ../../../third_party/skia/gm/labyrinth.cpp -FILE: ../../../third_party/skia/gm/manypathatlases.cpp -FILE: ../../../third_party/skia/gm/preservefillrule.cpp -FILE: ../../../third_party/skia/gm/swizzle.cpp -FILE: ../../../third_party/skia/gm/tilemodes_alpha.cpp -FILE: ../../../third_party/skia/include/core/SkPathTypes.h -FILE: ../../../third_party/skia/modules/skparagraph/bench/ParagraphBench.cpp -FILE: ../../../third_party/skia/modules/skplaintexteditor/app/editor_application.cpp -FILE: ../../../third_party/skia/modules/skplaintexteditor/include/editor.h -FILE: ../../../third_party/skia/modules/skplaintexteditor/include/stringslice.h -FILE: ../../../third_party/skia/modules/skplaintexteditor/include/stringview.h -FILE: ../../../third_party/skia/modules/skplaintexteditor/src/editor.cpp -FILE: ../../../third_party/skia/modules/skplaintexteditor/src/shape.cpp -FILE: ../../../third_party/skia/modules/skplaintexteditor/src/shape.h -FILE: ../../../third_party/skia/modules/skplaintexteditor/src/stringslice.cpp -FILE: ../../../third_party/skia/modules/skplaintexteditor/src/word_boundaries.cpp -FILE: ../../../third_party/skia/modules/skplaintexteditor/src/word_boundaries.h -FILE: ../../../third_party/skia/src/base/SkContainers.cpp -FILE: ../../../third_party/skia/src/base/SkMalloc.cpp -FILE: ../../../third_party/skia/src/core/SkPixelRefPriv.h -FILE: ../../../third_party/skia/src/core/SkTextBlobTrace.cpp -FILE: ../../../third_party/skia/src/core/SkTextBlobTrace.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasPathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathInnerTriangulateOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathInnerTriangulateOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/TessellationPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/TessellationPathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrPathTessellationShader.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrPathTessellationShader.h -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: ../../../flutter/third_party/skia/gm/crbug_918512.cpp +FILE: ../../../flutter/third_party/skia/gm/fp_sample_chaining.cpp +FILE: ../../../flutter/third_party/skia/gm/fpcoordinateoverride.cpp +FILE: ../../../flutter/third_party/skia/gm/inverseclip.cpp +FILE: ../../../flutter/third_party/skia/gm/labyrinth.cpp +FILE: ../../../flutter/third_party/skia/gm/manypathatlases.cpp +FILE: ../../../flutter/third_party/skia/gm/preservefillrule.cpp +FILE: ../../../flutter/third_party/skia/gm/swizzle.cpp +FILE: ../../../flutter/third_party/skia/gm/tilemodes_alpha.cpp +FILE: ../../../flutter/third_party/skia/include/core/SkPathTypes.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/bench/ParagraphBench.cpp +FILE: ../../../flutter/third_party/skia/modules/skplaintexteditor/app/editor_application.cpp +FILE: ../../../flutter/third_party/skia/modules/skplaintexteditor/include/editor.h +FILE: ../../../flutter/third_party/skia/modules/skplaintexteditor/include/stringslice.h +FILE: ../../../flutter/third_party/skia/modules/skplaintexteditor/include/stringview.h +FILE: ../../../flutter/third_party/skia/modules/skplaintexteditor/src/editor.cpp +FILE: ../../../flutter/third_party/skia/modules/skplaintexteditor/src/shape.cpp +FILE: ../../../flutter/third_party/skia/modules/skplaintexteditor/src/shape.h +FILE: ../../../flutter/third_party/skia/modules/skplaintexteditor/src/stringslice.cpp +FILE: ../../../flutter/third_party/skia/modules/skplaintexteditor/src/word_boundaries.cpp +FILE: ../../../flutter/third_party/skia/modules/skplaintexteditor/src/word_boundaries.h +FILE: ../../../flutter/third_party/skia/src/base/SkContainers.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkMalloc.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkPixelRefPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkTextBlobTrace.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkTextBlobTrace.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasPathRenderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasPathRenderer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/PathInnerTriangulateOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/PathInnerTriangulateOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/TessellationPathRenderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/TessellationPathRenderer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/GrPathTessellationShader.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/GrPathTessellationShader.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFGraphicStackState.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFGraphicStackState.h +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFType1Font.cpp +FILE: ../../../flutter/third_party/skia/src/pdf/SkPDFType1Font.h ---------------------------------------------------------------------------------------------------- Copyright 2019 Google LLC. @@ -6296,17 +6296,17 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSKSL2GLSL.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSKSL2Metal.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSKSL2Pipeline.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSKSL2SPIRV.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkDescriptorDeserialize.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSKSL2GLSL.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSKSL2Metal.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSKSL2Pipeline.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSKSL2SPIRV.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSkDescriptorDeserialize.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSKSL2GLSL.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSKSL2Metal.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSKSL2Pipeline.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSKSL2SPIRV.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkDescriptorDeserialize.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSKSL2GLSL.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSKSL2Metal.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSKSL2Pipeline.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSKSL2SPIRV.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSkDescriptorDeserialize.cpp ---------------------------------------------------------------------------------------------------- Copyright 2019 Google, LLC @@ -6341,9 +6341,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/core/SkStrikeSpec.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkStrikeSpec.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/core/SkStrikeSpec.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkStrikeSpec.cpp ---------------------------------------------------------------------------------------------------- Copyright 2019 The Android Open Source Project @@ -6378,267 +6378,267 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/FuzzSkParagraph.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/3d.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bc1_transparency.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/bicubic.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/compressed_textures.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1073670.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1086705.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1113794.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/exoticformats.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/rsxtext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/skbug_9819.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/strokerect_anisotropic.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/widebuttcaps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkM44.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkSamplingOptions.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/GrDirectContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/mtl/GrMtlBackendContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkTPin.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/audioplayer/SkAudioPlayer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/audioplayer/SkAudioPlayer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/audioplayer/SkAudioPlayer_mac.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/audioplayer/SkAudioPlayer_none.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/audioplayer/SkAudioPlayer_oboe.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/audioplayer/SkAudioPlayer_sfml.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/include/ExternalLayer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/Adapter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/Camera.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/Camera.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/Path.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/Transform.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/Transform.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/animator/Animator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/animator/Animator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/animator/KeyframeAnimator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/animator/KeyframeAnimator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/animator/ScalarKeyframeAnimator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/animator/ShapeKeyframeAnimator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/animator/TextKeyframeAnimator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/animator/Vec2KeyframeAnimator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/animator/VectorKeyframeAnimator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/animator/VectorKeyframeAnimator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/BlackAndWhiteEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/BrightnessContrastEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/CornerPinEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/DisplacementMapEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/GlowStyles.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/ShadowStyles.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/AudioLayer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Ellipse.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/FillStroke.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Gradient.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/MergePaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/OffsetPaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Polystar.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/PuckerBloat.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Rectangle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Repeater.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/RoundCorners.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/ShapeLayer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/TrimPaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skparagraph/gm/simple_gm.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/include/SkSGGeometryEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/sksg/src/SkSGGeometryEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skshaper/src/SkShaper_coretext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFe.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFeBlend.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFeColorMatrix.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFeComposite.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFeDisplacementMap.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFeFlood.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFeGaussianBlur.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFeLighting.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFeMorphology.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFeOffset.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFeTurbulence.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFilterContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFe.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFeBlend.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFeColorMatrix.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFeComposite.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFeDisplacementMap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFeFlood.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFeGaussianBlur.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFeLighting.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFeMorphology.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFeOffset.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFeTurbulence.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFilterContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGTextPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/utils/SvgTool.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkColorFilterPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCompressedDataUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCompressedDataUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkM44.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMemset_opts_erms.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMipmapBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSamplingPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkVerticesPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDynamicAtlas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDynamicAtlas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrEagerVertexAllocator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrHashMapWithCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRecordingContextPriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrThreadSafeCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrThreadSafeCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrAATriangulator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrAATriangulator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockOpTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DrawAtlasPathOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DrawAtlasPathOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/SmallPathAtlasMgr.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/SmallPathAtlasMgr.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/SmallPathShapeData.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/SmallPathShapeData.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/tessellate/MiddleOutPolygonTriangulator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/tessellate/StrokeIterator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/tessellate/WangsFormula.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkScalerContext_mac_ct.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_mac_ct.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/SDFTControl.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/SDFTControl.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/mac/SkCGBase.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/mac/SkCGGeometry.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/mac/SkCTFont.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/mac/SkCTFont.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzSkParagraph.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/3d.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bc1_transparency.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bicubic.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/compressed_textures.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1073670.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1086705.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1113794.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/exoticformats.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/rsxtext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/skbug_9819.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/strokerect_anisotropic.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/widebuttcaps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkM44.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkSamplingOptions.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrDirectContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/mtl/GrMtlBackendContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkTPin.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/audioplayer/SkAudioPlayer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/audioplayer/SkAudioPlayer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/audioplayer/SkAudioPlayer_mac.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/audioplayer/SkAudioPlayer_none.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/audioplayer/SkAudioPlayer_oboe.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/audioplayer/SkAudioPlayer_sfml.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/include/ExternalLayer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/Adapter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/Camera.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/Camera.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/Path.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/Transform.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/Transform.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/animator/Animator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/animator/Animator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/animator/KeyframeAnimator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/animator/KeyframeAnimator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/animator/ScalarKeyframeAnimator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/animator/ShapeKeyframeAnimator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/animator/TextKeyframeAnimator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/animator/Vec2KeyframeAnimator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/animator/VectorKeyframeAnimator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/animator/VectorKeyframeAnimator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/BlackAndWhiteEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/BrightnessContrastEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/CornerPinEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/DisplacementMapEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/GlowStyles.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/ShadowStyles.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/AudioLayer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/Ellipse.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/FillStroke.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/Gradient.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/MergePaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/OffsetPaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/Polystar.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/PuckerBloat.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/Rectangle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/Repeater.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/RoundCorners.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/ShapeLayer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/TrimPaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/gm/simple_gm.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/include/SkSGGeometryEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/sksg/src/SkSGGeometryEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skshaper/src/SkShaper_coretext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFe.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeBlend.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeColorMatrix.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeComposite.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeDisplacementMap.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeFlood.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeGaussianBlur.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeLighting.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeMorphology.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeOffset.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeTurbulence.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFilterContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFe.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeBlend.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeColorMatrix.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeComposite.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeDisplacementMap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeFlood.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeGaussianBlur.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeLighting.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeMorphology.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeOffset.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeTurbulence.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFilterContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGTextPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/utils/SvgTool.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkColorFilterPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCompressedDataUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCompressedDataUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkM44.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMemset_opts_erms.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMipmapBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSamplingPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkVerticesPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDynamicAtlas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDynamicAtlas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrEagerVertexAllocator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrHashMapWithCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRecordingContextPriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrThreadSafeCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrThreadSafeCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrAATriangulator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrAATriangulator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockOpTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawAtlasPathOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawAtlasPathOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SmallPathAtlasMgr.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SmallPathAtlasMgr.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SmallPathShapeData.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SmallPathShapeData.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/MiddleOutPolygonTriangulator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/StrokeIterator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/WangsFormula.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkScalerContext_mac_ct.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkTypeface_mac_ct.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SDFTControl.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SDFTControl.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/mac/SkCGBase.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/mac/SkCGGeometry.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/mac/SkCTFont.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/mac/SkCTFont.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/FuzzSkParagraph.cpp -FILE: ../../../third_party/skia/gm/3d.cpp -FILE: ../../../third_party/skia/gm/bc1_transparency.cpp -FILE: ../../../third_party/skia/gm/bicubic.cpp -FILE: ../../../third_party/skia/gm/compressed_textures.cpp -FILE: ../../../third_party/skia/gm/crbug_1073670.cpp -FILE: ../../../third_party/skia/gm/crbug_1086705.cpp -FILE: ../../../third_party/skia/gm/crbug_1113794.cpp -FILE: ../../../third_party/skia/gm/exoticformats.cpp -FILE: ../../../third_party/skia/gm/rsxtext.cpp -FILE: ../../../third_party/skia/gm/skbug_9819.cpp -FILE: ../../../third_party/skia/gm/strokerect_anisotropic.cpp -FILE: ../../../third_party/skia/gm/widebuttcaps.cpp -FILE: ../../../third_party/skia/include/core/SkM44.h -FILE: ../../../third_party/skia/include/core/SkSamplingOptions.h -FILE: ../../../third_party/skia/include/gpu/GrDirectContext.h -FILE: ../../../third_party/skia/include/gpu/mtl/GrMtlBackendContext.h -FILE: ../../../third_party/skia/include/private/base/SkTPin.h -FILE: ../../../third_party/skia/modules/audioplayer/SkAudioPlayer.cpp -FILE: ../../../third_party/skia/modules/audioplayer/SkAudioPlayer.h -FILE: ../../../third_party/skia/modules/audioplayer/SkAudioPlayer_mac.mm -FILE: ../../../third_party/skia/modules/audioplayer/SkAudioPlayer_none.cpp -FILE: ../../../third_party/skia/modules/audioplayer/SkAudioPlayer_oboe.cpp -FILE: ../../../third_party/skia/modules/audioplayer/SkAudioPlayer_sfml.cpp -FILE: ../../../third_party/skia/modules/skottie/include/ExternalLayer.h -FILE: ../../../third_party/skia/modules/skottie/src/Adapter.h -FILE: ../../../third_party/skia/modules/skottie/src/Camera.cpp -FILE: ../../../third_party/skia/modules/skottie/src/Camera.h -FILE: ../../../third_party/skia/modules/skottie/src/Path.cpp -FILE: ../../../third_party/skia/modules/skottie/src/Transform.cpp -FILE: ../../../third_party/skia/modules/skottie/src/Transform.h -FILE: ../../../third_party/skia/modules/skottie/src/animator/Animator.cpp -FILE: ../../../third_party/skia/modules/skottie/src/animator/Animator.h -FILE: ../../../third_party/skia/modules/skottie/src/animator/KeyframeAnimator.cpp -FILE: ../../../third_party/skia/modules/skottie/src/animator/KeyframeAnimator.h -FILE: ../../../third_party/skia/modules/skottie/src/animator/ScalarKeyframeAnimator.cpp -FILE: ../../../third_party/skia/modules/skottie/src/animator/ShapeKeyframeAnimator.cpp -FILE: ../../../third_party/skia/modules/skottie/src/animator/TextKeyframeAnimator.cpp -FILE: ../../../third_party/skia/modules/skottie/src/animator/Vec2KeyframeAnimator.cpp -FILE: ../../../third_party/skia/modules/skottie/src/animator/VectorKeyframeAnimator.cpp -FILE: ../../../third_party/skia/modules/skottie/src/animator/VectorKeyframeAnimator.h -FILE: ../../../third_party/skia/modules/skottie/src/effects/BlackAndWhiteEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/BrightnessContrastEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/CornerPinEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/DisplacementMapEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/GlowStyles.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/ShadowStyles.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/AudioLayer.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Ellipse.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/FillStroke.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Gradient.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/MergePaths.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/OffsetPaths.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Polystar.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/PuckerBloat.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Rectangle.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Repeater.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/RoundCorners.cpp -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/ShapeLayer.h -FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/TrimPaths.cpp -FILE: ../../../third_party/skia/modules/skparagraph/gm/simple_gm.cpp -FILE: ../../../third_party/skia/modules/sksg/include/SkSGGeometryEffect.h -FILE: ../../../third_party/skia/modules/sksg/src/SkSGGeometryEffect.cpp -FILE: ../../../third_party/skia/modules/skshaper/src/SkShaper_coretext.cpp -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu.cpp -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFe.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeBlend.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeColorMatrix.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeComposite.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeDisplacementMap.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeFlood.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeGaussianBlur.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeLighting.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeMorphology.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeOffset.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeTurbulence.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFilter.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFilterContext.h -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFe.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFeBlend.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFeColorMatrix.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFeComposite.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFeDisplacementMap.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFeFlood.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFeGaussianBlur.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFeLighting.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFeMorphology.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFeOffset.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFeTurbulence.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFilter.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFilterContext.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGTextPriv.h -FILE: ../../../third_party/skia/modules/svg/utils/SvgTool.cpp -FILE: ../../../third_party/skia/src/core/SkColorFilterPriv.h -FILE: ../../../third_party/skia/src/core/SkCompressedDataUtils.cpp -FILE: ../../../third_party/skia/src/core/SkCompressedDataUtils.h -FILE: ../../../third_party/skia/src/core/SkM44.cpp -FILE: ../../../third_party/skia/src/core/SkMemset_opts_erms.cpp -FILE: ../../../third_party/skia/src/core/SkMipmapBuilder.h -FILE: ../../../third_party/skia/src/core/SkSamplingPriv.h -FILE: ../../../third_party/skia/src/core/SkVerticesPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDynamicAtlas.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDynamicAtlas.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrEagerVertexAllocator.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrHashMapWithCache.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRecordingContextPriv.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrThreadSafeCache.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrThreadSafeCache.h -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrAATriangulator.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrAATriangulator.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockOpTarget.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DrawAtlasPathOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DrawAtlasPathOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/SmallPathAtlasMgr.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/SmallPathAtlasMgr.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/SmallPathShapeData.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/SmallPathShapeData.h -FILE: ../../../third_party/skia/src/gpu/tessellate/MiddleOutPolygonTriangulator.h -FILE: ../../../third_party/skia/src/gpu/tessellate/StrokeIterator.h -FILE: ../../../third_party/skia/src/gpu/tessellate/WangsFormula.h -FILE: ../../../third_party/skia/src/ports/SkScalerContext_mac_ct.h -FILE: ../../../third_party/skia/src/ports/SkTypeface_mac_ct.h -FILE: ../../../third_party/skia/src/text/gpu/SDFTControl.cpp -FILE: ../../../third_party/skia/src/text/gpu/SDFTControl.h -FILE: ../../../third_party/skia/src/utils/mac/SkCGBase.h -FILE: ../../../third_party/skia/src/utils/mac/SkCGGeometry.h -FILE: ../../../third_party/skia/src/utils/mac/SkCTFont.cpp -FILE: ../../../third_party/skia/src/utils/mac/SkCTFont.h +FILE: ../../../flutter/third_party/skia/fuzz/FuzzSkParagraph.cpp +FILE: ../../../flutter/third_party/skia/gm/3d.cpp +FILE: ../../../flutter/third_party/skia/gm/bc1_transparency.cpp +FILE: ../../../flutter/third_party/skia/gm/bicubic.cpp +FILE: ../../../flutter/third_party/skia/gm/compressed_textures.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1073670.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1086705.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1113794.cpp +FILE: ../../../flutter/third_party/skia/gm/exoticformats.cpp +FILE: ../../../flutter/third_party/skia/gm/rsxtext.cpp +FILE: ../../../flutter/third_party/skia/gm/skbug_9819.cpp +FILE: ../../../flutter/third_party/skia/gm/strokerect_anisotropic.cpp +FILE: ../../../flutter/third_party/skia/gm/widebuttcaps.cpp +FILE: ../../../flutter/third_party/skia/include/core/SkM44.h +FILE: ../../../flutter/third_party/skia/include/core/SkSamplingOptions.h +FILE: ../../../flutter/third_party/skia/include/gpu/GrDirectContext.h +FILE: ../../../flutter/third_party/skia/include/gpu/mtl/GrMtlBackendContext.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkTPin.h +FILE: ../../../flutter/third_party/skia/modules/audioplayer/SkAudioPlayer.cpp +FILE: ../../../flutter/third_party/skia/modules/audioplayer/SkAudioPlayer.h +FILE: ../../../flutter/third_party/skia/modules/audioplayer/SkAudioPlayer_mac.mm +FILE: ../../../flutter/third_party/skia/modules/audioplayer/SkAudioPlayer_none.cpp +FILE: ../../../flutter/third_party/skia/modules/audioplayer/SkAudioPlayer_oboe.cpp +FILE: ../../../flutter/third_party/skia/modules/audioplayer/SkAudioPlayer_sfml.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/include/ExternalLayer.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/Adapter.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/Camera.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/Camera.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/Path.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/Transform.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/Transform.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/animator/Animator.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/animator/Animator.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/animator/KeyframeAnimator.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/animator/KeyframeAnimator.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/animator/ScalarKeyframeAnimator.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/animator/ShapeKeyframeAnimator.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/animator/TextKeyframeAnimator.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/animator/Vec2KeyframeAnimator.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/animator/VectorKeyframeAnimator.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/animator/VectorKeyframeAnimator.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/BlackAndWhiteEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/BrightnessContrastEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/CornerPinEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/DisplacementMapEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/GlowStyles.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/ShadowStyles.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/AudioLayer.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/Ellipse.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/FillStroke.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/Gradient.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/MergePaths.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/OffsetPaths.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/Polystar.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/PuckerBloat.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/Rectangle.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/Repeater.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/RoundCorners.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/ShapeLayer.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/layers/shapelayer/TrimPaths.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/gm/simple_gm.cpp +FILE: ../../../flutter/third_party/skia/modules/sksg/include/SkSGGeometryEffect.h +FILE: ../../../flutter/third_party/skia/modules/sksg/src/SkSGGeometryEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skshaper/src/SkShaper_coretext.cpp +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFe.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeBlend.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeColorMatrix.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeComposite.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeDisplacementMap.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeFlood.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeGaussianBlur.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeLighting.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeMorphology.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeOffset.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeTurbulence.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFilter.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFilterContext.h +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFe.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeBlend.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeColorMatrix.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeComposite.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeDisplacementMap.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeFlood.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeGaussianBlur.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeLighting.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeMorphology.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeOffset.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeTurbulence.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFilter.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFilterContext.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGTextPriv.h +FILE: ../../../flutter/third_party/skia/modules/svg/utils/SvgTool.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkColorFilterPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkCompressedDataUtils.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkCompressedDataUtils.h +FILE: ../../../flutter/third_party/skia/src/core/SkM44.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMemset_opts_erms.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMipmapBuilder.h +FILE: ../../../flutter/third_party/skia/src/core/SkSamplingPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkVerticesPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDynamicAtlas.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDynamicAtlas.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrEagerVertexAllocator.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrHashMapWithCache.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRecordingContextPriv.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrThreadSafeCache.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrThreadSafeCache.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrAATriangulator.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrAATriangulator.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockOpTarget.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawAtlasPathOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawAtlasPathOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SmallPathAtlasMgr.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SmallPathAtlasMgr.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SmallPathShapeData.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/SmallPathShapeData.h +FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/MiddleOutPolygonTriangulator.h +FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/StrokeIterator.h +FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/WangsFormula.h +FILE: ../../../flutter/third_party/skia/src/ports/SkScalerContext_mac_ct.h +FILE: ../../../flutter/third_party/skia/src/ports/SkTypeface_mac_ct.h +FILE: ../../../flutter/third_party/skia/src/text/gpu/SDFTControl.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/SDFTControl.h +FILE: ../../../flutter/third_party/skia/src/utils/mac/SkCGBase.h +FILE: ../../../flutter/third_party/skia/src/utils/mac/SkCGGeometry.h +FILE: ../../../flutter/third_party/skia/src/utils/mac/SkCTFont.cpp +FILE: ../../../flutter/third_party/skia/src/utils/mac/SkCTFont.h ---------------------------------------------------------------------------------------------------- Copyright 2020 Google Inc. @@ -6673,271 +6673,271 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/animated_image_orientation.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1041204.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1139750.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1156804.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1162942.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_224618.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/encode_color_types.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/kawase_blur_rt.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/userfont.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/ycbcrimage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkYUVAInfo.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkYUVAPixmaps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/GrYUVABackendTextures.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/d3d/GrD3DBackendContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/d3d/GrD3DTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkImageGeneratorNDK.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/SkIDChangeListener.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/SkSLSampleUsage.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrD3DTypesMinimal.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkCustomTypeface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/canvaskit/gm_bindings.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/canvaskit/viewer_bindings.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_float_capabilities.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_int_capabilities.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/include/SkUnicode.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkASAN.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkBlockAllocator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkBlockAllocator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkIDChangeListener.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRuntimeEffectPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkYUVAInfo.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkYUVAPixmaps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ClipStack.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ClipStack.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBackendSemaphore.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBackendUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBackendUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDDLTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDDLTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrManagedResource.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrPixmap.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRefCnt.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRenderTargetContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRingBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRingBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrStagingBufferManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrStagingBufferManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrUniformDataManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrUniformDataManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrUtil.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrYUVABackendTextures.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/StencilMaskHelper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/StencilMaskHelper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DAMDMemoryAllocator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DAMDMemoryAllocator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DAttachment.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DAttachment.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCaps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCaps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandList.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandList.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandSignature.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandSignature.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCpuDescriptorManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCpuDescriptorManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorHeap.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorHeap.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorTableManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorTableManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DGpu.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DGpu.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DOpsRenderPass.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DOpsRenderPass.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipeline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineState.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateDataManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DRenderTarget.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DRenderTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DResourceProvider.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DResourceProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DResourceState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DRootSignature.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DRootSignature.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DSemaphore.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DSemaphore.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTexture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTexture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureRenderTarget.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureRenderTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureResource.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureResource.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTypesMinimal.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTypesPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DUtil.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DUtil.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrMatrixEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrMatrixEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrShape.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrShape.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/webgl/GrGLMakeNativeInterface_webgl.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLUniformHandler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkMSAALoadManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkMSAALoadManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkManagedResource.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkRescaleAndReadPixels.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkRescaleAndReadPixels.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkImageEncoder_NDK.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkImageGeneratorNDK.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkNDKConversions.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkNDKConversions.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLAnalysis.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLConstantFolder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLConstantFolder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLInliner.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLInliner.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLMemoryPool.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLPool.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLPool.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLSampleUsage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLThreadContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionPrototype.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLPrefixExpression.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkCustomTypeface.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/animated_image_orientation.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1041204.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1139750.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1156804.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1162942.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_224618.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/encode_color_types.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/kawase_blur_rt.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/userfont.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/ycbcrimage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkYUVAInfo.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkYUVAPixmaps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrYUVABackendTextures.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/d3d/GrD3DBackendContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/d3d/GrD3DTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkImageGeneratorNDK.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/SkIDChangeListener.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/SkSLSampleUsage.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/ganesh/GrD3DTypesMinimal.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkCustomTypeface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/canvaskit/gm_bindings.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/canvaskit/viewer_bindings.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_float_capabilities.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_int_capabilities.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/include/SkUnicode.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkASAN.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkBlockAllocator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkBlockAllocator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkIDChangeListener.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRuntimeEffectPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkYUVAInfo.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkYUVAPixmaps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ClipStack.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ClipStack.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendSemaphore.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDDLTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDDLTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrManagedResource.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPixmap.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRefCnt.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTargetContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRingBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRingBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrStagingBufferManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrStagingBufferManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrUniformDataManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrUniformDataManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrUtil.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrYUVABackendTextures.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/StencilMaskHelper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/StencilMaskHelper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DAMDMemoryAllocator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DAMDMemoryAllocator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DAttachment.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DAttachment.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCaps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCaps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandList.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandList.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandSignature.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandSignature.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCpuDescriptorManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCpuDescriptorManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorHeap.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorHeap.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorTableManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorTableManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DGpu.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DGpu.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DOpsRenderPass.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DOpsRenderPass.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipeline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineState.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateDataManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DRenderTarget.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DRenderTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DResourceProvider.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DResourceProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DResourceState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DRootSignature.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DRootSignature.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DSemaphore.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DSemaphore.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTexture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTexture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureRenderTarget.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureRenderTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureResource.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureResource.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTypesMinimal.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTypesPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DUtil.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DUtil.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrMatrixEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrMatrixEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrShape.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrShape.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/webgl/GrGLMakeNativeInterface_webgl.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLUniformHandler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkMSAALoadManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkMSAALoadManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkManagedResource.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkRescaleAndReadPixels.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkRescaleAndReadPixels.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkImageEncoder_NDK.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkImageGeneratorNDK.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkNDKConversions.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkNDKConversions.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLAnalysis.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLConstantFolder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLConstantFolder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLInliner.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLInliner.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLMemoryPool.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLPool.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLPool.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLSampleUsage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLThreadContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionPrototype.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLModifiers.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLPrefixExpression.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLStructDefinition.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkCustomTypeface.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/gm/animated_image_orientation.cpp -FILE: ../../../third_party/skia/gm/crbug_1041204.cpp -FILE: ../../../third_party/skia/gm/crbug_1139750.cpp -FILE: ../../../third_party/skia/gm/crbug_1156804.cpp -FILE: ../../../third_party/skia/gm/crbug_1162942.cpp -FILE: ../../../third_party/skia/gm/crbug_224618.cpp -FILE: ../../../third_party/skia/gm/encode_color_types.cpp -FILE: ../../../third_party/skia/gm/kawase_blur_rt.cpp -FILE: ../../../third_party/skia/gm/userfont.cpp -FILE: ../../../third_party/skia/gm/ycbcrimage.cpp -FILE: ../../../third_party/skia/include/core/SkYUVAInfo.h -FILE: ../../../third_party/skia/include/core/SkYUVAPixmaps.h -FILE: ../../../third_party/skia/include/gpu/GrYUVABackendTextures.h -FILE: ../../../third_party/skia/include/gpu/d3d/GrD3DBackendContext.h -FILE: ../../../third_party/skia/include/gpu/d3d/GrD3DTypes.h -FILE: ../../../third_party/skia/include/ports/SkImageGeneratorNDK.h -FILE: ../../../third_party/skia/include/private/SkIDChangeListener.h -FILE: ../../../third_party/skia/include/private/SkSLSampleUsage.h -FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrD3DTypesMinimal.h -FILE: ../../../third_party/skia/include/utils/SkCustomTypeface.h -FILE: ../../../third_party/skia/modules/canvaskit/gm_bindings.cpp -FILE: ../../../third_party/skia/modules/canvaskit/viewer_bindings.cpp -FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_float_capabilities.cpp -FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_int_capabilities.cpp -FILE: ../../../third_party/skia/modules/skunicode/include/SkUnicode.h -FILE: ../../../third_party/skia/src/base/SkASAN.h -FILE: ../../../third_party/skia/src/base/SkBlockAllocator.cpp -FILE: ../../../third_party/skia/src/base/SkBlockAllocator.h -FILE: ../../../third_party/skia/src/core/SkIDChangeListener.cpp -FILE: ../../../third_party/skia/src/core/SkRuntimeEffectPriv.h -FILE: ../../../third_party/skia/src/core/SkYUVAInfo.cpp -FILE: ../../../third_party/skia/src/core/SkYUVAPixmaps.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ClipStack.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ClipStack.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBackendSemaphore.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBackendUtils.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBackendUtils.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDDLTask.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDDLTask.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrManagedResource.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrPixmap.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRefCnt.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRenderTargetContext.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRingBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRingBuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrStagingBufferManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrStagingBufferManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrUniformDataManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrUniformDataManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrUtil.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrYUVABackendTextures.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/StencilMaskHelper.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/StencilMaskHelper.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DAMDMemoryAllocator.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DAMDMemoryAllocator.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DAttachment.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DAttachment.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DBuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCaps.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCaps.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandList.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandList.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandSignature.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandSignature.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCpuDescriptorManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DCpuDescriptorManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorHeap.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorHeap.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorTableManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorTableManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DGpu.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DGpu.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DOpsRenderPass.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DOpsRenderPass.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipeline.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineState.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineState.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateBuilder.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateDataManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DRenderTarget.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DResourceProvider.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DResourceProvider.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DResourceState.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DRootSignature.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DRootSignature.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DSemaphore.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DSemaphore.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTexture.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTexture.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureRenderTarget.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureRenderTarget.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureResource.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureResource.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTypesMinimal.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTypesPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DUtil.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DUtil.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrMatrixEffect.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrMatrixEffect.h -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrShape.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrShape.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/webgl/GrGLMakeNativeInterface_webgl.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/glsl/GrGLSLUniformHandler.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkMSAALoadManager.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkMSAALoadManager.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkManagedResource.h -FILE: ../../../third_party/skia/src/image/SkRescaleAndReadPixels.cpp -FILE: ../../../third_party/skia/src/image/SkRescaleAndReadPixels.h -FILE: ../../../third_party/skia/src/ports/SkImageEncoder_NDK.cpp -FILE: ../../../third_party/skia/src/ports/SkImageGeneratorNDK.cpp -FILE: ../../../third_party/skia/src/ports/SkNDKConversions.cpp -FILE: ../../../third_party/skia/src/ports/SkNDKConversions.h -FILE: ../../../third_party/skia/src/sksl/SkSLAnalysis.h -FILE: ../../../third_party/skia/src/sksl/SkSLConstantFolder.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLConstantFolder.h -FILE: ../../../third_party/skia/src/sksl/SkSLInliner.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLInliner.h -FILE: ../../../third_party/skia/src/sksl/SkSLMemoryPool.h -FILE: ../../../third_party/skia/src/sksl/SkSLPool.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLPool.h -FILE: ../../../third_party/skia/src/sksl/SkSLSampleUsage.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLThreadContext.cpp -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.cpp -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionPrototype.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLPrefixExpression.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.h -FILE: ../../../third_party/skia/src/utils/SkCustomTypeface.cpp +FILE: ../../../flutter/third_party/skia/gm/animated_image_orientation.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1041204.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1139750.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1156804.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1162942.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_224618.cpp +FILE: ../../../flutter/third_party/skia/gm/encode_color_types.cpp +FILE: ../../../flutter/third_party/skia/gm/kawase_blur_rt.cpp +FILE: ../../../flutter/third_party/skia/gm/userfont.cpp +FILE: ../../../flutter/third_party/skia/gm/ycbcrimage.cpp +FILE: ../../../flutter/third_party/skia/include/core/SkYUVAInfo.h +FILE: ../../../flutter/third_party/skia/include/core/SkYUVAPixmaps.h +FILE: ../../../flutter/third_party/skia/include/gpu/GrYUVABackendTextures.h +FILE: ../../../flutter/third_party/skia/include/gpu/d3d/GrD3DBackendContext.h +FILE: ../../../flutter/third_party/skia/include/gpu/d3d/GrD3DTypes.h +FILE: ../../../flutter/third_party/skia/include/ports/SkImageGeneratorNDK.h +FILE: ../../../flutter/third_party/skia/include/private/SkIDChangeListener.h +FILE: ../../../flutter/third_party/skia/include/private/SkSLSampleUsage.h +FILE: ../../../flutter/third_party/skia/include/private/gpu/ganesh/GrD3DTypesMinimal.h +FILE: ../../../flutter/third_party/skia/include/utils/SkCustomTypeface.h +FILE: ../../../flutter/third_party/skia/modules/canvaskit/gm_bindings.cpp +FILE: ../../../flutter/third_party/skia/modules/canvaskit/viewer_bindings.cpp +FILE: ../../../flutter/third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_float_capabilities.cpp +FILE: ../../../flutter/third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_int_capabilities.cpp +FILE: ../../../flutter/third_party/skia/modules/skunicode/include/SkUnicode.h +FILE: ../../../flutter/third_party/skia/src/base/SkASAN.h +FILE: ../../../flutter/third_party/skia/src/base/SkBlockAllocator.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkBlockAllocator.h +FILE: ../../../flutter/third_party/skia/src/core/SkIDChangeListener.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRuntimeEffectPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkYUVAInfo.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkYUVAPixmaps.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ClipStack.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ClipStack.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendSemaphore.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDDLTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDDLTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrManagedResource.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPixmap.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRefCnt.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTargetContext.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRingBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRingBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrStagingBufferManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrStagingBufferManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrUniformDataManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrUniformDataManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrUtil.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrYUVABackendTextures.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/StencilMaskHelper.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/StencilMaskHelper.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DAMDMemoryAllocator.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DAMDMemoryAllocator.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DAttachment.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DAttachment.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCaps.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCaps.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandList.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandList.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandSignature.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCommandSignature.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCpuDescriptorManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DCpuDescriptorManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorHeap.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorHeap.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorTableManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DDescriptorTableManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DGpu.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DGpu.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DOpsRenderPass.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DOpsRenderPass.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipeline.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineState.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineState.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateBuilder.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DPipelineStateDataManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DRenderTarget.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DRenderTarget.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DResourceProvider.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DResourceProvider.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DResourceState.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DRootSignature.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DRootSignature.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DSemaphore.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DSemaphore.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTexture.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTexture.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureRenderTarget.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureRenderTarget.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureResource.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTextureResource.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTypesMinimal.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTypesPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DUtil.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DUtil.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrMatrixEffect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrMatrixEffect.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrShape.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrShape.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/webgl/GrGLMakeNativeInterface_webgl.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/glsl/GrGLSLUniformHandler.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkMSAALoadManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkMSAALoadManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkManagedResource.h +FILE: ../../../flutter/third_party/skia/src/image/SkRescaleAndReadPixels.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkRescaleAndReadPixels.h +FILE: ../../../flutter/third_party/skia/src/ports/SkImageEncoder_NDK.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkImageGeneratorNDK.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkNDKConversions.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkNDKConversions.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLAnalysis.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLConstantFolder.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLConstantFolder.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLInliner.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLInliner.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLMemoryPool.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLPool.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLPool.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLSampleUsage.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLThreadContext.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionPrototype.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLModifiers.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLPrefixExpression.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLStructDefinition.h +FILE: ../../../flutter/third_party/skia/src/utils/SkCustomTypeface.cpp ---------------------------------------------------------------------------------------------------- Copyright 2020 Google LLC @@ -6972,42 +6972,42 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/Decorations.cpp -ORIGIN: ../../../third_party/skia/modules/skparagraph/src/Decorations.h +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/Decorations.cpp +ORIGIN: ../../../flutter/third_party/skia/modules/skparagraph/src/Decorations.h TYPE: LicenseType.unknown -FILE: ../../../third_party/skia/modules/skparagraph/src/Decorations.cpp -FILE: ../../../third_party/skia/modules/skparagraph/src/Decorations.h +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/Decorations.cpp +FILE: ../../../flutter/third_party/skia/modules/skparagraph/src/Decorations.h ---------------------------------------------------------------------------------------------------- Copyright 2020 Google LLC. ==================================================================================================== ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/clear_swizzle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/gpu_blur_utils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFinishCallbacks.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFinishCallbacks.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasInstancedHelper.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrStrokeTessellationShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrStrokeTessellationShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrTessellationShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLAnalysis.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructor.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/clear_swizzle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/gpu_blur_utils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFinishCallbacks.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFinishCallbacks.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasInstancedHelper.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/GrStrokeTessellationShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/GrStrokeTessellationShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/GrTessellationShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLAnalysis.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructor.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/gm/clear_swizzle.cpp -FILE: ../../../third_party/skia/gm/gpu_blur_utils.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrFinishCallbacks.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrFinishCallbacks.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasInstancedHelper.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrStrokeTessellationShader.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrStrokeTessellationShader.h -FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrTessellationShader.h -FILE: ../../../third_party/skia/src/sksl/SkSLAnalysis.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructor.cpp +FILE: ../../../flutter/third_party/skia/gm/clear_swizzle.cpp +FILE: ../../../flutter/third_party/skia/gm/gpu_blur_utils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFinishCallbacks.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFinishCallbacks.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasInstancedHelper.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/GrStrokeTessellationShader.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/GrStrokeTessellationShader.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/GrTessellationShader.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLAnalysis.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructor.cpp ---------------------------------------------------------------------------------------------------- Copyright 2020 Google LLC. @@ -7042,23 +7042,23 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/FuzzCreateDDL.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/FuzzPath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/FuzzRRect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzAPICreateDDL.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzAPISVGCanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSKP.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSVG.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeEffect.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzCreateDDL.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzPath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzRRect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzAPICreateDDL.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzAPISVGCanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSKP.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSVG.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeEffect.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/FuzzCreateDDL.cpp -FILE: ../../../third_party/skia/fuzz/FuzzPath.cpp -FILE: ../../../third_party/skia/fuzz/FuzzRRect.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzAPICreateDDL.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzAPISVGCanvas.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSKP.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSVG.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeEffect.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzCreateDDL.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzPath.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzRRect.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzAPICreateDDL.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzAPISVGCanvas.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSKP.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSVG.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeEffect.cpp ---------------------------------------------------------------------------------------------------- Copyright 2020 Google, LLC @@ -7093,173 +7093,173 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/FuzzDDLThreading.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/aarecteffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/colorspace.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/colrv1.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/drawglyphs.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/largeclippedpath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/skbug_12212.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/slug.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/gpu/graphite/MtlGraphiteTypesPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/utils/SkOrderedFontMgr.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/Canvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/ColorFilters.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/Gradients.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/Image.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/ImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/JetSki.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/Matrix.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/Paint.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/Path.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/PathBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/RuntimeShaderBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/Shader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/SkottieAnimation.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/Surface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/Surface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/SurfaceThread.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/SurfaceThread.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/Utils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/jetski/src/Utils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/BulgeEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/CCTonerEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/DirectionalBlur.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/FractalNoiseEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/SharpenEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/SkSLEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/SphereEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/effects/ThresholdEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_builtin.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_runtime.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFeImage.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGFeLightSource.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGImage.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGMask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFeImage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGFeLightSource.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGImage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGMask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegxlCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegxlCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDrawIndirectCommand.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRenderTaskCluster.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrRenderTaskCluster.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrThreadSafePipelineBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrThreadSafePipelineBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockRenderTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockSurfaceProxy.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlFramebuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlFramebuffer.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipeline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlRenderCommandEncoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTypesPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasRenderTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasRenderTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Buffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Buffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/BufferManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/BufferManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlBlitCommandEncoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlBuffer.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlGraphiteUtils.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlRenderCommandEncoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/mtl/MtlUtils.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/tessellate/CullTest.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/tessellate/Tessellation.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkTransformShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkTransformShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLGLSL.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExpression.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/TransitionTable.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/lex/TransitionTable.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkOrderedFontMgr.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzDDLThreading.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/aarecteffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/colorspace.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/colrv1.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drawglyphs.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/largeclippedpath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/skbug_12212.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/slug.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/graphite/MtlGraphiteTypesPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/utils/SkOrderedFontMgr.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/Canvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/ColorFilters.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/Gradients.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/Image.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/ImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/JetSki.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/Matrix.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/Paint.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/Path.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/PathBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/RuntimeShaderBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/Shader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/SkottieAnimation.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/Surface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/Surface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/SurfaceThread.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/SurfaceThread.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/Utils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/jetski/src/Utils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/BulgeEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/CCTonerEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/DirectionalBlur.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/FractalNoiseEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/SharpenEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/SkSLEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/SphereEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/effects/ThresholdEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu_builtin.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu_runtime.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeImage.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeLightSource.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGImage.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGMask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeImage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeLightSource.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGImage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGMask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegxlCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegxlCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawIndirectCommand.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTaskCluster.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTaskCluster.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrThreadSafePipelineBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrThreadSafePipelineBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockRenderTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockSurfaceProxy.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlFramebuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlFramebuffer.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipeline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlRenderCommandEncoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTypesPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasRenderTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasRenderTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Buffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Buffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/BufferManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/BufferManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlBlitCommandEncoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlBuffer.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlGraphiteUtils.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlRenderCommandEncoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/mtl/MtlUtils.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/CullTest.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/Tessellation.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkTransformShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkTransformShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLGLSL.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLExpression.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/TransitionTable.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/lex/TransitionTable.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkOrderedFontMgr.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/FuzzDDLThreading.cpp -FILE: ../../../third_party/skia/gm/aarecteffect.cpp -FILE: ../../../third_party/skia/gm/colorspace.cpp -FILE: ../../../third_party/skia/gm/colrv1.cpp -FILE: ../../../third_party/skia/gm/drawglyphs.cpp -FILE: ../../../third_party/skia/gm/largeclippedpath.cpp -FILE: ../../../third_party/skia/gm/skbug_12212.cpp -FILE: ../../../third_party/skia/gm/slug.cpp -FILE: ../../../third_party/skia/include/private/gpu/graphite/MtlGraphiteTypesPriv.h -FILE: ../../../third_party/skia/include/utils/SkOrderedFontMgr.h -FILE: ../../../third_party/skia/modules/jetski/src/Canvas.cpp -FILE: ../../../third_party/skia/modules/jetski/src/ColorFilters.cpp -FILE: ../../../third_party/skia/modules/jetski/src/Gradients.cpp -FILE: ../../../third_party/skia/modules/jetski/src/Image.cpp -FILE: ../../../third_party/skia/modules/jetski/src/ImageFilter.cpp -FILE: ../../../third_party/skia/modules/jetski/src/JetSki.cpp -FILE: ../../../third_party/skia/modules/jetski/src/Matrix.cpp -FILE: ../../../third_party/skia/modules/jetski/src/Paint.cpp -FILE: ../../../third_party/skia/modules/jetski/src/Path.cpp -FILE: ../../../third_party/skia/modules/jetski/src/PathBuilder.cpp -FILE: ../../../third_party/skia/modules/jetski/src/RuntimeShaderBuilder.cpp -FILE: ../../../third_party/skia/modules/jetski/src/Shader.cpp -FILE: ../../../third_party/skia/modules/jetski/src/SkottieAnimation.cpp -FILE: ../../../third_party/skia/modules/jetski/src/Surface.cpp -FILE: ../../../third_party/skia/modules/jetski/src/Surface.h -FILE: ../../../third_party/skia/modules/jetski/src/SurfaceThread.cpp -FILE: ../../../third_party/skia/modules/jetski/src/SurfaceThread.h -FILE: ../../../third_party/skia/modules/jetski/src/Utils.cpp -FILE: ../../../third_party/skia/modules/jetski/src/Utils.h -FILE: ../../../third_party/skia/modules/skottie/src/effects/BulgeEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/CCTonerEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/DirectionalBlur.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/FractalNoiseEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/SharpenEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/SkSLEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/SphereEffect.cpp -FILE: ../../../third_party/skia/modules/skottie/src/effects/ThresholdEffect.cpp -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu.h -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_builtin.cpp -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_runtime.cpp -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeImage.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeLightSource.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGImage.h -FILE: ../../../third_party/skia/modules/svg/include/SkSVGMask.h -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFeImage.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGFeLightSource.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGImage.cpp -FILE: ../../../third_party/skia/modules/svg/src/SkSVGMask.cpp -FILE: ../../../third_party/skia/src/codec/SkJpegxlCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkJpegxlCodec.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDrawIndirectCommand.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRenderTaskCluster.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrRenderTaskCluster.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrThreadSafePipelineBuilder.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrThreadSafePipelineBuilder.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockRenderTask.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockSurfaceProxy.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlFramebuffer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlFramebuffer.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlPipeline.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlRenderCommandEncoder.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTypesPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasRenderTask.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasRenderTask.h -FILE: ../../../third_party/skia/src/gpu/graphite/Buffer.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Buffer.h -FILE: ../../../third_party/skia/src/gpu/graphite/BufferManager.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/BufferManager.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlBlitCommandEncoder.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlBuffer.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlBuffer.mm -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlGraphiteUtils.mm -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlRenderCommandEncoder.h -FILE: ../../../third_party/skia/src/gpu/mtl/MtlUtils.mm -FILE: ../../../third_party/skia/src/gpu/tessellate/CullTest.h -FILE: ../../../third_party/skia/src/gpu/tessellate/Tessellation.h -FILE: ../../../third_party/skia/src/shaders/SkTransformShader.cpp -FILE: ../../../third_party/skia/src/shaders/SkTransformShader.h -FILE: ../../../third_party/skia/src/sksl/SkSLGLSL.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLExpression.cpp -FILE: ../../../third_party/skia/src/sksl/lex/TransitionTable.cpp -FILE: ../../../third_party/skia/src/sksl/lex/TransitionTable.h -FILE: ../../../third_party/skia/src/utils/SkOrderedFontMgr.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzDDLThreading.cpp +FILE: ../../../flutter/third_party/skia/gm/aarecteffect.cpp +FILE: ../../../flutter/third_party/skia/gm/colorspace.cpp +FILE: ../../../flutter/third_party/skia/gm/colrv1.cpp +FILE: ../../../flutter/third_party/skia/gm/drawglyphs.cpp +FILE: ../../../flutter/third_party/skia/gm/largeclippedpath.cpp +FILE: ../../../flutter/third_party/skia/gm/skbug_12212.cpp +FILE: ../../../flutter/third_party/skia/gm/slug.cpp +FILE: ../../../flutter/third_party/skia/include/private/gpu/graphite/MtlGraphiteTypesPriv.h +FILE: ../../../flutter/third_party/skia/include/utils/SkOrderedFontMgr.h +FILE: ../../../flutter/third_party/skia/modules/jetski/src/Canvas.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/ColorFilters.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/Gradients.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/Image.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/ImageFilter.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/JetSki.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/Matrix.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/Paint.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/Path.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/PathBuilder.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/RuntimeShaderBuilder.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/Shader.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/SkottieAnimation.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/Surface.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/Surface.h +FILE: ../../../flutter/third_party/skia/modules/jetski/src/SurfaceThread.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/SurfaceThread.h +FILE: ../../../flutter/third_party/skia/modules/jetski/src/Utils.cpp +FILE: ../../../flutter/third_party/skia/modules/jetski/src/Utils.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/BulgeEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/CCTonerEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/DirectionalBlur.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/FractalNoiseEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/SharpenEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/SkSLEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/SphereEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/effects/ThresholdEffect.cpp +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu.h +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu_builtin.cpp +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu_runtime.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeImage.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGFeLightSource.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGImage.h +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGMask.h +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeImage.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGFeLightSource.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGImage.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGMask.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegxlCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegxlCodec.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDrawIndirectCommand.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTaskCluster.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrRenderTaskCluster.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrThreadSafePipelineBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrThreadSafePipelineBuilder.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockRenderTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockSurfaceProxy.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlFramebuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlFramebuffer.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlPipeline.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlRenderCommandEncoder.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTypesPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasRenderTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasRenderTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Buffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Buffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/BufferManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/BufferManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlBlitCommandEncoder.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlBuffer.mm +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlGraphiteUtils.mm +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlRenderCommandEncoder.h +FILE: ../../../flutter/third_party/skia/src/gpu/mtl/MtlUtils.mm +FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/CullTest.h +FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/Tessellation.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkTransformShader.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkTransformShader.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLGLSL.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLExpression.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/lex/TransitionTable.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/lex/TransitionTable.h +FILE: ../../../flutter/third_party/skia/src/utils/SkOrderedFontMgr.cpp ---------------------------------------------------------------------------------------------------- Copyright 2021 Google Inc. @@ -7294,435 +7294,435 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/attributes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/composecolorfilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1167277.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1174186.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1174354.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1177833.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1257515.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crop_imagefilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fillrect_gradient.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/graphitestart.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/hardstop_gradients_many.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/lazytiling.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/mesh.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkBlender.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkMesh.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/effects/SkBlenders.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/ShaderErrorHandler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/gl/glx/GrGLMakeGLXInterface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/BackendTexture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/Context.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/GraphiteTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/Recorder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/Recording.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/TextureInfo.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/mtl/MtlBackendContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/mtl/MtlGraphiteTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/chromium/Slug.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/canvaskit/paragraph_bindings_gen.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkEnumBitMask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlendModeBlender.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlendModeBlender.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlenderBase.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMatrixInvert.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMatrixInvert.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMesh.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMeshPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkYUVAInfoLocation.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkBlenders.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/KeyBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ResourceKey.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ShaderErrorHandler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/SkRenderEngineAbortf.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDstProxyView.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrEagerVertexAllocator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrMeshDrawTarget.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrMeshDrawTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrOpsTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrPersistentCacheUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrWritePixelsRenderTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrWritePixelsRenderTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrYUVATextureProxies.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrYUVATextureProxies.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/SurfaceFillContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/SurfaceFillContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTypesPriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/geometry/GrInnerFanTriangulator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/egl/GrGLMakeNativeInterface_egl.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/glx/GrGLMakeNativeInterface_glx.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockTypesPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTypesPriv.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DrawMeshOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/DrawMeshOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/FillPathFlags.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Attribute.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/BackendTexture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Caps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Caps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/CommandBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/CommandBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Context.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ContextPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ContextUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ContextUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/CopyTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/CopyTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Device.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Device.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawList.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawList.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawOrder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawPass.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawPass.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawWriter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawWriter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/GpuWorkSubmission.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/GraphicsPipeline.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/GraphicsPipeline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/GraphicsPipelineDesc.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Graphite.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Graphite.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PipelineDataCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Recorder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Recording.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/RenderPassTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/RenderPassTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Renderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ResourceProvider.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ResourceProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ResourceTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/SharedContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/SharedContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Surface_Graphite.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Surface_Graphite.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Task.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Task.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/TaskGraph.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/TaskGraph.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Texture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Texture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/TextureInfo.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/TextureProxy.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/TextureProxy.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Uniform.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/UniformManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/UniformManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/BoundsManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/IntersectionTree.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/IntersectionTree.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/Rect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/Shape.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/Shape.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/Transform.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/Transform_graphite.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlCaps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlCaps.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlCommandBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlCommandBuffer.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlGraphicsPipeline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlGraphicsPipeline.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlGraphiteTypes.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlGraphiteUtilsPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlResourceProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlResourceProvider.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlSharedContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlSharedContext.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlTexture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlTexture.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/mtl/MtlMemoryAllocatorImpl.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/mtl/MtlMemoryAllocatorImpl.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/mtl/MtlUtilsPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLBuiltinTypes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLBuiltinTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLIntrinsicList.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLMangler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLOperator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLOperator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLThreadContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLCanExitWithoutReturningValue.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLCheckProgramStructure.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLIsConstantExpression.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLProgramUsage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLProgramVisitor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLSwitchCaseContainsExit.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLSymbolTableStackBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLBinaryExpression.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLBlock.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLChildCall.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLChildCall.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorArray.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorArray.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorArrayCast.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorArrayCast.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorCompound.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorCompound.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorCompoundCast.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorCompoundCast.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorDiagonalMatrix.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorDiagonalMatrix.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorMatrixResize.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorMatrixResize.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorScalarCast.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorScalarCast.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorSplat.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorSplat.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorStruct.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLConstructorStruct.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLDoStatement.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExpressionStatement.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFieldAccess.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLForStatement.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionCall.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDefinition.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLIfStatement.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLIndexExpression.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLMethodReference.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLPostfixExpression.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLSwitchStatement.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLSwizzle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLTernaryExpression.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLTypeReference.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLVarDeclarations.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLDebugTracePlayer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLDebugTracePlayer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLDebugTracePriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLDebugTracePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLEliminateDeadFunctions.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLEliminateDeadGlobalVariables.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLEliminateDeadLocalVariables.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLEliminateUnreachableCode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLProgramWriter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLReplaceConstVarsWithLiterals.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/Slug.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/SubRunAllocator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/SubRunAllocator.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/attributes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/composecolorfilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1167277.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1174186.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1174354.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1177833.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1257515.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crop_imagefilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fillrect_gradient.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/graphitestart.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/hardstop_gradients_many.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/lazytiling.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/mesh.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkBlender.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkMesh.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/effects/SkBlenders.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/ShaderErrorHandler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/glx/GrGLMakeGLXInterface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/BackendTexture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/Context.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/GraphiteTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/Recorder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/Recording.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/TextureInfo.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/mtl/MtlBackendContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/mtl/MtlGraphiteTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/chromium/Slug.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/canvaskit/paragraph_bindings_gen.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkEnumBitMask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlendModeBlender.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlendModeBlender.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlenderBase.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMatrixInvert.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMatrixInvert.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMesh.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMeshPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkYUVAInfoLocation.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkBlenders.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkCropImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/KeyBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ResourceKey.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ShaderErrorHandler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/SkRenderEngineAbortf.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDstProxyView.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrEagerVertexAllocator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrMeshDrawTarget.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrMeshDrawTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOpsTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPersistentCacheUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrWritePixelsRenderTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrWritePixelsRenderTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrYUVATextureProxies.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrYUVATextureProxies.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/SurfaceFillContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/SurfaceFillContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTypesPriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrInnerFanTriangulator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/egl/GrGLMakeNativeInterface_egl.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/glx/GrGLMakeNativeInterface_glx.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockTypesPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTypesPriv.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawMeshOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawMeshOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/FillPathFlags.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Attribute.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/BackendTexture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Caps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Caps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/CommandBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/CommandBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Context.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ContextPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ContextUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ContextUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/CopyTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/CopyTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Device.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Device.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawList.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawList.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawOrder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawPass.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawPass.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawWriter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawWriter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/GpuWorkSubmission.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/GraphicsPipeline.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/GraphicsPipeline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/GraphicsPipelineDesc.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Image_Graphite.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Image_Graphite.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PipelineDataCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Recorder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Recording.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RenderPassTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RenderPassTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Renderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ResourceProvider.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ResourceProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ResourceTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/SharedContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/SharedContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Surface_Graphite.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Surface_Graphite.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Task.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Task.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TaskGraph.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TaskGraph.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Texture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Texture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TextureInfo.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TextureProxy.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TextureProxy.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Uniform.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/UniformManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/UniformManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/BoundsManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/IntersectionTree.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/IntersectionTree.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/Rect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/Shape.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/Shape.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/Transform.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/Transform_graphite.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlCaps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlCaps.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlCommandBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlCommandBuffer.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlGraphicsPipeline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlGraphicsPipeline.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlGraphiteTypes.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlGraphiteUtilsPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlResourceProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlResourceProvider.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlSharedContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlSharedContext.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlTexture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlTexture.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/mtl/MtlMemoryAllocatorImpl.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/mtl/MtlMemoryAllocatorImpl.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/mtl/MtlUtilsPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLBuiltinTypes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLBuiltinTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLIntrinsicList.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLMangler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLOperator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLOperator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLThreadContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLCanExitWithoutReturningValue.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLCheckProgramStructure.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLIsConstantExpression.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLProgramUsage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLProgramVisitor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLSwitchCaseContainsExit.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLSymbolTableStackBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLBinaryExpression.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLBlock.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLChildCall.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLChildCall.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorArray.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorArray.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorArrayCast.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorArrayCast.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorCompound.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorCompound.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorCompoundCast.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorCompoundCast.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorDiagonalMatrix.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorDiagonalMatrix.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorMatrixResize.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorMatrixResize.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorScalarCast.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorScalarCast.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorSplat.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorSplat.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorStruct.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorStruct.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLDoStatement.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLExpressionStatement.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFieldAccess.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLForStatement.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionCall.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionDefinition.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLIfStatement.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLIndexExpression.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLMethodReference.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLPostfixExpression.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSwitchStatement.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSwizzle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLTernaryExpression.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLTypeReference.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLVarDeclarations.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/tracing/SkSLDebugTracePlayer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/tracing/SkSLDebugTracePlayer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/tracing/SkSLDebugTracePriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/tracing/SkSLDebugTracePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateDeadFunctions.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateDeadGlobalVariables.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateDeadLocalVariables.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateUnreachableCode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLProgramWriter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLReplaceConstVarsWithLiterals.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/Slug.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SubRunAllocator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SubRunAllocator.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/gm/attributes.cpp -FILE: ../../../third_party/skia/gm/composecolorfilter.cpp -FILE: ../../../third_party/skia/gm/crbug_1167277.cpp -FILE: ../../../third_party/skia/gm/crbug_1174186.cpp -FILE: ../../../third_party/skia/gm/crbug_1174354.cpp -FILE: ../../../third_party/skia/gm/crbug_1177833.cpp -FILE: ../../../third_party/skia/gm/crbug_1257515.cpp -FILE: ../../../third_party/skia/gm/crop_imagefilter.cpp -FILE: ../../../third_party/skia/gm/fillrect_gradient.cpp -FILE: ../../../third_party/skia/gm/graphitestart.cpp -FILE: ../../../third_party/skia/gm/hardstop_gradients_many.cpp -FILE: ../../../third_party/skia/gm/lazytiling.cpp -FILE: ../../../third_party/skia/gm/mesh.cpp -FILE: ../../../third_party/skia/include/core/SkBlender.h -FILE: ../../../third_party/skia/include/core/SkMesh.h -FILE: ../../../third_party/skia/include/effects/SkBlenders.h -FILE: ../../../third_party/skia/include/gpu/ShaderErrorHandler.h -FILE: ../../../third_party/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h -FILE: ../../../third_party/skia/include/gpu/gl/glx/GrGLMakeGLXInterface.h -FILE: ../../../third_party/skia/include/gpu/graphite/BackendTexture.h -FILE: ../../../third_party/skia/include/gpu/graphite/Context.h -FILE: ../../../third_party/skia/include/gpu/graphite/GraphiteTypes.h -FILE: ../../../third_party/skia/include/gpu/graphite/Recorder.h -FILE: ../../../third_party/skia/include/gpu/graphite/Recording.h -FILE: ../../../third_party/skia/include/gpu/graphite/TextureInfo.h -FILE: ../../../third_party/skia/include/gpu/graphite/mtl/MtlBackendContext.h -FILE: ../../../third_party/skia/include/gpu/graphite/mtl/MtlGraphiteTypes.h -FILE: ../../../third_party/skia/include/private/chromium/Slug.h -FILE: ../../../third_party/skia/modules/canvaskit/paragraph_bindings_gen.cpp -FILE: ../../../third_party/skia/src/base/SkEnumBitMask.h -FILE: ../../../third_party/skia/src/core/SkBlendModeBlender.cpp -FILE: ../../../third_party/skia/src/core/SkBlendModeBlender.h -FILE: ../../../third_party/skia/src/core/SkBlenderBase.h -FILE: ../../../third_party/skia/src/core/SkMatrixInvert.cpp -FILE: ../../../third_party/skia/src/core/SkMatrixInvert.h -FILE: ../../../third_party/skia/src/core/SkMesh.cpp -FILE: ../../../third_party/skia/src/core/SkMeshPriv.h -FILE: ../../../third_party/skia/src/core/SkYUVAInfoLocation.h -FILE: ../../../third_party/skia/src/effects/SkBlenders.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.cpp -FILE: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.cpp -FILE: ../../../third_party/skia/src/gpu/KeyBuilder.h -FILE: ../../../third_party/skia/src/gpu/ResourceKey.cpp -FILE: ../../../third_party/skia/src/gpu/ShaderErrorHandler.cpp -FILE: ../../../third_party/skia/src/gpu/SkRenderEngineAbortf.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDstProxyView.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrEagerVertexAllocator.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrMeshDrawTarget.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrMeshDrawTarget.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrOpsTypes.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrPersistentCacheUtils.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrWritePixelsRenderTask.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrWritePixelsRenderTask.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrYUVATextureProxies.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrYUVATextureProxies.h -FILE: ../../../third_party/skia/src/gpu/ganesh/SurfaceFillContext.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/SurfaceFillContext.h -FILE: ../../../third_party/skia/src/gpu/ganesh/d3d/GrD3DTypesPriv.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/geometry/GrInnerFanTriangulator.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/egl/GrGLMakeNativeInterface_egl.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/glx/GrGLMakeNativeInterface_glx.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockTypesPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlTypesPriv.mm -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DrawMeshOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/DrawMeshOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/FillPathFlags.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkBuffer.h -FILE: ../../../third_party/skia/src/gpu/graphite/Attribute.h -FILE: ../../../third_party/skia/src/gpu/graphite/BackendTexture.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Caps.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Caps.h -FILE: ../../../third_party/skia/src/gpu/graphite/CommandBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/CommandBuffer.h -FILE: ../../../third_party/skia/src/gpu/graphite/Context.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/ContextPriv.h -FILE: ../../../third_party/skia/src/gpu/graphite/ContextUtils.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/ContextUtils.h -FILE: ../../../third_party/skia/src/gpu/graphite/CopyTask.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/CopyTask.h -FILE: ../../../third_party/skia/src/gpu/graphite/Device.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Device.h -FILE: ../../../third_party/skia/src/gpu/graphite/DrawContext.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/DrawContext.h -FILE: ../../../third_party/skia/src/gpu/graphite/DrawList.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/DrawList.h -FILE: ../../../third_party/skia/src/gpu/graphite/DrawOrder.h -FILE: ../../../third_party/skia/src/gpu/graphite/DrawPass.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/DrawPass.h -FILE: ../../../third_party/skia/src/gpu/graphite/DrawTypes.h -FILE: ../../../third_party/skia/src/gpu/graphite/DrawWriter.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/DrawWriter.h -FILE: ../../../third_party/skia/src/gpu/graphite/GpuWorkSubmission.h -FILE: ../../../third_party/skia/src/gpu/graphite/GraphicsPipeline.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/GraphicsPipeline.h -FILE: ../../../third_party/skia/src/gpu/graphite/GraphicsPipelineDesc.h -FILE: ../../../third_party/skia/src/gpu/graphite/Image_Graphite.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Image_Graphite.h -FILE: ../../../third_party/skia/src/gpu/graphite/PipelineDataCache.h -FILE: ../../../third_party/skia/src/gpu/graphite/Recorder.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Recording.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/RenderPassTask.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/RenderPassTask.h -FILE: ../../../third_party/skia/src/gpu/graphite/Renderer.h -FILE: ../../../third_party/skia/src/gpu/graphite/ResourceProvider.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/ResourceProvider.h -FILE: ../../../third_party/skia/src/gpu/graphite/ResourceTypes.h -FILE: ../../../third_party/skia/src/gpu/graphite/SharedContext.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/SharedContext.h -FILE: ../../../third_party/skia/src/gpu/graphite/Surface_Graphite.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Surface_Graphite.h -FILE: ../../../third_party/skia/src/gpu/graphite/Task.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Task.h -FILE: ../../../third_party/skia/src/gpu/graphite/TaskGraph.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/TaskGraph.h -FILE: ../../../third_party/skia/src/gpu/graphite/Texture.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Texture.h -FILE: ../../../third_party/skia/src/gpu/graphite/TextureInfo.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/TextureProxy.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/TextureProxy.h -FILE: ../../../third_party/skia/src/gpu/graphite/Uniform.h -FILE: ../../../third_party/skia/src/gpu/graphite/UniformManager.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/UniformManager.h -FILE: ../../../third_party/skia/src/gpu/graphite/geom/BoundsManager.h -FILE: ../../../third_party/skia/src/gpu/graphite/geom/IntersectionTree.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/geom/IntersectionTree.h -FILE: ../../../third_party/skia/src/gpu/graphite/geom/Rect.h -FILE: ../../../third_party/skia/src/gpu/graphite/geom/Shape.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/geom/Shape.h -FILE: ../../../third_party/skia/src/gpu/graphite/geom/Transform.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/geom/Transform_graphite.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlCaps.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlCaps.mm -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlCommandBuffer.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlCommandBuffer.mm -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlGraphicsPipeline.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlGraphicsPipeline.mm -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlGraphiteTypes.mm -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlGraphiteUtilsPriv.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlResourceProvider.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlResourceProvider.mm -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlSharedContext.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlSharedContext.mm -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlTexture.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlTexture.mm -FILE: ../../../third_party/skia/src/gpu/mtl/MtlMemoryAllocatorImpl.h -FILE: ../../../third_party/skia/src/gpu/mtl/MtlMemoryAllocatorImpl.mm -FILE: ../../../third_party/skia/src/gpu/mtl/MtlUtilsPriv.h -FILE: ../../../third_party/skia/src/sksl/SkSLBuiltinTypes.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLBuiltinTypes.h -FILE: ../../../third_party/skia/src/sksl/SkSLContext.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLIntrinsicList.h -FILE: ../../../third_party/skia/src/sksl/SkSLMangler.h -FILE: ../../../third_party/skia/src/sksl/SkSLOperator.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLOperator.h -FILE: ../../../third_party/skia/src/sksl/SkSLThreadContext.h -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLCanExitWithoutReturningValue.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLCheckProgramStructure.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsConstantExpression.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLProgramUsage.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLProgramVisitor.h -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLSwitchCaseContainsExit.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLSymbolTableStackBuilder.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLBinaryExpression.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLBlock.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLChildCall.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLChildCall.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorArray.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorArray.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorArrayCast.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorArrayCast.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorCompound.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorCompound.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorCompoundCast.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorCompoundCast.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorDiagonalMatrix.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorDiagonalMatrix.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorMatrixResize.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorMatrixResize.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorScalarCast.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorScalarCast.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorSplat.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorSplat.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorStruct.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructorStruct.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLDoStatement.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLExpressionStatement.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLFieldAccess.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLForStatement.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionCall.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDefinition.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLIfStatement.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLIndexExpression.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLMethodReference.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLPostfixExpression.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwitchStatement.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwizzle.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLTernaryExpression.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLTypeReference.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLVarDeclarations.cpp -FILE: ../../../third_party/skia/src/sksl/tracing/SkSLDebugTracePlayer.cpp -FILE: ../../../third_party/skia/src/sksl/tracing/SkSLDebugTracePlayer.h -FILE: ../../../third_party/skia/src/sksl/tracing/SkSLDebugTracePriv.cpp -FILE: ../../../third_party/skia/src/sksl/tracing/SkSLDebugTracePriv.h -FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateDeadFunctions.cpp -FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateDeadGlobalVariables.cpp -FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateDeadLocalVariables.cpp -FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateUnreachableCode.cpp -FILE: ../../../third_party/skia/src/sksl/transform/SkSLProgramWriter.h -FILE: ../../../third_party/skia/src/sksl/transform/SkSLReplaceConstVarsWithLiterals.cpp -FILE: ../../../third_party/skia/src/text/gpu/Slug.cpp -FILE: ../../../third_party/skia/src/text/gpu/SubRunAllocator.cpp -FILE: ../../../third_party/skia/src/text/gpu/SubRunAllocator.h +FILE: ../../../flutter/third_party/skia/gm/attributes.cpp +FILE: ../../../flutter/third_party/skia/gm/composecolorfilter.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1167277.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1174186.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1174354.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1177833.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1257515.cpp +FILE: ../../../flutter/third_party/skia/gm/crop_imagefilter.cpp +FILE: ../../../flutter/third_party/skia/gm/fillrect_gradient.cpp +FILE: ../../../flutter/third_party/skia/gm/graphitestart.cpp +FILE: ../../../flutter/third_party/skia/gm/hardstop_gradients_many.cpp +FILE: ../../../flutter/third_party/skia/gm/lazytiling.cpp +FILE: ../../../flutter/third_party/skia/gm/mesh.cpp +FILE: ../../../flutter/third_party/skia/include/core/SkBlender.h +FILE: ../../../flutter/third_party/skia/include/core/SkMesh.h +FILE: ../../../flutter/third_party/skia/include/effects/SkBlenders.h +FILE: ../../../flutter/third_party/skia/include/gpu/ShaderErrorHandler.h +FILE: ../../../flutter/third_party/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h +FILE: ../../../flutter/third_party/skia/include/gpu/gl/glx/GrGLMakeGLXInterface.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/BackendTexture.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/Context.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/GraphiteTypes.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/Recorder.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/Recording.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/TextureInfo.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/mtl/MtlBackendContext.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/mtl/MtlGraphiteTypes.h +FILE: ../../../flutter/third_party/skia/include/private/chromium/Slug.h +FILE: ../../../flutter/third_party/skia/modules/canvaskit/paragraph_bindings_gen.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkEnumBitMask.h +FILE: ../../../flutter/third_party/skia/src/core/SkBlendModeBlender.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBlendModeBlender.h +FILE: ../../../flutter/third_party/skia/src/core/SkBlenderBase.h +FILE: ../../../flutter/third_party/skia/src/core/SkMatrixInvert.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMatrixInvert.h +FILE: ../../../flutter/third_party/skia/src/core/SkMesh.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMeshPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkYUVAInfoLocation.h +FILE: ../../../flutter/third_party/skia/src/effects/SkBlenders.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkCropImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/KeyBuilder.h +FILE: ../../../flutter/third_party/skia/src/gpu/ResourceKey.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ShaderErrorHandler.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/SkRenderEngineAbortf.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDstProxyView.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrEagerVertexAllocator.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrMeshDrawTarget.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrMeshDrawTarget.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrOpsTypes.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPersistentCacheUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrWritePixelsRenderTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrWritePixelsRenderTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrYUVATextureProxies.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrYUVATextureProxies.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/SurfaceFillContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/SurfaceFillContext.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/d3d/GrD3DTypesPriv.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/geometry/GrInnerFanTriangulator.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/egl/GrGLMakeNativeInterface_egl.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/glx/GrGLMakeNativeInterface_glx.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mock/GrMockTypesPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlTypesPriv.mm +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawMeshOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/DrawMeshOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/FillPathFlags.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Attribute.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/BackendTexture.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Caps.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Caps.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/CommandBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/CommandBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Context.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ContextPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ContextUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ContextUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/CopyTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/CopyTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Device.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Device.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawContext.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawList.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawList.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawOrder.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawPass.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawPass.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawTypes.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawWriter.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawWriter.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/GpuWorkSubmission.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/GraphicsPipeline.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/GraphicsPipeline.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/GraphicsPipelineDesc.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Image_Graphite.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Image_Graphite.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PipelineDataCache.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Recorder.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Recording.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RenderPassTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RenderPassTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Renderer.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ResourceProvider.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ResourceProvider.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ResourceTypes.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/SharedContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/SharedContext.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Surface_Graphite.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Surface_Graphite.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Task.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Task.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TaskGraph.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TaskGraph.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Texture.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Texture.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TextureInfo.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TextureProxy.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TextureProxy.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Uniform.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/UniformManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/UniformManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/BoundsManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/IntersectionTree.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/IntersectionTree.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/Rect.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/Shape.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/Shape.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/Transform.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/Transform_graphite.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlCaps.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlCaps.mm +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlCommandBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlCommandBuffer.mm +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlGraphicsPipeline.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlGraphicsPipeline.mm +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlGraphiteTypes.mm +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlGraphiteUtilsPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlResourceProvider.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlResourceProvider.mm +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlSharedContext.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlSharedContext.mm +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlTexture.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlTexture.mm +FILE: ../../../flutter/third_party/skia/src/gpu/mtl/MtlMemoryAllocatorImpl.h +FILE: ../../../flutter/third_party/skia/src/gpu/mtl/MtlMemoryAllocatorImpl.mm +FILE: ../../../flutter/third_party/skia/src/gpu/mtl/MtlUtilsPriv.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLBuiltinTypes.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLBuiltinTypes.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLContext.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLIntrinsicList.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLMangler.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLOperator.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLOperator.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLThreadContext.h +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLCanExitWithoutReturningValue.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLCheckProgramStructure.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLIsConstantExpression.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLProgramUsage.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLProgramVisitor.h +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLSwitchCaseContainsExit.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLSymbolTableStackBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLBinaryExpression.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLBlock.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLChildCall.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLChildCall.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorArray.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorArray.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorArrayCast.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorArrayCast.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorCompound.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorCompound.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorCompoundCast.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorCompoundCast.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorDiagonalMatrix.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorDiagonalMatrix.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorMatrixResize.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorMatrixResize.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorScalarCast.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorScalarCast.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorSplat.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorSplat.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorStruct.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructorStruct.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLDoStatement.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLExpressionStatement.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFieldAccess.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLForStatement.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionCall.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionDefinition.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLIfStatement.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLIndexExpression.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLMethodReference.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLPostfixExpression.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSwitchStatement.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSwizzle.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLTernaryExpression.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLTypeReference.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLVarDeclarations.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/tracing/SkSLDebugTracePlayer.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/tracing/SkSLDebugTracePlayer.h +FILE: ../../../flutter/third_party/skia/src/sksl/tracing/SkSLDebugTracePriv.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/tracing/SkSLDebugTracePriv.h +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateDeadFunctions.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateDeadGlobalVariables.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateDeadLocalVariables.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateUnreachableCode.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLProgramWriter.h +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLReplaceConstVarsWithLiterals.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/Slug.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/SubRunAllocator.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/SubRunAllocator.h ---------------------------------------------------------------------------------------------------- Copyright 2021 Google LLC @@ -7757,71 +7757,71 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/batchedconvexpaths.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/destcolor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/chromium/SkChromeRemoteGlyphCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/sksl/SkSLDebugTrace.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkStringView.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrVertexChunkArray.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrVertexChunkArray.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasInstancedHelper.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/PathStencilCoverOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/PathStencilCoverOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/PathTessellateOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/PathTessellateOp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrTessellationShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/tessellate/AffineMatrix.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/tessellate/PatchWriter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/tessellate/Tessellation.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLErrorReporter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLErrorReporter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLIntrinsicList.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLMangler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLParser.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLParser.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLPosition.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLProgramKind.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifierFlags.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLPoison.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLVariable.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinVariables.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLTransform.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/batchedconvexpaths.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/destcolor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/chromium/SkChromeRemoteGlyphCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/sksl/SkSLDebugTrace.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkStringView.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrVertexChunkArray.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrVertexChunkArray.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasInstancedHelper.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/PathStencilCoverOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/PathStencilCoverOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/PathTessellateOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/PathTessellateOp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/GrTessellationShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/AffineMatrix.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/PatchWriter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/Tessellation.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLErrorReporter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLErrorReporter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLIntrinsicList.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLMangler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLParser.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLParser.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLPosition.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLProgramKind.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLModifierFlags.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLPoison.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLVariable.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinVariables.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLTransform.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/gm/batchedconvexpaths.cpp -FILE: ../../../third_party/skia/gm/destcolor.cpp -FILE: ../../../third_party/skia/include/private/chromium/SkChromeRemoteGlyphCache.h -FILE: ../../../third_party/skia/include/sksl/SkSLDebugTrace.h -FILE: ../../../third_party/skia/src/base/SkStringView.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrVertexChunkArray.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrVertexChunkArray.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasInstancedHelper.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathStencilCoverOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathStencilCoverOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathTessellateOp.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathTessellateOp.h -FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrTessellationShader.cpp -FILE: ../../../third_party/skia/src/gpu/tessellate/AffineMatrix.h -FILE: ../../../third_party/skia/src/gpu/tessellate/PatchWriter.h -FILE: ../../../third_party/skia/src/gpu/tessellate/Tessellation.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLErrorReporter.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLErrorReporter.h -FILE: ../../../third_party/skia/src/sksl/SkSLIntrinsicList.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLMangler.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLParser.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLParser.h -FILE: ../../../third_party/skia/src/sksl/SkSLPosition.h -FILE: ../../../third_party/skia/src/sksl/SkSLProgramKind.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifierFlags.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLPoison.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLVariable.cpp -FILE: ../../../third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinVariables.cpp -FILE: ../../../third_party/skia/src/sksl/transform/SkSLTransform.h +FILE: ../../../flutter/third_party/skia/gm/batchedconvexpaths.cpp +FILE: ../../../flutter/third_party/skia/gm/destcolor.cpp +FILE: ../../../flutter/third_party/skia/include/private/chromium/SkChromeRemoteGlyphCache.h +FILE: ../../../flutter/third_party/skia/include/sksl/SkSLDebugTrace.h +FILE: ../../../flutter/third_party/skia/src/base/SkStringView.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrVertexChunkArray.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrVertexChunkArray.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasInstancedHelper.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/PathStencilCoverOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/PathStencilCoverOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/PathTessellateOp.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/PathTessellateOp.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/GrTessellationShader.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/AffineMatrix.h +FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/PatchWriter.h +FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/Tessellation.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLErrorReporter.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLErrorReporter.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLIntrinsicList.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLMangler.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLParser.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLParser.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLPosition.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLProgramKind.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLModifierFlags.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLPoison.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLVariable.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinVariables.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLTransform.h ---------------------------------------------------------------------------------------------------- Copyright 2021 Google LLC. @@ -7856,17 +7856,17 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/FuzzTriangulation.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzDDLThreading.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzRegionOp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkParagraph.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzTriangulation.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzTriangulation.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzDDLThreading.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzRegionOp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSkParagraph.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzTriangulation.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/FuzzTriangulation.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzDDLThreading.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzRegionOp.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkParagraph.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzTriangulation.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzTriangulation.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzDDLThreading.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzRegionOp.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSkParagraph.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzTriangulation.cpp ---------------------------------------------------------------------------------------------------- Copyright 2021 Google, LLC @@ -7901,9 +7901,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: libjxl -ORIGIN: ../../../third_party/skia/third_party/libjxl/jxl/jxl_export.h + ../../../LICENSE +ORIGIN: ../../../flutter/third_party/skia/third_party/libjxl/jxl/jxl_export.h + ../../../LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/third_party/libjxl/jxl/jxl_export.h +FILE: ../../../flutter/third_party/skia/third_party/libjxl/jxl/jxl_export.h ---------------------------------------------------------------------------------------------------- Copyright 2021 The Chromium Authors. All rights reserved. @@ -7936,65 +7936,65 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/drawlines_with_local_matrix.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/mirrortile.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/nearesthalfpixelimage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/palette.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkOpenTypeSVGDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/mtl/MtlMemoryAllocator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/BlendModes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/text/Font.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/text/Font.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/utils/TextEditor.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/utils/TextEditor.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_libgrapheme.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkAvifCodec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkAvifCodec.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputeCommandEncoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_hmtx.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLWGSLCodeGenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLWGSLCodeGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLDiscardStatement.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLInterfaceBlock.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLLayout.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLLiteral.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/SDFMaskFilter.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/drawlines_with_local_matrix.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/mirrortile.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/nearesthalfpixelimage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/palette.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkOpenTypeSVGDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/mtl/MtlMemoryAllocator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/BlendModes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/Font.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/text/Font.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/utils/TextEditor.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/utils/TextEditor.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_client.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_client.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_libgrapheme.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkAvifCodec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkAvifCodec.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlComputeCommandEncoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_hmtx.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLWGSLCodeGenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLWGSLCodeGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLDiscardStatement.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLInterfaceBlock.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLLayout.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLLiteral.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SDFMaskFilter.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/gm/drawlines_with_local_matrix.cpp -FILE: ../../../third_party/skia/gm/mirrortile.cpp -FILE: ../../../third_party/skia/gm/nearesthalfpixelimage.cpp -FILE: ../../../third_party/skia/gm/palette.cpp -FILE: ../../../third_party/skia/include/core/SkOpenTypeSVGDecoder.h -FILE: ../../../third_party/skia/include/gpu/mtl/MtlMemoryAllocator.h -FILE: ../../../third_party/skia/modules/skottie/src/BlendModes.cpp -FILE: ../../../third_party/skia/modules/skottie/src/text/Font.cpp -FILE: ../../../third_party/skia/modules/skottie/src/text/Font.h -FILE: ../../../third_party/skia/modules/skottie/utils/TextEditor.cpp -FILE: ../../../third_party/skia/modules/skottie/utils/TextEditor.h -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.cpp -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.h -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_libgrapheme.cpp -FILE: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h -FILE: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp -FILE: ../../../third_party/skia/src/codec/SkAvifCodec.cpp -FILE: ../../../third_party/skia/src/codec/SkAvifCodec.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputeCommandEncoder.h -FILE: ../../../third_party/skia/src/sfnt/SkOTTable_hmtx.h -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.cpp -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.h -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLWGSLCodeGenerator.cpp -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLWGSLCodeGenerator.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLDiscardStatement.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLInterfaceBlock.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLLayout.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLLiteral.cpp -FILE: ../../../third_party/skia/src/text/gpu/SDFMaskFilter.h +FILE: ../../../flutter/third_party/skia/gm/drawlines_with_local_matrix.cpp +FILE: ../../../flutter/third_party/skia/gm/mirrortile.cpp +FILE: ../../../flutter/third_party/skia/gm/nearesthalfpixelimage.cpp +FILE: ../../../flutter/third_party/skia/gm/palette.cpp +FILE: ../../../flutter/third_party/skia/include/core/SkOpenTypeSVGDecoder.h +FILE: ../../../flutter/third_party/skia/include/gpu/mtl/MtlMemoryAllocator.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/BlendModes.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/Font.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/src/text/Font.h +FILE: ../../../flutter/third_party/skia/modules/skottie/utils/TextEditor.cpp +FILE: ../../../flutter/third_party/skia/modules/skottie/utils/TextEditor.h +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_client.cpp +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_client.h +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_libgrapheme.cpp +FILE: ../../../flutter/third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h +FILE: ../../../flutter/third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkAvifCodec.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkAvifCodec.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlComputeCommandEncoder.h +FILE: ../../../flutter/third_party/skia/src/sfnt/SkOTTable_hmtx.h +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.h +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLWGSLCodeGenerator.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLWGSLCodeGenerator.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLDiscardStatement.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLInterfaceBlock.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLLayout.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLLiteral.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/SDFMaskFilter.h ---------------------------------------------------------------------------------------------------- Copyright 2022 Google Inc. @@ -8029,443 +8029,443 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/bug12866.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/crbug_1313579.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkAlphaType.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkCapabilities.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkColorType.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkPathUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/GpuTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/ContextOptions.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/ImageProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/dawn/DawnBackendContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/dawn/DawnUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/mtl/MtlGraphiteUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/vk/VulkanGraphiteUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/vk/VulkanBackendContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkAPI.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkAlign.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkAlignedStorage.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkAssert.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkAttributes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkDebug.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkFeatures.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkLoadUserConfig.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkTypeTraits.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/sksl/SkSLVersion.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/android/SkAndroidFrameworkPerfettoStaticStorage.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCapabilities.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDebugUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPathEnums.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPathUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSLTypeShared.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSLTypeShared.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkGaussianColorFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/AtlasTypes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/AtlasTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/RefCntedCallback.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/SkBackingFit.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBufferTransferRenderTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBufferTransferRenderTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBufferUpdateRenderTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBufferUpdateRenderTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrImageInfo.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceProxyView.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/TestFormatColorTypeCombination.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/tessellate/PathTessellator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/tessellate/PathTessellator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/tessellate/VertexChunkPatchAllocator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/AttachmentTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/BuiltInCodeSnippetID.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ClearBuffersTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ClearBuffersTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ClientMappedBufferManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ClientMappedBufferManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ClipStack_graphite.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ClipStack_graphite.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/CommandTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ComputePipeline.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ComputePipeline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ComputePipelineDesc.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ComputeTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ComputeTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ComputeTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawAtlas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawAtlas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawCommands.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DrawParams.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/FactoryFunctions.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/FactoryFunctions.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/GlobalCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/GlobalCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/GpuWorkSubmission.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/GraphiteResourceKey.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/GraphiteResourceKey.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/KeyContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/KeyContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/KeyHelpers.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/KeyHelpers.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Log.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PaintOptionsPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PaintParams.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PaintParams.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PaintParamsKey.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PaintParamsKey.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PipelineData.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PipelineData.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Precompile.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Precompile.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PrecompileBasePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PublicPrecompile.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PublicPrecompile.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/QueueManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/QueueManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/RecorderPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/RecordingPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Renderer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/RendererProvider.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/RendererProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Resource.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Resource.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ResourceCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ResourceCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/RuntimeEffectDictionary.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/RuntimeEffectDictionary.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Sampler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Sampler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ShaderCodeDictionary.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ShaderCodeDictionary.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/SpecialImage_Graphite.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/SpecialImage_Graphite.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/SynchronizeToCpuTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/SynchronizeToCpuTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/TextureProxyView.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/TextureUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/TextureUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/UniquePaintParamsID.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/UploadBufferManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/UploadBufferManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/UploadTask.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/UploadTask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnAsyncWait.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnAsyncWait.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCaps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCaps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCommandBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCommandBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnGraphicsPipeline.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnGraphicsPipeline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnGraphiteUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnGraphiteUtilsPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnQueueManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnQueueManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnResourceProvider.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnResourceProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnSampler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnSampler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnSharedContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnSharedContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTexture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTexture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTypesPriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/Geometry.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/SubRunData.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputePipeline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputePipeline.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlQueueManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlQueueManager.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlSampler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlSampler.mm + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/AnalyticRRectRenderStep.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/AnalyticRRectRenderStep.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/BitmapTextRenderStep.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/BitmapTextRenderStep.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/CommonDepthStencilSettings.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/CoverBoundsRenderStep.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/CoverBoundsRenderStep.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/DynamicInstancesPatchAllocator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/MiddleOutFanRenderStep.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/MiddleOutFanRenderStep.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/SDFTextRenderStep.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/SDFTextRenderStep.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/TessellateCurvesRenderStep.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/TessellateCurvesRenderStep.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/TessellateStrokesRenderStep.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/TessellateStrokesRenderStep.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/TessellateWedgesRenderStep.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/TessellateWedgesRenderStep.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/VerticesRenderStep.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/VerticesRenderStep.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/text/TextAtlasManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/text/TextAtlasManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCaps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCaps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtilsPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanResourceProvider.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanResourceProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSharedContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSharedContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanTexture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanTexture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/tessellate/LinearTolerances.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanUtilsPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkEmptyShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkGradientBaseShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLModuleLoader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLModuleLoader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLFinalizationChecks.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLHasSideEffects.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLIsSameExpressionTree.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLIsTrivialExpression.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLNoOpErrorReporter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLProgramUsage.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLProgram.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLAddConstToVarModifiers.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLEliminateEmptyStatements.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLRenamePrivateSymbols.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/StrikeForGPU.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/GlyphVector.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/GlyphVector.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/SubRunContainer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/SubRunContainer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkTestCanvas.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/bug12866.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/crbug_1313579.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkAlphaType.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkCapabilities.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkColorType.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPathUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/GpuTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/ContextOptions.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/ImageProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/dawn/DawnBackendContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/dawn/DawnUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/mtl/MtlGraphiteUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/vk/VulkanGraphiteUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/vk/VulkanBackendContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkAPI.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkAlign.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkAlignedStorage.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkAssert.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkAttributes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkDebug.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkFeatures.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkLoadUserConfig.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkTypeTraits.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/sksl/SkSLVersion.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/android/SkAndroidFrameworkPerfettoStaticStorage.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCapabilities.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDebugUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPathEnums.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPathUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSLTypeShared.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSLTypeShared.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkGaussianColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/AtlasTypes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/AtlasTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/RefCntedCallback.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/SkBackingFit.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBufferTransferRenderTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBufferTransferRenderTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBufferUpdateRenderTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBufferUpdateRenderTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrImageInfo.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurfaceProxyView.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/TestFormatColorTypeCombination.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/PathTessellator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/PathTessellator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/VertexChunkPatchAllocator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/AttachmentTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/BuiltInCodeSnippetID.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ClearBuffersTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ClearBuffersTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ClientMappedBufferManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ClientMappedBufferManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ClipStack_graphite.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ClipStack_graphite.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/CommandTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ComputePipeline.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ComputePipeline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ComputePipelineDesc.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ComputeTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ComputeTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ComputeTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawAtlas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawAtlas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawCommands.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DrawParams.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/FactoryFunctions.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/FactoryFunctions.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/GlobalCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/GlobalCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/GpuWorkSubmission.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/GraphiteResourceKey.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/GraphiteResourceKey.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/KeyContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/KeyContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/KeyHelpers.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/KeyHelpers.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Log.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PaintOptionsPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PaintParams.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PaintParams.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PaintParamsKey.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PaintParamsKey.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PipelineData.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PipelineData.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Precompile.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Precompile.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PrecompileBasePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PublicPrecompile.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PublicPrecompile.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/QueueManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/QueueManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RecorderPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RecordingPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Renderer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RendererProvider.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RendererProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Resource.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Resource.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ResourceCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ResourceCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RuntimeEffectDictionary.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RuntimeEffectDictionary.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Sampler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Sampler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ShaderCodeDictionary.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ShaderCodeDictionary.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/SpecialImage_Graphite.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/SpecialImage_Graphite.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/SynchronizeToCpuTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/SynchronizeToCpuTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TextureProxyView.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TextureUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TextureUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/UniquePaintParamsID.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/UploadBufferManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/UploadBufferManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/UploadTask.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/UploadTask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnAsyncWait.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnAsyncWait.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnCaps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnCaps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnCommandBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnCommandBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnGraphicsPipeline.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnGraphicsPipeline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnGraphiteUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnGraphiteUtilsPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnQueueManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnQueueManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnResourceProvider.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnResourceProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnSampler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnSampler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnSharedContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnSharedContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnTexture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnTexture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnTypesPriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/Geometry.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/SubRunData.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlComputePipeline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlComputePipeline.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlQueueManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlQueueManager.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlSampler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlSampler.mm + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/AnalyticRRectRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/AnalyticRRectRenderStep.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/BitmapTextRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/BitmapTextRenderStep.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/CommonDepthStencilSettings.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/CoverBoundsRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/CoverBoundsRenderStep.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/DynamicInstancesPatchAllocator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/MiddleOutFanRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/MiddleOutFanRenderStep.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/SDFTextRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/SDFTextRenderStep.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/TessellateCurvesRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/TessellateCurvesRenderStep.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/TessellateStrokesRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/TessellateStrokesRenderStep.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/TessellateWedgesRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/TessellateWedgesRenderStep.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/VerticesRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/VerticesRenderStep.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/text/TextAtlasManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/text/TextAtlasManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanCaps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanCaps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtilsPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanResourceProvider.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanResourceProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanSharedContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanSharedContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanTexture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanTexture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/LinearTolerances.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/vk/VulkanUtilsPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkEmptyShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/gradients/SkGradientBaseShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLModuleLoader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLModuleLoader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLFinalizationChecks.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLHasSideEffects.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLIsSameExpressionTree.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLIsTrivialExpression.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLNoOpErrorReporter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLProgramUsage.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLProgram.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLAddConstToVarModifiers.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateEmptyStatements.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLRenamePrivateSymbols.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/StrikeForGPU.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/GlyphVector.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/GlyphVector.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SubRunContainer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SubRunContainer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkTestCanvas.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/gm/bug12866.cpp -FILE: ../../../third_party/skia/gm/crbug_1313579.cpp -FILE: ../../../third_party/skia/include/core/SkAlphaType.h -FILE: ../../../third_party/skia/include/core/SkCapabilities.h -FILE: ../../../third_party/skia/include/core/SkColorType.h -FILE: ../../../third_party/skia/include/core/SkPathUtils.h -FILE: ../../../third_party/skia/include/gpu/GpuTypes.h -FILE: ../../../third_party/skia/include/gpu/graphite/ContextOptions.h -FILE: ../../../third_party/skia/include/gpu/graphite/ImageProvider.h -FILE: ../../../third_party/skia/include/gpu/graphite/dawn/DawnBackendContext.h -FILE: ../../../third_party/skia/include/gpu/graphite/dawn/DawnUtils.h -FILE: ../../../third_party/skia/include/gpu/graphite/mtl/MtlGraphiteUtils.h -FILE: ../../../third_party/skia/include/gpu/graphite/vk/VulkanGraphiteUtils.h -FILE: ../../../third_party/skia/include/gpu/vk/VulkanBackendContext.h -FILE: ../../../third_party/skia/include/private/base/SkAPI.h -FILE: ../../../third_party/skia/include/private/base/SkAlign.h -FILE: ../../../third_party/skia/include/private/base/SkAlignedStorage.h -FILE: ../../../third_party/skia/include/private/base/SkAssert.h -FILE: ../../../third_party/skia/include/private/base/SkAttributes.h -FILE: ../../../third_party/skia/include/private/base/SkDebug.h -FILE: ../../../third_party/skia/include/private/base/SkFeatures.h -FILE: ../../../third_party/skia/include/private/base/SkLoadUserConfig.h -FILE: ../../../third_party/skia/include/private/base/SkTypeTraits.h -FILE: ../../../third_party/skia/include/sksl/SkSLVersion.h -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.cpp -FILE: ../../../third_party/skia/src/android/SkAndroidFrameworkPerfettoStaticStorage.cpp -FILE: ../../../third_party/skia/src/core/SkCapabilities.cpp -FILE: ../../../third_party/skia/src/core/SkDebugUtils.h -FILE: ../../../third_party/skia/src/core/SkPathEnums.h -FILE: ../../../third_party/skia/src/core/SkPathUtils.cpp -FILE: ../../../third_party/skia/src/core/SkSLTypeShared.cpp -FILE: ../../../third_party/skia/src/core/SkSLTypeShared.h -FILE: ../../../third_party/skia/src/effects/colorfilters/SkGaussianColorFilter.cpp -FILE: ../../../third_party/skia/src/gpu/AtlasTypes.cpp -FILE: ../../../third_party/skia/src/gpu/AtlasTypes.h -FILE: ../../../third_party/skia/src/gpu/RefCntedCallback.h -FILE: ../../../third_party/skia/src/gpu/SkBackingFit.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBufferTransferRenderTask.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBufferTransferRenderTask.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBufferUpdateRenderTask.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBufferUpdateRenderTask.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrImageInfo.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceProxyView.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/TestFormatColorTypeCombination.h -FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/PathTessellator.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/PathTessellator.h -FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.h -FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/VertexChunkPatchAllocator.h -FILE: ../../../third_party/skia/src/gpu/graphite/AttachmentTypes.h -FILE: ../../../third_party/skia/src/gpu/graphite/BuiltInCodeSnippetID.h -FILE: ../../../third_party/skia/src/gpu/graphite/ClearBuffersTask.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/ClearBuffersTask.h -FILE: ../../../third_party/skia/src/gpu/graphite/ClientMappedBufferManager.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/ClientMappedBufferManager.h -FILE: ../../../third_party/skia/src/gpu/graphite/ClipStack_graphite.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/ClipStack_graphite.h -FILE: ../../../third_party/skia/src/gpu/graphite/CommandTypes.h -FILE: ../../../third_party/skia/src/gpu/graphite/ComputePipeline.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/ComputePipeline.h -FILE: ../../../third_party/skia/src/gpu/graphite/ComputePipelineDesc.h -FILE: ../../../third_party/skia/src/gpu/graphite/ComputeTask.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/ComputeTask.h -FILE: ../../../third_party/skia/src/gpu/graphite/ComputeTypes.h -FILE: ../../../third_party/skia/src/gpu/graphite/DrawAtlas.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/DrawAtlas.h -FILE: ../../../third_party/skia/src/gpu/graphite/DrawCommands.h -FILE: ../../../third_party/skia/src/gpu/graphite/DrawParams.h -FILE: ../../../third_party/skia/src/gpu/graphite/FactoryFunctions.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/FactoryFunctions.h -FILE: ../../../third_party/skia/src/gpu/graphite/GlobalCache.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/GlobalCache.h -FILE: ../../../third_party/skia/src/gpu/graphite/GpuWorkSubmission.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/GraphiteResourceKey.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/GraphiteResourceKey.h -FILE: ../../../third_party/skia/src/gpu/graphite/KeyContext.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/KeyContext.h -FILE: ../../../third_party/skia/src/gpu/graphite/KeyHelpers.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/KeyHelpers.h -FILE: ../../../third_party/skia/src/gpu/graphite/Log.h -FILE: ../../../third_party/skia/src/gpu/graphite/PaintOptionsPriv.h -FILE: ../../../third_party/skia/src/gpu/graphite/PaintParams.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/PaintParams.h -FILE: ../../../third_party/skia/src/gpu/graphite/PaintParamsKey.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/PaintParamsKey.h -FILE: ../../../third_party/skia/src/gpu/graphite/PipelineData.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/PipelineData.h -FILE: ../../../third_party/skia/src/gpu/graphite/Precompile.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Precompile.h -FILE: ../../../third_party/skia/src/gpu/graphite/PrecompileBasePriv.h -FILE: ../../../third_party/skia/src/gpu/graphite/PublicPrecompile.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/PublicPrecompile.h -FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.h -FILE: ../../../third_party/skia/src/gpu/graphite/RecorderPriv.h -FILE: ../../../third_party/skia/src/gpu/graphite/RecordingPriv.h -FILE: ../../../third_party/skia/src/gpu/graphite/Renderer.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/RendererProvider.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/RendererProvider.h -FILE: ../../../third_party/skia/src/gpu/graphite/Resource.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Resource.h -FILE: ../../../third_party/skia/src/gpu/graphite/ResourceCache.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/ResourceCache.h -FILE: ../../../third_party/skia/src/gpu/graphite/RuntimeEffectDictionary.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/RuntimeEffectDictionary.h -FILE: ../../../third_party/skia/src/gpu/graphite/Sampler.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Sampler.h -FILE: ../../../third_party/skia/src/gpu/graphite/ShaderCodeDictionary.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/ShaderCodeDictionary.h -FILE: ../../../third_party/skia/src/gpu/graphite/SpecialImage_Graphite.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/SpecialImage_Graphite.h -FILE: ../../../third_party/skia/src/gpu/graphite/SynchronizeToCpuTask.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/SynchronizeToCpuTask.h -FILE: ../../../third_party/skia/src/gpu/graphite/TextureProxyView.h -FILE: ../../../third_party/skia/src/gpu/graphite/TextureUtils.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/TextureUtils.h -FILE: ../../../third_party/skia/src/gpu/graphite/UniquePaintParamsID.h -FILE: ../../../third_party/skia/src/gpu/graphite/UploadBufferManager.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/UploadBufferManager.h -FILE: ../../../third_party/skia/src/gpu/graphite/UploadTask.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/UploadTask.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnAsyncWait.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnAsyncWait.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnBuffer.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCaps.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCaps.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCommandBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCommandBuffer.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnGraphicsPipeline.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnGraphicsPipeline.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnGraphiteUtils.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnGraphiteUtilsPriv.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnQueueManager.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnQueueManager.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnResourceProvider.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnResourceProvider.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnSampler.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnSampler.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnSharedContext.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnSharedContext.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTexture.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTexture.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTypesPriv.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/geom/Geometry.h -FILE: ../../../third_party/skia/src/gpu/graphite/geom/SubRunData.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputePipeline.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputePipeline.mm -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlQueueManager.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlQueueManager.mm -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlSampler.h -FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlSampler.mm -FILE: ../../../third_party/skia/src/gpu/graphite/render/AnalyticRRectRenderStep.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/AnalyticRRectRenderStep.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/BitmapTextRenderStep.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/BitmapTextRenderStep.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/CommonDepthStencilSettings.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/CoverBoundsRenderStep.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/CoverBoundsRenderStep.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/DynamicInstancesPatchAllocator.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/MiddleOutFanRenderStep.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/MiddleOutFanRenderStep.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/SDFTextRenderStep.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/SDFTextRenderStep.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/TessellateCurvesRenderStep.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/TessellateCurvesRenderStep.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/TessellateStrokesRenderStep.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/TessellateStrokesRenderStep.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/TessellateWedgesRenderStep.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/TessellateWedgesRenderStep.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/VerticesRenderStep.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/VerticesRenderStep.h -FILE: ../../../third_party/skia/src/gpu/graphite/text/TextAtlasManager.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/text/TextAtlasManager.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanBuffer.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCaps.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCaps.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtils.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtilsPriv.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanResourceProvider.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanResourceProvider.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSharedContext.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSharedContext.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanTexture.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanTexture.h -FILE: ../../../third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.cpp -FILE: ../../../third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.h -FILE: ../../../third_party/skia/src/gpu/tessellate/LinearTolerances.h -FILE: ../../../third_party/skia/src/gpu/vk/VulkanUtilsPriv.h -FILE: ../../../third_party/skia/src/shaders/SkEmptyShader.cpp -FILE: ../../../third_party/skia/src/shaders/gradients/SkGradientBaseShader.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLModuleLoader.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLModuleLoader.h -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLFinalizationChecks.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLHasSideEffects.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsSameExpressionTree.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsTrivialExpression.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLNoOpErrorReporter.h -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLProgramUsage.h -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp -FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLProgram.cpp -FILE: ../../../third_party/skia/src/sksl/transform/SkSLAddConstToVarModifiers.cpp -FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateEmptyStatements.cpp -FILE: ../../../third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp -FILE: ../../../third_party/skia/src/sksl/transform/SkSLRenamePrivateSymbols.cpp -FILE: ../../../third_party/skia/src/text/StrikeForGPU.cpp -FILE: ../../../third_party/skia/src/text/gpu/GlyphVector.cpp -FILE: ../../../third_party/skia/src/text/gpu/GlyphVector.h -FILE: ../../../third_party/skia/src/text/gpu/SubRunContainer.cpp -FILE: ../../../third_party/skia/src/text/gpu/SubRunContainer.h -FILE: ../../../third_party/skia/src/utils/SkTestCanvas.h +FILE: ../../../flutter/third_party/skia/gm/bug12866.cpp +FILE: ../../../flutter/third_party/skia/gm/crbug_1313579.cpp +FILE: ../../../flutter/third_party/skia/include/core/SkAlphaType.h +FILE: ../../../flutter/third_party/skia/include/core/SkCapabilities.h +FILE: ../../../flutter/third_party/skia/include/core/SkColorType.h +FILE: ../../../flutter/third_party/skia/include/core/SkPathUtils.h +FILE: ../../../flutter/third_party/skia/include/gpu/GpuTypes.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/ContextOptions.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/ImageProvider.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/dawn/DawnBackendContext.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/dawn/DawnUtils.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/mtl/MtlGraphiteUtils.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/vk/VulkanGraphiteUtils.h +FILE: ../../../flutter/third_party/skia/include/gpu/vk/VulkanBackendContext.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkAPI.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkAlign.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkAlignedStorage.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkAssert.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkAttributes.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkDebug.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkFeatures.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkLoadUserConfig.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkTypeTraits.h +FILE: ../../../flutter/third_party/skia/include/sksl/SkSLVersion.h +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode.cpp +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.cpp +FILE: ../../../flutter/third_party/skia/src/android/SkAndroidFrameworkPerfettoStaticStorage.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkCapabilities.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDebugUtils.h +FILE: ../../../flutter/third_party/skia/src/core/SkPathEnums.h +FILE: ../../../flutter/third_party/skia/src/core/SkPathUtils.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkSLTypeShared.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkSLTypeShared.h +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkGaussianColorFilter.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/AtlasTypes.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/AtlasTypes.h +FILE: ../../../flutter/third_party/skia/src/gpu/RefCntedCallback.h +FILE: ../../../flutter/third_party/skia/src/gpu/SkBackingFit.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBufferTransferRenderTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBufferTransferRenderTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBufferUpdateRenderTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBufferUpdateRenderTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrImageInfo.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrSurfaceProxyView.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/TestFormatColorTypeCombination.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/PathTessellator.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/PathTessellator.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/tessellate/VertexChunkPatchAllocator.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/AttachmentTypes.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/BuiltInCodeSnippetID.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ClearBuffersTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ClearBuffersTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ClientMappedBufferManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ClientMappedBufferManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ClipStack_graphite.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ClipStack_graphite.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/CommandTypes.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ComputePipeline.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ComputePipeline.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ComputePipelineDesc.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ComputeTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ComputeTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ComputeTypes.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawAtlas.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawAtlas.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawCommands.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DrawParams.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/FactoryFunctions.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/FactoryFunctions.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/GlobalCache.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/GlobalCache.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/GpuWorkSubmission.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/GraphiteResourceKey.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/GraphiteResourceKey.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/KeyContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/KeyContext.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/KeyHelpers.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/KeyHelpers.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Log.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PaintOptionsPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PaintParams.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PaintParams.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PaintParamsKey.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PaintParamsKey.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PipelineData.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PipelineData.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Precompile.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Precompile.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PrecompileBasePriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PublicPrecompile.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PublicPrecompile.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/QueueManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/QueueManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RecorderPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RecordingPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Renderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RendererProvider.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RendererProvider.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Resource.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Resource.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ResourceCache.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ResourceCache.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RuntimeEffectDictionary.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RuntimeEffectDictionary.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Sampler.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Sampler.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ShaderCodeDictionary.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ShaderCodeDictionary.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/SpecialImage_Graphite.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/SpecialImage_Graphite.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/SynchronizeToCpuTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/SynchronizeToCpuTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TextureProxyView.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TextureUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TextureUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/UniquePaintParamsID.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/UploadBufferManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/UploadBufferManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/UploadTask.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/UploadTask.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnAsyncWait.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnAsyncWait.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnCaps.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnCaps.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnCommandBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnCommandBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnGraphicsPipeline.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnGraphicsPipeline.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnGraphiteUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnGraphiteUtilsPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnQueueManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnQueueManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnResourceProvider.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnResourceProvider.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnSampler.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnSampler.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnSharedContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnSharedContext.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnTexture.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnTexture.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnTypesPriv.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/Geometry.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/SubRunData.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlComputePipeline.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlComputePipeline.mm +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlQueueManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlQueueManager.mm +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlSampler.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/mtl/MtlSampler.mm +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/AnalyticRRectRenderStep.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/AnalyticRRectRenderStep.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/BitmapTextRenderStep.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/BitmapTextRenderStep.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/CommonDepthStencilSettings.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/CoverBoundsRenderStep.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/CoverBoundsRenderStep.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/DynamicInstancesPatchAllocator.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/MiddleOutFanRenderStep.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/MiddleOutFanRenderStep.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/SDFTextRenderStep.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/SDFTextRenderStep.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/TessellateCurvesRenderStep.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/TessellateCurvesRenderStep.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/TessellateStrokesRenderStep.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/TessellateStrokesRenderStep.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/TessellateWedgesRenderStep.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/TessellateWedgesRenderStep.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/VerticesRenderStep.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/VerticesRenderStep.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/text/TextAtlasManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/text/TextAtlasManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanCaps.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanCaps.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtilsPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanResourceProvider.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanResourceProvider.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanSharedContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanSharedContext.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanTexture.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanTexture.h +FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/LinearTolerances.h +FILE: ../../../flutter/third_party/skia/src/gpu/vk/VulkanUtilsPriv.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkEmptyShader.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/gradients/SkGradientBaseShader.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLModuleLoader.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLModuleLoader.h +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLFinalizationChecks.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLHasSideEffects.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLIsSameExpressionTree.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLIsTrivialExpression.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLNoOpErrorReporter.h +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLProgramUsage.h +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLProgram.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLAddConstToVarModifiers.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateEmptyStatements.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLRenamePrivateSymbols.cpp +FILE: ../../../flutter/third_party/skia/src/text/StrikeForGPU.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/GlyphVector.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/GlyphVector.h +FILE: ../../../flutter/third_party/skia/src/text/gpu/SubRunContainer.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/SubRunContainer.h +FILE: ../../../flutter/third_party/skia/src/utils/SkTestCanvas.h ---------------------------------------------------------------------------------------------------- Copyright 2022 Google LLC @@ -8500,35 +8500,35 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/include/gpu/MutableTextureState.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/dawn/DawnTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/vk/VulkanGraphiteTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/vk/VulkanExtensions.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/vk/VulkanMemoryAllocator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/vk/VulkanTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkContainers.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/gpu/graphite/DawnTypesPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/gpu/graphite/VulkanGraphiteTypesPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/gpu/vk/VulkanTypesPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/MutableTextureStateRef.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteTypes.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/tessellate/MidpointContourParser.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/SkSLPosition.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/MutableTextureState.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/dawn/DawnTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/vk/VulkanGraphiteTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/vk/VulkanExtensions.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/vk/VulkanMemoryAllocator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/vk/VulkanTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkContainers.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/graphite/DawnTypesPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/graphite/VulkanGraphiteTypesPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/vk/VulkanTypesPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/MutableTextureStateRef.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanGraphiteTypes.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/MidpointContourParser.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLPosition.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/include/gpu/MutableTextureState.h -FILE: ../../../third_party/skia/include/gpu/graphite/dawn/DawnTypes.h -FILE: ../../../third_party/skia/include/gpu/graphite/vk/VulkanGraphiteTypes.h -FILE: ../../../third_party/skia/include/gpu/vk/VulkanExtensions.h -FILE: ../../../third_party/skia/include/gpu/vk/VulkanMemoryAllocator.h -FILE: ../../../third_party/skia/include/gpu/vk/VulkanTypes.h -FILE: ../../../third_party/skia/include/private/base/SkContainers.h -FILE: ../../../third_party/skia/include/private/gpu/graphite/DawnTypesPriv.h -FILE: ../../../third_party/skia/include/private/gpu/graphite/VulkanGraphiteTypesPriv.h -FILE: ../../../third_party/skia/include/private/gpu/vk/VulkanTypesPriv.h -FILE: ../../../third_party/skia/src/gpu/MutableTextureStateRef.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteTypes.cpp -FILE: ../../../third_party/skia/src/gpu/tessellate/MidpointContourParser.h -FILE: ../../../third_party/skia/src/sksl/SkSLPosition.cpp +FILE: ../../../flutter/third_party/skia/include/gpu/MutableTextureState.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/dawn/DawnTypes.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/vk/VulkanGraphiteTypes.h +FILE: ../../../flutter/third_party/skia/include/gpu/vk/VulkanExtensions.h +FILE: ../../../flutter/third_party/skia/include/gpu/vk/VulkanMemoryAllocator.h +FILE: ../../../flutter/third_party/skia/include/gpu/vk/VulkanTypes.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkContainers.h +FILE: ../../../flutter/third_party/skia/include/private/gpu/graphite/DawnTypesPriv.h +FILE: ../../../flutter/third_party/skia/include/private/gpu/graphite/VulkanGraphiteTypesPriv.h +FILE: ../../../flutter/third_party/skia/include/private/gpu/vk/VulkanTypesPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/MutableTextureStateRef.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanGraphiteTypes.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/MidpointContourParser.h +FILE: ../../../flutter/third_party/skia/src/sksl/SkSLPosition.cpp ---------------------------------------------------------------------------------------------------- Copyright 2022 Google LLC. @@ -8563,11 +8563,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCOLRv1.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkMeshSpecification.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzCOLRv1.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSkMeshSpecification.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCOLRv1.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkMeshSpecification.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzCOLRv1.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSkMeshSpecification.cpp ---------------------------------------------------------------------------------------------------- Copyright 2022 Google, LLC @@ -8602,105 +8602,105 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/coordclampshader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fontations.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagefiltersunpremul.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_data.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/ports/SkTypeface_fontations.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/SkExif.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/SkGainmapShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/SkXmp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skcms/skcms.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/include/SlotManager.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skshaper/src/SkShaper_skunicode.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu4x.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkExif.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegConstants.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegSourceMgr.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegSourceMgr.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegXmp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkJpegXmp.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkTiffUtility.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkTiffUtility.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkXmp.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMipmapDrawDownSampler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMipmapHQDownSampler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineContextUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkJpegGainmapEncoder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/dawn/DawnUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanImageView.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanImageView.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_fontations.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_fontations_priv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExtension.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLIRHelpers.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifiersDeclaration.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLSwitchCase.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/coordclampshader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fontations.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/imagefiltersunpremul.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkFontMgr_data.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/ports/SkTypeface_fontations.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/SkExif.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/SkGainmapInfo.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/SkGainmapShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/SkJpegGainmapEncoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/SkXmp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skcms/skcms.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/include/SlotManager.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skottie/src/SlotManager.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skshaper/src/SkShaper_skunicode.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu4x.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkExif.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegConstants.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegMultiPicture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegMultiPicture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegSegmentScan.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegSegmentScan.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegSourceMgr.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegSourceMgr.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegXmp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkJpegXmp.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkTiffUtility.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkTiffUtility.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkXmp.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMipmapDrawDownSampler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMipmapHQDownSampler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRasterPipelineContextUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRasterPipelineOpList.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkJpegGainmapEncoder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/dawn/DawnUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanImageView.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanImageView.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkTypeface_fontations.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/SkTypeface_fontations_priv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkGainmapShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLExtension.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLIRHelpers.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLModifiersDeclaration.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSwitchCase.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/gm/coordclampshader.cpp -FILE: ../../../third_party/skia/gm/fontations.cpp -FILE: ../../../third_party/skia/gm/imagefiltersunpremul.cpp -FILE: ../../../third_party/skia/include/ports/SkFontMgr_data.h -FILE: ../../../third_party/skia/include/ports/SkTypeface_fontations.h -FILE: ../../../third_party/skia/include/private/SkExif.h -FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h -FILE: ../../../third_party/skia/include/private/SkGainmapShader.h -FILE: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h -FILE: ../../../third_party/skia/include/private/SkXmp.h -FILE: ../../../third_party/skia/modules/skcms/skcms.h -FILE: ../../../third_party/skia/modules/skottie/include/SlotManager.h -FILE: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp -FILE: ../../../third_party/skia/modules/skshaper/src/SkShaper_skunicode.cpp -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.cpp -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.h -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu4x.cpp -FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h -FILE: ../../../third_party/skia/src/codec/SkExif.cpp -FILE: ../../../third_party/skia/src/codec/SkJpegConstants.h -FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp -FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.h -FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp -FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.h -FILE: ../../../third_party/skia/src/codec/SkJpegSourceMgr.cpp -FILE: ../../../third_party/skia/src/codec/SkJpegSourceMgr.h -FILE: ../../../third_party/skia/src/codec/SkJpegXmp.cpp -FILE: ../../../third_party/skia/src/codec/SkJpegXmp.h -FILE: ../../../third_party/skia/src/codec/SkTiffUtility.cpp -FILE: ../../../third_party/skia/src/codec/SkTiffUtility.h -FILE: ../../../third_party/skia/src/codec/SkXmp.cpp -FILE: ../../../third_party/skia/src/core/SkMipmapDrawDownSampler.cpp -FILE: ../../../third_party/skia/src/core/SkMipmapHQDownSampler.cpp -FILE: ../../../third_party/skia/src/core/SkRasterPipelineContextUtils.h -FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h -FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h -FILE: ../../../third_party/skia/src/encode/SkJpegGainmapEncoder.cpp -FILE: ../../../third_party/skia/src/gpu/dawn/DawnUtils.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanImageView.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanImageView.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.h -FILE: ../../../third_party/skia/src/ports/SkTypeface_fontations.cpp -FILE: ../../../third_party/skia/src/ports/SkTypeface_fontations_priv.h -FILE: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLExtension.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLIRHelpers.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifiersDeclaration.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwitchCase.cpp +FILE: ../../../flutter/third_party/skia/gm/coordclampshader.cpp +FILE: ../../../flutter/third_party/skia/gm/fontations.cpp +FILE: ../../../flutter/third_party/skia/gm/imagefiltersunpremul.cpp +FILE: ../../../flutter/third_party/skia/include/ports/SkFontMgr_data.h +FILE: ../../../flutter/third_party/skia/include/ports/SkTypeface_fontations.h +FILE: ../../../flutter/third_party/skia/include/private/SkExif.h +FILE: ../../../flutter/third_party/skia/include/private/SkGainmapInfo.h +FILE: ../../../flutter/third_party/skia/include/private/SkGainmapShader.h +FILE: ../../../flutter/third_party/skia/include/private/SkJpegGainmapEncoder.h +FILE: ../../../flutter/third_party/skia/include/private/SkXmp.h +FILE: ../../../flutter/third_party/skia/modules/skcms/skcms.h +FILE: ../../../flutter/third_party/skia/modules/skottie/include/SlotManager.h +FILE: ../../../flutter/third_party/skia/modules/skottie/src/SlotManager.cpp +FILE: ../../../flutter/third_party/skia/modules/skshaper/src/SkShaper_skunicode.cpp +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.cpp +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.h +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu4x.cpp +FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h +FILE: ../../../flutter/third_party/skia/src/codec/SkExif.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegConstants.h +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegMultiPicture.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegMultiPicture.h +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegSegmentScan.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegSegmentScan.h +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegSourceMgr.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegSourceMgr.h +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegXmp.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkJpegXmp.h +FILE: ../../../flutter/third_party/skia/src/codec/SkTiffUtility.cpp +FILE: ../../../flutter/third_party/skia/src/codec/SkTiffUtility.h +FILE: ../../../flutter/third_party/skia/src/codec/SkXmp.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMipmapDrawDownSampler.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMipmapHQDownSampler.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRasterPipelineContextUtils.h +FILE: ../../../flutter/third_party/skia/src/core/SkRasterPipelineOpContexts.h +FILE: ../../../flutter/third_party/skia/src/core/SkRasterPipelineOpList.h +FILE: ../../../flutter/third_party/skia/src/encode/SkJpegGainmapEncoder.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/dawn/DawnUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanImageView.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanImageView.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanSamplerYcbcrConversion.h +FILE: ../../../flutter/third_party/skia/src/ports/SkTypeface_fontations.cpp +FILE: ../../../flutter/third_party/skia/src/ports/SkTypeface_fontations_priv.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkGainmapShader.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLExtension.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLIRHelpers.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLModifiersDeclaration.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSwitchCase.cpp ---------------------------------------------------------------------------------------------------- Copyright 2023 Google Inc. @@ -8735,563 +8735,563 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/FuzzCubicRoots.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/FuzzPrecompile.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/FuzzQuadRoots.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzColorspace.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCubicRoots.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPrecompile.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/fontations_ft_compare.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/graphite_replay.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/hello_bazel_world.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/png_codec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/rippleshadergm.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/scaledrects.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/workingspace.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/android/SkCanvasAndroid.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/android/SkHeifDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/android/SkImageAndroid.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/android/SkSurfaceAndroid.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkAvifDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkBmpDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkGifDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkIcoDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkJpegDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkJpegxlDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkPixmapUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkPngDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkRawDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkWbmpDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/codec/SkWebpDecoder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkColorTable.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkPoint.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkTextureCompressionType.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/core/SkTiledImageUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/docs/SkMultiPictureDocument.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/ganesh/GrExternalTextureGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkImageGanesh.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkMeshGanesh.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/ganesh/gl/GrGLBackendSurface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/ganesh/gl/GrGLDirectContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/ganesh/mtl/SkSurfaceMetal.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/ganesh/vk/GrVkBackendSurface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/ganesh/vk/GrVkDirectContext.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/BackendSemaphore.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/Image.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/Surface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/gpu/graphite/YUVABackendTextures.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkAnySubclass.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/base/SkCPUTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/chromium/GrDeferredDisplayList.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/chromium/GrDeferredDisplayListRecorder.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/chromium/GrPromiseImageTexture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/chromium/GrSurfaceCharacterization.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/chromium/SkImageChromium.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/include/private/gpu/graphite/ContextOptionsPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/BentleyOttmann1.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/BruteForceCrossings.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/EventQueue.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/EventQueueInterface.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/Int96.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/Point.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/Segment.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/SweepLine.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/BentleyOttmann1.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/BruteForceCrossings.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/EventQueue.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/Int96.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/Point.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/Segment.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/SweepLine.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skcms/src/skcms_RestoreTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skcms/src/skcms_SetTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skcms/src/skcms_TransformBaseline.cc + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skcms/src/skcms_TransformHsw.cc + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/modules/skcms/src/skcms_TransformSkx.cc + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkBezierCurves.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkCubics.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkCubics.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkFloatingPoint.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkQuads.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkQuads.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkRectMemcpy.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkSafeMath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkTime.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/base/SkTime.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/codec/SkImageGenerator_FromEncoded.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBitmapProcState_opts.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBitmapProcState_opts_hsw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBitmapProcState_opts_ssse3.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitMask.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitMask_opts.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitMask_opts_ssse3.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitRow_opts.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitRow_opts_hsw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlitter_A8.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlurEngine.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkBlurMaskFilterImpl.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkCanvas_Raster.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkChecksum.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkColorTable.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDrawBase.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkDrawBase.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFontMetricsPriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkFontMetricsPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMemset.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMemset_opts.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMemset_opts_avx.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkMipmapBuilder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkOptsTargets.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkPixmapDraw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRSXform.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkReadPixelsRec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkRuntimeBlender.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkScan_SAAPath.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSwizzler_opts.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSwizzler_opts_hsw.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkSwizzler_opts_ssse3.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/core/SkWritePixelsRec.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/SkShaderMaskFilterImpl.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkBlendModeColorFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkColorSpaceXformColorFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkColorSpaceXformColorFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkComposeColorFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkComposeColorFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkGaussianColorFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkMatrixColorFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkRuntimeColorFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkRuntimeColorFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkWorkingFormatColorFilter.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkWorkingFormatColorFilter.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkEncoder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkJpegEncoder_none.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkPngEncoderImpl.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkPngEncoder_none.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/encode/SkWebpEncoder_none.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/BlendFormula.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/BlendFormula.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/BlurUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/BlurUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/DitherUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/DitherUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/GpuTypesPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/PipelineUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/PipelineUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/TiledTextureUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/TiledTextureUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/dawn/DawnUtilsPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBackendSemaphorePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBackendSurfacePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrCanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrCanvas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDeferredDisplayList.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDeferredDisplayListPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDeferredDisplayListRecorder.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrMeshBuffers.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrMeshBuffers.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrPromiseImageTexture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrPerlinNoise2Effect.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrPerlinNoise2Effect.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/AHardwareBufferGL.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLBackendSurface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLBackendSurfacePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLDirectContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/GrTextureGenerator.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_GaneshFactories.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_LazyTexture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_LazyTexture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkSpecialImage_Ganesh.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/surface/SkSurface_AndroidFactories.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/AHardwareBufferVk.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkBackendSurface.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkBackendSurfacePriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDirectContext.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/AtlasProvider.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/AtlasProvider.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/BackendSemaphore.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/DescriptorTypes.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ImageFactories.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PathAtlas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/PathAtlas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ProxyCache.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ProxyCache.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/RasterPathAtlas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/RasterPathAtlas.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/ReadSwizzle.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/YUVABackendTextures.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/YUVATextureProxies.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/YUVATextureProxies.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/ComputeStep.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/ComputeStep.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/DispatchGroup.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/DispatchGroup.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/VelloRenderer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/VelloRenderer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnComputePipeline.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnComputePipeline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnErrorChecker.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnErrorChecker.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/CoverageMaskShape.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/EdgeAAQuad.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/CoverageMaskRenderStep.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/CoverageMaskRenderStep.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/GraphiteVertexFiller.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/PerEdgeAAQuadRenderStep.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/render/PerEdgeAAQuadRenderStep.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanFramebuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanFramebuffer.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanUtilsPriv.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImageGeneratorPriv.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImage_AndroidFactories.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImage_Base.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImage_LazyFactories.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImage_Picture.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImage_Picture.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImage_Raster.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkImage_RasterFactories.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkPictureImageGenerator.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkSurface_Base.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkSurface_Null.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/image/SkTiledImageUtils.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/opts/SkOpts_RestoreTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/opts/SkOpts_SetTarget.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/fontations/src/ffi.rs + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/ports/fontations/src/skpath_bridge.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkBlendShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkColorShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkCoordClampShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkEmptyShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkRuntimeShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkRuntimeShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkShaderBase.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkTriColorShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkTriColorShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkWorkingColorSpaceShader.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/SkWorkingColorSpaceShader.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkRadialGradient.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkSweepGradient.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLReturnsInputAlpha.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/SlugFromBuffer.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/SlugImpl.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/SlugImpl.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/VertexFiller.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/text/gpu/VertexFiller.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/utils/SkTestCanvas.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/toolchain/android_trampolines/gen_trampolines/gen_trampolines.go + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzCubicRoots.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzPrecompile.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/FuzzQuadRoots.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzColorspace.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzCubicRoots.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzPrecompile.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/fontations_ft_compare.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/graphite_replay.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/hello_bazel_world.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/png_codec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/rippleshadergm.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/scaledrects.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/gm/workingspace.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/android/SkCanvasAndroid.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/android/SkHeifDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/android/SkImageAndroid.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/android/SkSurfaceAndroid.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkAvifDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkBmpDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkGifDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkIcoDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkJpegDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkJpegxlDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkPixmapUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkPngDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkRawDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkWbmpDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/codec/SkWebpDecoder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkColorTable.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkPoint.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkTextureCompressionType.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/core/SkTiledImageUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/docs/SkMultiPictureDocument.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/GrExternalTextureGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/SkImageGanesh.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/SkMeshGanesh.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/GrGLBackendSurface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/GrGLDirectContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/mtl/SkSurfaceMetal.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/vk/GrVkBackendSurface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/vk/GrVkDirectContext.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/BackendSemaphore.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/Image.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/Surface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/YUVABackendTextures.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkAnySubclass.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkCPUTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/chromium/GrDeferredDisplayList.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/chromium/GrDeferredDisplayListRecorder.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/chromium/GrPromiseImageTexture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/chromium/GrSurfaceCharacterization.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/chromium/SkImageChromium.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/graphite/ContextOptionsPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/include/BentleyOttmann1.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/include/BruteForceCrossings.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/include/EventQueue.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/include/EventQueueInterface.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/include/Int96.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/include/Point.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/include/Segment.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/include/SweepLine.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/src/BentleyOttmann1.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/src/BruteForceCrossings.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/src/EventQueue.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/src/Int96.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/src/Point.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/src/Segment.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/bentleyottmann/src/SweepLine.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skcms/src/skcms_RestoreTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skcms/src/skcms_SetTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skcms/src/skcms_TransformBaseline.cc + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skcms/src/skcms_TransformHsw.cc + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/modules/skcms/src/skcms_TransformSkx.cc + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkBezierCurves.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkCubics.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkCubics.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkFloatingPoint.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkQuads.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkQuads.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkRectMemcpy.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkSafeMath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkTime.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/base/SkTime.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/codec/SkImageGenerator_FromEncoded.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmapProcState_opts.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmapProcState_opts_hsw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmapProcState_opts_ssse3.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitMask.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitMask_opts.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitMask_opts_ssse3.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitRow_opts.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitRow_opts_hsw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlitter_A8.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlurEngine.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlurMaskFilterImpl.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkCanvas_Raster.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkChecksum.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkColorTable.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDrawBase.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkDrawBase.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFontMetricsPriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkFontMetricsPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMemset.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMemset_opts.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMemset_opts_avx.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkMipmapBuilder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkOptsTargets.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkPixmapDraw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRSXform.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkReadPixelsRec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkRuntimeBlender.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkScan_SAAPath.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSwizzler_opts.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSwizzler_opts_hsw.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkSwizzler_opts_ssse3.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/core/SkWritePixelsRec.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/SkShaderMaskFilterImpl.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkBlendModeColorFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkColorSpaceXformColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkColorSpaceXformColorFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkComposeColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkComposeColorFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkGaussianColorFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkMatrixColorFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkRuntimeColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkRuntimeColorFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkWorkingFormatColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkWorkingFormatColorFilter.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkEncoder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkJpegEncoder_none.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkPngEncoderImpl.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkPngEncoder_none.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/encode/SkWebpEncoder_none.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/BlendFormula.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/BlendFormula.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/BlurUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/BlurUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/DitherUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/DitherUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/GpuTypesPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/TiledTextureUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/TiledTextureUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/dawn/DawnUtilsPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendSemaphorePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendSurfacePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCanvas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDeferredDisplayList.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDeferredDisplayListPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDeferredDisplayListRecorder.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFragmentProcessors.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFragmentProcessors.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrMeshBuffers.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrMeshBuffers.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPromiseImageTexture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrPerlinNoise2Effect.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrPerlinNoise2Effect.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/AHardwareBufferGL.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLBackendSurface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLBackendSurfacePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLDirectContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/GrImageUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/GrImageUtils.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/GrTextureGenerator.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_GaneshFactories.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_LazyTexture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_LazyTexture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkSpecialImage_Ganesh.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/surface/SkSurface_AndroidFactories.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/AHardwareBufferVk.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkBackendSurface.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkBackendSurfacePriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDirectContext.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/AtlasProvider.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/AtlasProvider.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/BackendSemaphore.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/DescriptorTypes.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ImageFactories.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Image_Base_Graphite.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PathAtlas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/PathAtlas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ProxyCache.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ProxyCache.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RasterPathAtlas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RasterPathAtlas.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ReadSwizzle.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/YUVABackendTextures.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/YUVATextureProxies.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/YUVATextureProxies.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/compute/ComputeStep.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/compute/ComputeStep.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/compute/DispatchGroup.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/compute/DispatchGroup.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/compute/VelloRenderer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/compute/VelloRenderer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnComputePipeline.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnComputePipeline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnErrorChecker.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnErrorChecker.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/CoverageMaskShape.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/EdgeAAQuad.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/CoverageMaskRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/CoverageMaskRenderStep.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/GraphiteVertexFiller.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/PerEdgeAAQuadRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/PerEdgeAAQuadRenderStep.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanFramebuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanFramebuffer.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanSampler.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanSampler.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/gpu/vk/VulkanUtilsPriv.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImageGeneratorPriv.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImage_AndroidFactories.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImage_Base.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImage_LazyFactories.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImage_Picture.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImage_Picture.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImage_Raster.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkImage_RasterFactories.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkPictureImageGenerator.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkSurface_Base.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkSurface_Null.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/image/SkTiledImageUtils.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/opts/SkOpts_RestoreTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/opts/SkOpts_SetTarget.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/fontations/src/ffi.rs + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/ports/fontations/src/skpath_bridge.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkBlendShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkColorShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkCoordClampShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkEmptyShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkRuntimeShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkRuntimeShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkShaderBase.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkTriColorShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkTriColorShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkWorkingColorSpaceShader.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkWorkingColorSpaceShader.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/gradients/SkRadialGradient.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/gradients/SkSweepGradient.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLReturnsInputAlpha.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLStructDefinition.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/tracing/SkSLTraceHook.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/tracing/SkSLTraceHook.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/SlugFromBuffer.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SlugImpl.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SlugImpl.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/VertexFiller.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/VertexFiller.h + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/utils/SkTestCanvas.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/toolchain/android_trampolines/gen_trampolines/gen_trampolines.go + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/FuzzCubicRoots.cpp -FILE: ../../../third_party/skia/fuzz/FuzzPrecompile.cpp -FILE: ../../../third_party/skia/fuzz/FuzzQuadRoots.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzColorspace.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCubicRoots.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPrecompile.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp -FILE: ../../../third_party/skia/gm/fontations_ft_compare.cpp -FILE: ../../../third_party/skia/gm/graphite_replay.cpp -FILE: ../../../third_party/skia/gm/hello_bazel_world.cpp -FILE: ../../../third_party/skia/gm/png_codec.cpp -FILE: ../../../third_party/skia/gm/rippleshadergm.cpp -FILE: ../../../third_party/skia/gm/scaledrects.cpp -FILE: ../../../third_party/skia/gm/workingspace.cpp -FILE: ../../../third_party/skia/include/android/SkCanvasAndroid.h -FILE: ../../../third_party/skia/include/android/SkHeifDecoder.h -FILE: ../../../third_party/skia/include/android/SkImageAndroid.h -FILE: ../../../third_party/skia/include/android/SkSurfaceAndroid.h -FILE: ../../../third_party/skia/include/codec/SkAvifDecoder.h -FILE: ../../../third_party/skia/include/codec/SkBmpDecoder.h -FILE: ../../../third_party/skia/include/codec/SkGifDecoder.h -FILE: ../../../third_party/skia/include/codec/SkIcoDecoder.h -FILE: ../../../third_party/skia/include/codec/SkJpegDecoder.h -FILE: ../../../third_party/skia/include/codec/SkJpegxlDecoder.h -FILE: ../../../third_party/skia/include/codec/SkPixmapUtils.h -FILE: ../../../third_party/skia/include/codec/SkPngDecoder.h -FILE: ../../../third_party/skia/include/codec/SkRawDecoder.h -FILE: ../../../third_party/skia/include/codec/SkWbmpDecoder.h -FILE: ../../../third_party/skia/include/codec/SkWebpDecoder.h -FILE: ../../../third_party/skia/include/core/SkColorTable.h -FILE: ../../../third_party/skia/include/core/SkPoint.h -FILE: ../../../third_party/skia/include/core/SkTextureCompressionType.h -FILE: ../../../third_party/skia/include/core/SkTiledImageUtils.h -FILE: ../../../third_party/skia/include/docs/SkMultiPictureDocument.h -FILE: ../../../third_party/skia/include/gpu/ganesh/GrExternalTextureGenerator.h -FILE: ../../../third_party/skia/include/gpu/ganesh/SkImageGanesh.h -FILE: ../../../third_party/skia/include/gpu/ganesh/SkMeshGanesh.h -FILE: ../../../third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h -FILE: ../../../third_party/skia/include/gpu/ganesh/gl/GrGLBackendSurface.h -FILE: ../../../third_party/skia/include/gpu/ganesh/gl/GrGLDirectContext.h -FILE: ../../../third_party/skia/include/gpu/ganesh/mtl/SkSurfaceMetal.h -FILE: ../../../third_party/skia/include/gpu/ganesh/vk/GrVkBackendSurface.h -FILE: ../../../third_party/skia/include/gpu/ganesh/vk/GrVkDirectContext.h -FILE: ../../../third_party/skia/include/gpu/graphite/BackendSemaphore.h -FILE: ../../../third_party/skia/include/gpu/graphite/Image.h -FILE: ../../../third_party/skia/include/gpu/graphite/Surface.h -FILE: ../../../third_party/skia/include/gpu/graphite/YUVABackendTextures.h -FILE: ../../../third_party/skia/include/private/base/SkAnySubclass.h -FILE: ../../../third_party/skia/include/private/base/SkCPUTypes.h -FILE: ../../../third_party/skia/include/private/chromium/GrDeferredDisplayList.h -FILE: ../../../third_party/skia/include/private/chromium/GrDeferredDisplayListRecorder.h -FILE: ../../../third_party/skia/include/private/chromium/GrPromiseImageTexture.h -FILE: ../../../third_party/skia/include/private/chromium/GrSurfaceCharacterization.h -FILE: ../../../third_party/skia/include/private/chromium/SkImageChromium.h -FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h -FILE: ../../../third_party/skia/include/private/gpu/graphite/ContextOptionsPriv.h -FILE: ../../../third_party/skia/modules/bentleyottmann/include/BentleyOttmann1.h -FILE: ../../../third_party/skia/modules/bentleyottmann/include/BruteForceCrossings.h -FILE: ../../../third_party/skia/modules/bentleyottmann/include/EventQueue.h -FILE: ../../../third_party/skia/modules/bentleyottmann/include/EventQueueInterface.h -FILE: ../../../third_party/skia/modules/bentleyottmann/include/Int96.h -FILE: ../../../third_party/skia/modules/bentleyottmann/include/Point.h -FILE: ../../../third_party/skia/modules/bentleyottmann/include/Segment.h -FILE: ../../../third_party/skia/modules/bentleyottmann/include/SweepLine.h -FILE: ../../../third_party/skia/modules/bentleyottmann/src/BentleyOttmann1.cpp -FILE: ../../../third_party/skia/modules/bentleyottmann/src/BruteForceCrossings.cpp -FILE: ../../../third_party/skia/modules/bentleyottmann/src/EventQueue.cpp -FILE: ../../../third_party/skia/modules/bentleyottmann/src/Int96.cpp -FILE: ../../../third_party/skia/modules/bentleyottmann/src/Point.cpp -FILE: ../../../third_party/skia/modules/bentleyottmann/src/Segment.cpp -FILE: ../../../third_party/skia/modules/bentleyottmann/src/SweepLine.cpp -FILE: ../../../third_party/skia/modules/skcms/src/skcms_RestoreTarget.h -FILE: ../../../third_party/skia/modules/skcms/src/skcms_SetTarget.h -FILE: ../../../third_party/skia/modules/skcms/src/skcms_TransformBaseline.cc -FILE: ../../../third_party/skia/modules/skcms/src/skcms_TransformHsw.cc -FILE: ../../../third_party/skia/modules/skcms/src/skcms_TransformSkx.cc -FILE: ../../../third_party/skia/src/base/SkBezierCurves.h -FILE: ../../../third_party/skia/src/base/SkCubics.cpp -FILE: ../../../third_party/skia/src/base/SkCubics.h -FILE: ../../../third_party/skia/src/base/SkFloatingPoint.cpp -FILE: ../../../third_party/skia/src/base/SkQuads.cpp -FILE: ../../../third_party/skia/src/base/SkQuads.h -FILE: ../../../third_party/skia/src/base/SkRectMemcpy.h -FILE: ../../../third_party/skia/src/base/SkSafeMath.cpp -FILE: ../../../third_party/skia/src/base/SkTime.cpp -FILE: ../../../third_party/skia/src/base/SkTime.h -FILE: ../../../third_party/skia/src/codec/SkImageGenerator_FromEncoded.cpp -FILE: ../../../third_party/skia/src/core/SkBitmapProcState_opts.cpp -FILE: ../../../third_party/skia/src/core/SkBitmapProcState_opts_hsw.cpp -FILE: ../../../third_party/skia/src/core/SkBitmapProcState_opts_ssse3.cpp -FILE: ../../../third_party/skia/src/core/SkBlitMask.h -FILE: ../../../third_party/skia/src/core/SkBlitMask_opts.cpp -FILE: ../../../third_party/skia/src/core/SkBlitMask_opts_ssse3.cpp -FILE: ../../../third_party/skia/src/core/SkBlitRow_opts.cpp -FILE: ../../../third_party/skia/src/core/SkBlitRow_opts_hsw.cpp -FILE: ../../../third_party/skia/src/core/SkBlitter_A8.h -FILE: ../../../third_party/skia/src/core/SkBlurEngine.h -FILE: ../../../third_party/skia/src/core/SkBlurMaskFilterImpl.h -FILE: ../../../third_party/skia/src/core/SkCanvas_Raster.cpp -FILE: ../../../third_party/skia/src/core/SkChecksum.cpp -FILE: ../../../third_party/skia/src/core/SkColorTable.cpp -FILE: ../../../third_party/skia/src/core/SkDrawBase.cpp -FILE: ../../../third_party/skia/src/core/SkDrawBase.h -FILE: ../../../third_party/skia/src/core/SkFontMetricsPriv.cpp -FILE: ../../../third_party/skia/src/core/SkFontMetricsPriv.h -FILE: ../../../third_party/skia/src/core/SkMemset.h -FILE: ../../../third_party/skia/src/core/SkMemset_opts.cpp -FILE: ../../../third_party/skia/src/core/SkMemset_opts_avx.cpp -FILE: ../../../third_party/skia/src/core/SkMipmapBuilder.cpp -FILE: ../../../third_party/skia/src/core/SkOptsTargets.h -FILE: ../../../third_party/skia/src/core/SkPixmapDraw.cpp -FILE: ../../../third_party/skia/src/core/SkRSXform.cpp -FILE: ../../../third_party/skia/src/core/SkReadPixelsRec.cpp -FILE: ../../../third_party/skia/src/core/SkRuntimeBlender.h -FILE: ../../../third_party/skia/src/core/SkScan_SAAPath.cpp -FILE: ../../../third_party/skia/src/core/SkSwizzler_opts.cpp -FILE: ../../../third_party/skia/src/core/SkSwizzler_opts_hsw.cpp -FILE: ../../../third_party/skia/src/core/SkSwizzler_opts_ssse3.cpp -FILE: ../../../third_party/skia/src/core/SkWritePixelsRec.cpp -FILE: ../../../third_party/skia/src/effects/SkShaderMaskFilterImpl.h -FILE: ../../../third_party/skia/src/effects/colorfilters/SkBlendModeColorFilter.h -FILE: ../../../third_party/skia/src/effects/colorfilters/SkColorSpaceXformColorFilter.cpp -FILE: ../../../third_party/skia/src/effects/colorfilters/SkColorSpaceXformColorFilter.h -FILE: ../../../third_party/skia/src/effects/colorfilters/SkComposeColorFilter.cpp -FILE: ../../../third_party/skia/src/effects/colorfilters/SkComposeColorFilter.h -FILE: ../../../third_party/skia/src/effects/colorfilters/SkGaussianColorFilter.h -FILE: ../../../third_party/skia/src/effects/colorfilters/SkMatrixColorFilter.h -FILE: ../../../third_party/skia/src/effects/colorfilters/SkRuntimeColorFilter.cpp -FILE: ../../../third_party/skia/src/effects/colorfilters/SkRuntimeColorFilter.h -FILE: ../../../third_party/skia/src/effects/colorfilters/SkWorkingFormatColorFilter.cpp -FILE: ../../../third_party/skia/src/effects/colorfilters/SkWorkingFormatColorFilter.h -FILE: ../../../third_party/skia/src/encode/SkEncoder.cpp -FILE: ../../../third_party/skia/src/encode/SkJpegEncoder_none.cpp -FILE: ../../../third_party/skia/src/encode/SkPngEncoderImpl.h -FILE: ../../../third_party/skia/src/encode/SkPngEncoder_none.cpp -FILE: ../../../third_party/skia/src/encode/SkWebpEncoder_none.cpp -FILE: ../../../third_party/skia/src/gpu/BlendFormula.cpp -FILE: ../../../third_party/skia/src/gpu/BlendFormula.h -FILE: ../../../third_party/skia/src/gpu/BlurUtils.cpp -FILE: ../../../third_party/skia/src/gpu/BlurUtils.h -FILE: ../../../third_party/skia/src/gpu/DitherUtils.cpp -FILE: ../../../third_party/skia/src/gpu/DitherUtils.h -FILE: ../../../third_party/skia/src/gpu/GpuTypesPriv.h -FILE: ../../../third_party/skia/src/gpu/PipelineUtils.cpp -FILE: ../../../third_party/skia/src/gpu/PipelineUtils.h -FILE: ../../../third_party/skia/src/gpu/TiledTextureUtils.cpp -FILE: ../../../third_party/skia/src/gpu/TiledTextureUtils.h -FILE: ../../../third_party/skia/src/gpu/dawn/DawnUtilsPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBackendSemaphorePriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrBackendSurfacePriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrCanvas.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrCanvas.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDeferredDisplayList.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDeferredDisplayListPriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrDeferredDisplayListRecorder.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrMeshBuffers.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/GrMeshBuffers.h -FILE: ../../../third_party/skia/src/gpu/ganesh/GrPromiseImageTexture.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.h -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrPerlinNoise2Effect.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrPerlinNoise2Effect.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/AHardwareBufferGL.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLBackendSurface.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLBackendSurfacePriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLDirectContext.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.h -FILE: ../../../third_party/skia/src/gpu/ganesh/image/GrTextureGenerator.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_GaneshFactories.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_LazyTexture.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_LazyTexture.h -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.h -FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkSpecialImage_Ganesh.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/surface/SkSurface_AndroidFactories.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/AHardwareBufferVk.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkBackendSurface.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkBackendSurfacePriv.h -FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkDirectContext.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/AtlasProvider.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/AtlasProvider.h -FILE: ../../../third_party/skia/src/gpu/graphite/BackendSemaphore.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/DescriptorTypes.h -FILE: ../../../third_party/skia/src/gpu/graphite/ImageFactories.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h -FILE: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.h -FILE: ../../../third_party/skia/src/gpu/graphite/PathAtlas.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/PathAtlas.h -FILE: ../../../third_party/skia/src/gpu/graphite/ProxyCache.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/ProxyCache.h -FILE: ../../../third_party/skia/src/gpu/graphite/RasterPathAtlas.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/RasterPathAtlas.h -FILE: ../../../third_party/skia/src/gpu/graphite/ReadSwizzle.h -FILE: ../../../third_party/skia/src/gpu/graphite/YUVABackendTextures.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/YUVATextureProxies.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/YUVATextureProxies.h -FILE: ../../../third_party/skia/src/gpu/graphite/compute/ComputeStep.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/compute/ComputeStep.h -FILE: ../../../third_party/skia/src/gpu/graphite/compute/DispatchGroup.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/compute/DispatchGroup.h -FILE: ../../../third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.h -FILE: ../../../third_party/skia/src/gpu/graphite/compute/VelloRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/compute/VelloRenderer.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnComputePipeline.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnComputePipeline.h -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnErrorChecker.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnErrorChecker.h -FILE: ../../../third_party/skia/src/gpu/graphite/geom/CoverageMaskShape.h -FILE: ../../../third_party/skia/src/gpu/graphite/geom/EdgeAAQuad.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/CoverageMaskRenderStep.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/CoverageMaskRenderStep.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/GraphiteVertexFiller.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/PerEdgeAAQuadRenderStep.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/PerEdgeAAQuadRenderStep.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanFramebuffer.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanFramebuffer.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.h -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.h -FILE: ../../../third_party/skia/src/gpu/vk/VulkanUtilsPriv.cpp -FILE: ../../../third_party/skia/src/image/SkImageGeneratorPriv.h -FILE: ../../../third_party/skia/src/image/SkImage_AndroidFactories.cpp -FILE: ../../../third_party/skia/src/image/SkImage_Base.cpp -FILE: ../../../third_party/skia/src/image/SkImage_LazyFactories.cpp -FILE: ../../../third_party/skia/src/image/SkImage_Picture.cpp -FILE: ../../../third_party/skia/src/image/SkImage_Picture.h -FILE: ../../../third_party/skia/src/image/SkImage_Raster.h -FILE: ../../../third_party/skia/src/image/SkImage_RasterFactories.cpp -FILE: ../../../third_party/skia/src/image/SkPictureImageGenerator.h -FILE: ../../../third_party/skia/src/image/SkSurface_Base.cpp -FILE: ../../../third_party/skia/src/image/SkSurface_Null.cpp -FILE: ../../../third_party/skia/src/image/SkTiledImageUtils.cpp -FILE: ../../../third_party/skia/src/opts/SkOpts_RestoreTarget.h -FILE: ../../../third_party/skia/src/opts/SkOpts_SetTarget.h -FILE: ../../../third_party/skia/src/ports/fontations/src/ffi.rs -FILE: ../../../third_party/skia/src/ports/fontations/src/skpath_bridge.h -FILE: ../../../third_party/skia/src/shaders/SkBlendShader.h -FILE: ../../../third_party/skia/src/shaders/SkColorShader.h -FILE: ../../../third_party/skia/src/shaders/SkCoordClampShader.h -FILE: ../../../third_party/skia/src/shaders/SkEmptyShader.h -FILE: ../../../third_party/skia/src/shaders/SkRuntimeShader.cpp -FILE: ../../../third_party/skia/src/shaders/SkRuntimeShader.h -FILE: ../../../third_party/skia/src/shaders/SkShaderBase.cpp -FILE: ../../../third_party/skia/src/shaders/SkTriColorShader.cpp -FILE: ../../../third_party/skia/src/shaders/SkTriColorShader.h -FILE: ../../../third_party/skia/src/shaders/SkWorkingColorSpaceShader.cpp -FILE: ../../../third_party/skia/src/shaders/SkWorkingColorSpaceShader.h -FILE: ../../../third_party/skia/src/shaders/gradients/SkRadialGradient.h -FILE: ../../../third_party/skia/src/shaders/gradients/SkSweepGradient.h -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp -FILE: ../../../third_party/skia/src/sksl/analysis/SkSLReturnsInputAlpha.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.cpp -FILE: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.cpp -FILE: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.h -FILE: ../../../third_party/skia/src/sksl/transform/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp -FILE: ../../../third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp -FILE: ../../../third_party/skia/src/text/SlugFromBuffer.cpp -FILE: ../../../third_party/skia/src/text/gpu/SlugImpl.cpp -FILE: ../../../third_party/skia/src/text/gpu/SlugImpl.h -FILE: ../../../third_party/skia/src/text/gpu/VertexFiller.cpp -FILE: ../../../third_party/skia/src/text/gpu/VertexFiller.h -FILE: ../../../third_party/skia/src/utils/SkTestCanvas.cpp -FILE: ../../../third_party/skia/toolchain/android_trampolines/gen_trampolines/gen_trampolines.go +FILE: ../../../flutter/third_party/skia/fuzz/FuzzCubicRoots.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzPrecompile.cpp +FILE: ../../../flutter/third_party/skia/fuzz/FuzzQuadRoots.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzColorspace.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzCubicRoots.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzPrecompile.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp +FILE: ../../../flutter/third_party/skia/gm/fontations_ft_compare.cpp +FILE: ../../../flutter/third_party/skia/gm/graphite_replay.cpp +FILE: ../../../flutter/third_party/skia/gm/hello_bazel_world.cpp +FILE: ../../../flutter/third_party/skia/gm/png_codec.cpp +FILE: ../../../flutter/third_party/skia/gm/rippleshadergm.cpp +FILE: ../../../flutter/third_party/skia/gm/scaledrects.cpp +FILE: ../../../flutter/third_party/skia/gm/workingspace.cpp +FILE: ../../../flutter/third_party/skia/include/android/SkCanvasAndroid.h +FILE: ../../../flutter/third_party/skia/include/android/SkHeifDecoder.h +FILE: ../../../flutter/third_party/skia/include/android/SkImageAndroid.h +FILE: ../../../flutter/third_party/skia/include/android/SkSurfaceAndroid.h +FILE: ../../../flutter/third_party/skia/include/codec/SkAvifDecoder.h +FILE: ../../../flutter/third_party/skia/include/codec/SkBmpDecoder.h +FILE: ../../../flutter/third_party/skia/include/codec/SkGifDecoder.h +FILE: ../../../flutter/third_party/skia/include/codec/SkIcoDecoder.h +FILE: ../../../flutter/third_party/skia/include/codec/SkJpegDecoder.h +FILE: ../../../flutter/third_party/skia/include/codec/SkJpegxlDecoder.h +FILE: ../../../flutter/third_party/skia/include/codec/SkPixmapUtils.h +FILE: ../../../flutter/third_party/skia/include/codec/SkPngDecoder.h +FILE: ../../../flutter/third_party/skia/include/codec/SkRawDecoder.h +FILE: ../../../flutter/third_party/skia/include/codec/SkWbmpDecoder.h +FILE: ../../../flutter/third_party/skia/include/codec/SkWebpDecoder.h +FILE: ../../../flutter/third_party/skia/include/core/SkColorTable.h +FILE: ../../../flutter/third_party/skia/include/core/SkPoint.h +FILE: ../../../flutter/third_party/skia/include/core/SkTextureCompressionType.h +FILE: ../../../flutter/third_party/skia/include/core/SkTiledImageUtils.h +FILE: ../../../flutter/third_party/skia/include/docs/SkMultiPictureDocument.h +FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/GrExternalTextureGenerator.h +FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/SkImageGanesh.h +FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/SkMeshGanesh.h +FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h +FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/GrGLBackendSurface.h +FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/GrGLDirectContext.h +FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/mtl/SkSurfaceMetal.h +FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/vk/GrVkBackendSurface.h +FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/vk/GrVkDirectContext.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/BackendSemaphore.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/Image.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/Surface.h +FILE: ../../../flutter/third_party/skia/include/gpu/graphite/YUVABackendTextures.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkAnySubclass.h +FILE: ../../../flutter/third_party/skia/include/private/base/SkCPUTypes.h +FILE: ../../../flutter/third_party/skia/include/private/chromium/GrDeferredDisplayList.h +FILE: ../../../flutter/third_party/skia/include/private/chromium/GrDeferredDisplayListRecorder.h +FILE: ../../../flutter/third_party/skia/include/private/chromium/GrPromiseImageTexture.h +FILE: ../../../flutter/third_party/skia/include/private/chromium/GrSurfaceCharacterization.h +FILE: ../../../flutter/third_party/skia/include/private/chromium/SkImageChromium.h +FILE: ../../../flutter/third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h +FILE: ../../../flutter/third_party/skia/include/private/gpu/graphite/ContextOptionsPriv.h +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/include/BentleyOttmann1.h +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/include/BruteForceCrossings.h +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/include/EventQueue.h +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/include/EventQueueInterface.h +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/include/Int96.h +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/include/Point.h +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/include/Segment.h +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/include/SweepLine.h +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/src/BentleyOttmann1.cpp +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/src/BruteForceCrossings.cpp +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/src/EventQueue.cpp +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/src/Int96.cpp +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/src/Point.cpp +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/src/Segment.cpp +FILE: ../../../flutter/third_party/skia/modules/bentleyottmann/src/SweepLine.cpp +FILE: ../../../flutter/third_party/skia/modules/skcms/src/skcms_RestoreTarget.h +FILE: ../../../flutter/third_party/skia/modules/skcms/src/skcms_SetTarget.h +FILE: ../../../flutter/third_party/skia/modules/skcms/src/skcms_TransformBaseline.cc +FILE: ../../../flutter/third_party/skia/modules/skcms/src/skcms_TransformHsw.cc +FILE: ../../../flutter/third_party/skia/modules/skcms/src/skcms_TransformSkx.cc +FILE: ../../../flutter/third_party/skia/src/base/SkBezierCurves.h +FILE: ../../../flutter/third_party/skia/src/base/SkCubics.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkCubics.h +FILE: ../../../flutter/third_party/skia/src/base/SkFloatingPoint.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkQuads.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkQuads.h +FILE: ../../../flutter/third_party/skia/src/base/SkRectMemcpy.h +FILE: ../../../flutter/third_party/skia/src/base/SkSafeMath.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkTime.cpp +FILE: ../../../flutter/third_party/skia/src/base/SkTime.h +FILE: ../../../flutter/third_party/skia/src/codec/SkImageGenerator_FromEncoded.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBitmapProcState_opts.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBitmapProcState_opts_hsw.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBitmapProcState_opts_ssse3.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBlitMask.h +FILE: ../../../flutter/third_party/skia/src/core/SkBlitMask_opts.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBlitMask_opts_ssse3.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBlitRow_opts.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBlitRow_opts_hsw.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkBlitter_A8.h +FILE: ../../../flutter/third_party/skia/src/core/SkBlurEngine.h +FILE: ../../../flutter/third_party/skia/src/core/SkBlurMaskFilterImpl.h +FILE: ../../../flutter/third_party/skia/src/core/SkCanvas_Raster.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkChecksum.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkColorTable.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDrawBase.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkDrawBase.h +FILE: ../../../flutter/third_party/skia/src/core/SkFontMetricsPriv.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkFontMetricsPriv.h +FILE: ../../../flutter/third_party/skia/src/core/SkMemset.h +FILE: ../../../flutter/third_party/skia/src/core/SkMemset_opts.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMemset_opts_avx.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkMipmapBuilder.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkOptsTargets.h +FILE: ../../../flutter/third_party/skia/src/core/SkPixmapDraw.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRSXform.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkReadPixelsRec.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkRuntimeBlender.h +FILE: ../../../flutter/third_party/skia/src/core/SkScan_SAAPath.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkSwizzler_opts.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkSwizzler_opts_hsw.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkSwizzler_opts_ssse3.cpp +FILE: ../../../flutter/third_party/skia/src/core/SkWritePixelsRec.cpp +FILE: ../../../flutter/third_party/skia/src/effects/SkShaderMaskFilterImpl.h +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkBlendModeColorFilter.h +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkColorSpaceXformColorFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkColorSpaceXformColorFilter.h +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkComposeColorFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkComposeColorFilter.h +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkGaussianColorFilter.h +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkMatrixColorFilter.h +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkRuntimeColorFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkRuntimeColorFilter.h +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkWorkingFormatColorFilter.cpp +FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkWorkingFormatColorFilter.h +FILE: ../../../flutter/third_party/skia/src/encode/SkEncoder.cpp +FILE: ../../../flutter/third_party/skia/src/encode/SkJpegEncoder_none.cpp +FILE: ../../../flutter/third_party/skia/src/encode/SkPngEncoderImpl.h +FILE: ../../../flutter/third_party/skia/src/encode/SkPngEncoder_none.cpp +FILE: ../../../flutter/third_party/skia/src/encode/SkWebpEncoder_none.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/BlendFormula.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/BlendFormula.h +FILE: ../../../flutter/third_party/skia/src/gpu/BlurUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/BlurUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/DitherUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/DitherUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/GpuTypesPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/TiledTextureUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/TiledTextureUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/dawn/DawnUtilsPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendSemaphorePriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrBackendSurfacePriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCanvas.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrCanvas.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDeferredDisplayList.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDeferredDisplayListPriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrDeferredDisplayListRecorder.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFragmentProcessors.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFragmentProcessors.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrMeshBuffers.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrMeshBuffers.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrPromiseImageTexture.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrPerlinNoise2Effect.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/effects/GrPerlinNoise2Effect.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/AHardwareBufferGL.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLBackendSurface.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLBackendSurfacePriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLDirectContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/GrImageUtils.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/GrImageUtils.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/GrTextureGenerator.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_GaneshFactories.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_LazyTexture.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_LazyTexture.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/image/SkSpecialImage_Ganesh.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/surface/SkSurface_AndroidFactories.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/AHardwareBufferVk.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkBackendSurface.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkBackendSurfacePriv.h +FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/vk/GrVkDirectContext.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/AtlasProvider.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/AtlasProvider.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/BackendSemaphore.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/DescriptorTypes.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ImageFactories.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Image_Base_Graphite.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PathAtlas.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/PathAtlas.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ProxyCache.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ProxyCache.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RasterPathAtlas.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RasterPathAtlas.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ReadSwizzle.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/YUVABackendTextures.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/YUVATextureProxies.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/YUVATextureProxies.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/compute/ComputeStep.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/compute/ComputeStep.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/compute/DispatchGroup.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/compute/DispatchGroup.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/compute/VelloRenderer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/compute/VelloRenderer.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnComputePipeline.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnComputePipeline.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnErrorChecker.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/dawn/DawnErrorChecker.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/CoverageMaskShape.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/EdgeAAQuad.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/CoverageMaskRenderStep.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/CoverageMaskRenderStep.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/GraphiteVertexFiller.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/PerEdgeAAQuadRenderStep.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/PerEdgeAAQuadRenderStep.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanFramebuffer.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanFramebuffer.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.h +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanSampler.cpp +FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanSampler.h +FILE: ../../../flutter/third_party/skia/src/gpu/vk/VulkanUtilsPriv.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkImageGeneratorPriv.h +FILE: ../../../flutter/third_party/skia/src/image/SkImage_AndroidFactories.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkImage_Base.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkImage_LazyFactories.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkImage_Picture.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkImage_Picture.h +FILE: ../../../flutter/third_party/skia/src/image/SkImage_Raster.h +FILE: ../../../flutter/third_party/skia/src/image/SkImage_RasterFactories.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkPictureImageGenerator.h +FILE: ../../../flutter/third_party/skia/src/image/SkSurface_Base.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkSurface_Null.cpp +FILE: ../../../flutter/third_party/skia/src/image/SkTiledImageUtils.cpp +FILE: ../../../flutter/third_party/skia/src/opts/SkOpts_RestoreTarget.h +FILE: ../../../flutter/third_party/skia/src/opts/SkOpts_SetTarget.h +FILE: ../../../flutter/third_party/skia/src/ports/fontations/src/ffi.rs +FILE: ../../../flutter/third_party/skia/src/ports/fontations/src/skpath_bridge.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkBlendShader.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkColorShader.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkCoordClampShader.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkEmptyShader.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkRuntimeShader.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkRuntimeShader.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkShaderBase.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkTriColorShader.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkTriColorShader.h +FILE: ../../../flutter/third_party/skia/src/shaders/SkWorkingColorSpaceShader.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkWorkingColorSpaceShader.h +FILE: ../../../flutter/third_party/skia/src/shaders/gradients/SkRadialGradient.h +FILE: ../../../flutter/third_party/skia/src/shaders/gradients/SkSweepGradient.h +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLReturnsInputAlpha.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLStructDefinition.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/tracing/SkSLTraceHook.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/tracing/SkSLTraceHook.h +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp +FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp +FILE: ../../../flutter/third_party/skia/src/text/SlugFromBuffer.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/SlugImpl.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/SlugImpl.h +FILE: ../../../flutter/third_party/skia/src/text/gpu/VertexFiller.cpp +FILE: ../../../flutter/third_party/skia/src/text/gpu/VertexFiller.h +FILE: ../../../flutter/third_party/skia/src/utils/SkTestCanvas.cpp +FILE: ../../../flutter/third_party/skia/toolchain/android_trampolines/gen_trampolines/gen_trampolines.go ---------------------------------------------------------------------------------------------------- Copyright 2023 Google LLC @@ -9326,9 +9326,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLEmptyExpression.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLEmptyExpression.h + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/sksl/ir/SkSLEmptyExpression.h +FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLEmptyExpression.h ---------------------------------------------------------------------------------------------------- Copyright 2023 Google LLC. @@ -9363,13 +9363,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSKSL2WGSL.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeBlender.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeColorFilter.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSKSL2WGSL.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeBlender.cpp + ../../../flutter/third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSKSL2WGSL.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeBlender.cpp -FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeColorFilter.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSKSL2WGSL.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeBlender.cpp +FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeColorFilter.cpp ---------------------------------------------------------------------------------------------------- Copyright 2023 Google, LLC @@ -9404,9 +9404,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/shaders/SkCoordClampShader.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../flutter/third_party/skia/src/shaders/SkCoordClampShader.cpp + ../../../flutter/third_party/skia/LICENSE TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/shaders/SkCoordClampShader.cpp +FILE: ../../../flutter/third_party/skia/src/shaders/SkCoordClampShader.cpp ---------------------------------------------------------------------------------------------------- Copyright 2023 The Android Open Source Project diff --git a/engine/src/flutter/ci/licenses_golden/tool_signature b/engine/src/flutter/ci/licenses_golden/tool_signature index dc87e214cbe..60ef3741614 100644 --- a/engine/src/flutter/ci/licenses_golden/tool_signature +++ b/engine/src/flutter/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: 5a4678e585e8ba7f0b2377837120592b +Signature: 03695ee256e004a5adda4bdc62e18d55 diff --git a/engine/src/flutter/lib/web_ui/dev/steps/copy_artifacts_step.dart b/engine/src/flutter/lib/web_ui/dev/steps/copy_artifacts_step.dart index 90ce98040c8..4e359b459b2 100644 --- a/engine/src/flutter/lib/web_ui/dev/steps/copy_artifacts_step.dart +++ b/engine/src/flutter/lib/web_ui/dev/steps/copy_artifacts_step.dart @@ -140,6 +140,7 @@ class CopyArtifactsStep implements PipelineStep { Future copySkiaTestImages() async { final io.Directory testImagesDir = io.Directory(pathlib.join( environment.engineSrcDir.path, + 'flutter', 'third_party', 'skia', 'resources', diff --git a/engine/src/flutter/lib/web_ui/skwasm/BUILD.gn b/engine/src/flutter/lib/web_ui/skwasm/BUILD.gn index b9d13cf4062..0abf32c9926 100644 --- a/engine/src/flutter/lib/web_ui/skwasm/BUILD.gn +++ b/engine/src/flutter/lib/web_ui/skwasm/BUILD.gn @@ -5,6 +5,8 @@ import("//build/toolchain/wasm.gni") wasm_lib("skwasm") { + public_configs = [ "//flutter:config" ] + sources = [ "canvas.cpp", "contour_measure.cpp", diff --git a/engine/src/flutter/shell/version/version.gni b/engine/src/flutter/shell/version/version.gni index a5a6a99a38d..67a4b38cf0d 100644 --- a/engine/src/flutter/shell/version/version.gni +++ b/engine/src/flutter/shell/version/version.gni @@ -24,13 +24,13 @@ if (engine_version == "") { } if (skia_version == "") { - skia_version_lines = - exec_script("//flutter/build/git_revision.py", - [ - "--repository", - rebase_path("//third_party/skia", "", _flutter_root), - ], - "list lines") + skia_version_lines = exec_script( + "//flutter/build/git_revision.py", + [ + "--repository", + rebase_path("//flutter/third_party/skia", "", _flutter_root), + ], + "list lines") skia_version = skia_version_lines[0] } diff --git a/engine/src/flutter/skia/BUILD.gn b/engine/src/flutter/skia/BUILD.gn index d0f8f1703ca..c0612a0ff99 100644 --- a/engine/src/flutter/skia/BUILD.gn +++ b/engine/src/flutter/skia/BUILD.gn @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -_skia_root = "//third_party/skia" +_skia_root = "//flutter/third_party/skia" import("$_skia_root/gn/shared_sources.gni") import("$_skia_root/gn/skia.gni") diff --git a/engine/src/flutter/skia/modules/canvaskit/BUILD.gn b/engine/src/flutter/skia/modules/canvaskit/BUILD.gn index 4632c7bb502..30f40c8f860 100644 --- a/engine/src/flutter/skia/modules/canvaskit/BUILD.gn +++ b/engine/src/flutter/skia/modules/canvaskit/BUILD.gn @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -_skia_root = "//third_party/skia" +_skia_root = "//flutter/third_party/skia" import("$_skia_root/gn/skia.gni") import("$_skia_root/gn/toolchain/wasm.gni") diff --git a/engine/src/flutter/skia/modules/skcms/BUILD.gn b/engine/src/flutter/skia/modules/skcms/BUILD.gn index 1b72952a288..c83aae9bcc8 100644 --- a/engine/src/flutter/skia/modules/skcms/BUILD.gn +++ b/engine/src/flutter/skia/modules/skcms/BUILD.gn @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -_skia_root = "//third_party/skia" +_skia_root = "//flutter/third_party/skia" import("$_skia_root/modules/skcms/skcms.gni") diff --git a/engine/src/flutter/skia/modules/skparagraph/BUILD.gn b/engine/src/flutter/skia/modules/skparagraph/BUILD.gn index 3acf580c5e8..69c65e6d9c5 100644 --- a/engine/src/flutter/skia/modules/skparagraph/BUILD.gn +++ b/engine/src/flutter/skia/modules/skparagraph/BUILD.gn @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -_skia_root = "//third_party/skia" +_skia_root = "//flutter/third_party/skia" import("$_skia_root/gn/skia.gni") import("$_skia_root/modules/skparagraph/skparagraph.gni") diff --git a/engine/src/flutter/skia/modules/skshaper/BUILD.gn b/engine/src/flutter/skia/modules/skshaper/BUILD.gn index de378fafc27..81414e54276 100644 --- a/engine/src/flutter/skia/modules/skshaper/BUILD.gn +++ b/engine/src/flutter/skia/modules/skshaper/BUILD.gn @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -_skia_root = "//third_party/skia" +_skia_root = "//flutter/third_party/skia" import("$_skia_root/gn/skia.gni") import("$_skia_root/modules/skshaper/skshaper.gni") diff --git a/engine/src/flutter/skia/modules/skunicode/BUILD.gn b/engine/src/flutter/skia/modules/skunicode/BUILD.gn index e90997e5c72..83b8df67bad 100644 --- a/engine/src/flutter/skia/modules/skunicode/BUILD.gn +++ b/engine/src/flutter/skia/modules/skunicode/BUILD.gn @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -_skia_root = "//third_party/skia" +_skia_root = "//flutter/third_party/skia" import("$_skia_root/gn/skia.gni") import("$_skia_root/modules/skunicode/skunicode.gni") diff --git a/engine/src/flutter/testing/dart/codec_test.dart b/engine/src/flutter/testing/dart/codec_test.dart index 702a5fd14e0..6910f56b82f 100644 --- a/engine/src/flutter/testing/dart/codec_test.dart +++ b/engine/src/flutter/testing/dart/codec_test.dart @@ -261,7 +261,8 @@ File _getSkiaResource(String fileName) { // assuming the curent working directory is engine/src. // This is fragile and should be changed once the Platform.script issue is // resolved. - final String assetPath = - path.join('third_party', 'skia', 'resources', 'images', fileName); + final String assetPath = path.join( + 'flutter', 'third_party', 'skia', 'resources', 'images', fileName, + ); return File(assetPath); } diff --git a/engine/src/flutter/testing/dart/image_descriptor_test.dart b/engine/src/flutter/testing/dart/image_descriptor_test.dart index 21c88c0b468..8155112d401 100644 --- a/engine/src/flutter/testing/dart/image_descriptor_test.dart +++ b/engine/src/flutter/testing/dart/image_descriptor_test.dart @@ -97,7 +97,8 @@ File _getSkiaResource(String fileName) { // assuming the curent working directory is engine/src. // This is fragile and should be changed once the Platform.script issue is // resolved. - final String assetPath = - path.join('third_party', 'skia', 'resources', 'images', fileName); + final String assetPath = path.join( + 'flutter', 'third_party', 'skia', 'resources', 'images', fileName, + ); return File(assetPath); } diff --git a/engine/src/flutter/tools/licenses/lib/main.dart b/engine/src/flutter/tools/licenses/lib/main.dart index 69b53d9b6f6..4bd67b7a43d 100644 --- a/engine/src/flutter/tools/licenses/lib/main.dart +++ b/engine/src/flutter/tools/licenses/lib/main.dart @@ -1447,14 +1447,17 @@ class _EngineSrcDirectory extends _RepositoryDirectory { @override List<_RepositoryDirectory> get virtualSubdirectories { - // Skia is updated more frequently than other third party libraries and - // is therefore represented as a separate top-level component. + // Dart and Skia are updated more frequently than other third party + // libraries and is therefore represented as a separate top-level component. final fs.Directory thirdPartyNode = findChildDirectory(ioDirectory, 'third_party')!; - final fs.Directory skiaNode = findChildDirectory(thirdPartyNode, 'skia')!; final fs.Directory dartNode = findChildDirectory(thirdPartyNode, 'dart')!; + + final fs.Directory flutterNode = findChildDirectory(ioDirectory, 'flutter')!; + final fs.Directory flutterThirdPartyNode = findChildDirectory(flutterNode, 'third_party')!; + final fs.Directory skiaNode = findChildDirectory(flutterThirdPartyNode, 'skia')!; return <_RepositoryDirectory>[ - _RepositorySkiaDirectory(this, skiaNode), _RepositorySkiaDirectory(this, dartNode), + _RepositorySkiaDirectory(this, skiaNode), ]; } } @@ -1471,8 +1474,7 @@ class _RepositoryRootThirdPartyDirectory extends _RepositoryGenericThirdPartyDir @override bool shouldRecurse(fs.IoNode entry) { - return entry.name != 'skia' // handled as a virtual directory of the root - && entry.name != 'dart' // handled as a virtual directory of the root + return entry.name != 'dart' // handled as a virtual directory of the root && super.shouldRecurse(entry); } @@ -1767,6 +1769,24 @@ class _RepositoryFlutterDirectory extends _RepositoryDirectory { @override bool get isLicenseRoot => true; + + @override + _RepositoryDirectory createSubdirectory(fs.Directory entry) { + if (entry.name == 'third_party') { + return _RepositoryFlutterThirdPartyDirectory(this, entry); + } + return _RepositoryDirectory(this, entry); + } +} + +class _RepositoryFlutterThirdPartyDirectory extends _RepositoryGenericThirdPartyDirectory { + _RepositoryFlutterThirdPartyDirectory(super.parent, super.io); + + @override + bool shouldRecurse(fs.IoNode entry) { + return entry.name != 'skia' // handled as a virtual directory of the root + && super.shouldRecurse(entry); + } } class _RepositoryFuchsiaDirectory extends _RepositoryDirectory { diff --git a/engine/src/flutter/tools/licenses/lib/paths.dart b/engine/src/flutter/tools/licenses/lib/paths.dart index bbda470d618..905b0729ff3 100644 --- a/engine/src/flutter/tools/licenses/lib/paths.dart +++ b/engine/src/flutter/tools/licenses/lib/paths.dart @@ -57,6 +57,25 @@ final Set skippedPaths = { r'flutter/third_party/rapidjson/doc', // documentation r'flutter/third_party/shaderc/third_party/LICENSE.glslang', // unclear what the purpose of this file is r'flutter/third_party/shaderc/third_party/LICENSE.spirv-tools', // unclear what the purpose of this file is + r'flutter/third_party/skia/bazel', // contains nothing that ends up in the binary executable + r'flutter/third_party/skia/bench', + r'flutter/third_party/skia/demos.skia.org', + r'flutter/third_party/skia/docs', + r'flutter/third_party/skia/experimental', + r'flutter/third_party/skia/infra', // contains nothing that ends up in the binary executable + r'flutter/third_party/skia/modules/canvaskit/go/gold_test_env', + r'flutter/third_party/skia/platform_tools', // contains nothing that ends up in the binary executable + r'flutter/third_party/skia/resources', // contains nothing that ends up in the binary executable + r'flutter/third_party/skia/samplecode', + r'flutter/third_party/skia/site', + r'flutter/third_party/skia/specs', + r'flutter/third_party/skia/third_party/freetype2', // we use our own version + r'flutter/third_party/skia/third_party/icu', // we use our own version + r'flutter/third_party/skia/third_party/libjpeg-turbo', // we use our own version + r'flutter/third_party/skia/third_party/libpng', // we use our own version + r'flutter/third_party/skia/third_party/lua', // not linked in + r'flutter/third_party/skia/third_party/vello', // not linked in + r'flutter/third_party/skia/tools', // contains nothing that ends up in the binary executable r'flutter/third_party/test_shaders', // for tests only r'flutter/third_party/txt/third_party/fonts', r'flutter/tools', @@ -164,25 +183,6 @@ final Set skippedPaths = { r'third_party/pyyaml', // build-time dependency only r'third_party/root_certificates/certdata.pem', r'third_party/root_certificates/certdata.txt', - r'third_party/skia/bazel', // contains nothing that ends up in the binary executable - r'third_party/skia/bench', - r'third_party/skia/demos.skia.org', - r'third_party/skia/docs', - r'third_party/skia/experimental', - r'third_party/skia/infra', // contains nothing that ends up in the binary executable - r'third_party/skia/modules/canvaskit/go/gold_test_env', - r'third_party/skia/platform_tools', // contains nothing that ends up in the binary executable - r'third_party/skia/resources', // contains nothing that ends up in the binary executable - r'third_party/skia/samplecode', - r'third_party/skia/site', - r'third_party/skia/specs', - r'third_party/skia/third_party/freetype2', // we use our own version - r'third_party/skia/third_party/icu', // we use our own version - r'third_party/skia/third_party/libjpeg-turbo', // we use our own version - r'third_party/skia/third_party/libpng', // we use our own version - r'third_party/skia/third_party/lua', // not linked in - r'third_party/skia/third_party/vello', // not linked in - r'third_party/skia/tools', // contains nothing that ends up in the binary executable r'third_party/stb', r'third_party/swiftshader', // only used on hosts for tests r'third_party/tinygltf', diff --git a/engine/src/flutter/tools/path_ops/BUILD.gn b/engine/src/flutter/tools/path_ops/BUILD.gn index 6f928bbec70..cc74e2c4279 100644 --- a/engine/src/flutter/tools/path_ops/BUILD.gn +++ b/engine/src/flutter/tools/path_ops/BUILD.gn @@ -5,6 +5,8 @@ import("//flutter/shell/version/version.gni") shared_library("path_ops") { + public_configs = [ "//flutter:config" ] + sources = [ "path_ops.cc", "path_ops.h", diff --git a/engine/src/flutter/tools/path_ops/dart/lib/path_ops.dart b/engine/src/flutter/tools/path_ops/dart/lib/path_ops.dart index d0736884e05..485ff390bea 100644 --- a/engine/src/flutter/tools/path_ops/dart/lib/path_ops.dart +++ b/engine/src/flutter/tools/path_ops/dart/lib/path_ops.dart @@ -12,7 +12,7 @@ import 'dart:typed_data'; /// calculated. /// /// This enum is used by the [Path] constructor -// must match ordering in //third_party/skia/include/core/SkPathTypes.h +// must match ordering in //flutter/third_party/skia/include/core/SkPathTypes.h enum FillType { /// The interior is defined by a non-zero sum of signed edge crossings. nonZero, @@ -22,7 +22,7 @@ enum FillType { } /// A set of operations applied to two paths. -// Sync with //third_party/skia/include/pathops/SkPathOps.h +// Sync with //flutter/third_party/skia/include/pathops/SkPathOps.h enum PathOp { /// Subtracts the second path from the first. difference, @@ -44,7 +44,7 @@ enum PathOp { /// The commands used in a [Path] object. /// /// This enumeration is a subset of the commands that SkPath supports. -// Sync with //third_party/skia/include/core/SkPathTypes.h +// Sync with //flutter/third_party/skia/include/core/SkPathTypes.h enum PathVerb { /// Picks up the pen and moves it without drawing. Uses two point values. moveTo,