mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia be194479d27f..043dba039e0d (23 commits) (flutter/engine#12262)
https://skia.googlesource.com/skia.git/+log/be194479d27f..043dba039e0d git log be194479d27f..043dba039e0d --date=short --no-merges --format='%ad %ae %s' 2019-09-13 michaelludwig@google.com Revert "Use "clamp" when reexpanding gaussian blurs" 2019-09-13 kjlubick@google.com [canvaskit] expose SkColorFilter and add SkColorMatrix helpers 2019-09-13 reed@google.com Pull path nested types out to root level 2019-09-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f421e0e33e66..b1580a276713 (5 commits) 2019-09-13 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps 2019-09-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 4712e39822ec..465489971eea (366 commits) 2019-09-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 5a5ffe52a944..adb0d51ca672 (7 commits) 2019-09-13 reed@google.com make rectcontour and nestedrects private 2019-09-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-09-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-09-12 fmalita@chromium.org [skottie] Avoid reshaping text unnecessarily 2019-09-12 senorblanco@chromium.org Tiny Dawn fix: don't submit empty list of command buffers to the queue. 2019-09-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-09-12 senorblanco@chromium.org Update Dawn backend to recent GrGpu::onCreateTexture() change. 2019-09-12 jvanverth@google.com Fix ETC1 support on iOS. 2019-09-12 csmartdalton@google.com Use "clamp" when reexpanding gaussian blurs 2019-09-12 robertphillips@google.com Add bench for SkDDLRecorder detach 2019-09-12 bsalomon@google.com Make blurrect_compare GM work on GPUs without renderable A8 2019-09-12 bsalomon@google.com Update fully lazy proxy checks to look for negative w/h 2019-09-12 mtklein@google.com rewrite tricky loop to avoid -Wsizeof-array-div 2019-09-12 robertphillips@google.com Add kRG_1616 and kAlpha_16 SkColorTypes 2019-09-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 0b8eca795349..f421e0e33e66 (6 commits) 2019-09-12 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps Created with: gclient setdep -r src/third_party/skia@043dba039e0d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC mtklein@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None TBR=mtklein@google.com
This commit is contained in:
parent
d41d8ace2c
commit
77197ea62f
2
DEPS
2
DEPS
@ -26,7 +26,7 @@ vars = {
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': 'be194479d27f9ddadeba404a14b66dd1b5f15c32',
|
||||
'skia_revision': '043dba039e0d29fd838fd9eab74d1f94866b7afb',
|
||||
|
||||
# When updating the Dart revision, ensure that all entries that are
|
||||
# dependencies of Dart are also updated to match the entries in the
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: b5d1bbf4c9f36ada133c64d82efcd1b4
|
||||
Signature: 6a71de06e2ce0d5e8fccb1b30ab1f7a0
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -3769,6 +3769,115 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
====================================================================================================
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/bench/DDLRecorderBench.cpp + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/bench/DDLRecorderBench.cpp
|
||||
FILE: ../../../third_party/skia/bench/SkSLBench.cpp
|
||||
FILE: ../../../third_party/skia/bench/SkSLInterpreterBench.cpp
|
||||
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger_bindings.cpp
|
||||
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/runtimeshader.cpp
|
||||
FILE: ../../../third_party/skia/gm/skbug_9319.cpp
|
||||
FILE: ../../../third_party/skia/include/effects/SkImageFilters.h
|
||||
FILE: ../../../third_party/skia/include/gpu/gl/GrGLAssembleHelpers.h
|
||||
FILE: ../../../third_party/skia/include/private/GrGLTypesPriv.h
|
||||
FILE: ../../../third_party/skia/include/private/SkThreadAnnotations.h
|
||||
FILE: ../../../third_party/skia/modules/canvaskit/WasmAliases.h
|
||||
FILE: ../../../third_party/skia/modules/canvaskit/particles_bindings.cpp
|
||||
FILE: ../../../third_party/skia/modules/canvaskit/skottie_bindings.cpp
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkCurve.h
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkParticleBinding.h
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkParticleData.h
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkParticleDrawable.h
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkParticleEffect.h
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkParticleSerialization.h
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkReflected.h
|
||||
FILE: ../../../third_party/skia/modules/particles/src/SkCurve.cpp
|
||||
FILE: ../../../third_party/skia/modules/particles/src/SkParticleBinding.cpp
|
||||
FILE: ../../../third_party/skia/modules/particles/src/SkParticleDrawable.cpp
|
||||
FILE: ../../../third_party/skia/modules/particles/src/SkParticleEffect.cpp
|
||||
FILE: ../../../third_party/skia/modules/particles/src/SkReflected.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleBackdropBounds.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleImageFilterDAG.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkColorFilterPriv.h
|
||||
FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.h
|
||||
FILE: ../../../third_party/skia/src/core/SkImageFilter_Base.h
|
||||
FILE: ../../../third_party/skia/src/core/SkVM.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkVM.h
|
||||
FILE: ../../../third_party/skia/src/effects/imagefilters/SkImageFilters.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrCopyRenderTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrCopyRenderTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrRenderTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrRenderTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrSwizzle.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureResolveManager.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureResolveRenderTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureResolveRenderTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTransferFromRenderTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTransferFromRenderTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrUtil.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrWaitRenderTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrWaitRenderTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrColorMatrixFragmentProcessor.fp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrColorMatrixFragmentProcessor.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrColorMatrixFragmentProcessor.h
|
||||
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuadBuffer.h
|
||||
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuadUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuadUtils.h
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleGLESInterfaceAutogen.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleGLInterfaceAutogen.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleHelpers.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleWebGLInterfaceAutogen.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLTypesPriv.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/mock/GrMockCaps.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/mock/GrMockTypes.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLASTFile.h
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLASTNode.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLASTNode.h
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLByteCode.h
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLByteCodeGenerator.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLByteCodeGenerator.h
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLExternalValue.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLExternalFunctionCall.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLExternalValueReference.h
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2019 Google LLC
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following disclaimer
|
||||
in the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
* Neither the name of Google Inc. nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
====================================================================================================
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/bench/ParagraphBench.cpp + ../../../third_party/skia/LICENSE
|
||||
@ -4478,7 +4587,6 @@ FILE: ../../../third_party/skia/docs/examples/Path_isInterpolatable.cpp
|
||||
FILE: ../../../third_party/skia/docs/examples/Path_isInverseFillType_2.cpp
|
||||
FILE: ../../../third_party/skia/docs/examples/Path_isLastContourClosed.cpp
|
||||
FILE: ../../../third_party/skia/docs/examples/Path_isLine.cpp
|
||||
FILE: ../../../third_party/skia/docs/examples/Path_isNestedFillRects.cpp
|
||||
FILE: ../../../third_party/skia/docs/examples/Path_isOval.cpp
|
||||
FILE: ../../../third_party/skia/docs/examples/Path_isRRect.cpp
|
||||
FILE: ../../../third_party/skia/docs/examples/Path_isRect.cpp
|
||||
@ -4858,6 +4966,7 @@ FILE: ../../../third_party/skia/gm/fpcoordinateoverride.cpp
|
||||
FILE: ../../../third_party/skia/gm/labyrinth.cpp
|
||||
FILE: ../../../third_party/skia/gm/preservefillrule.cpp
|
||||
FILE: ../../../third_party/skia/gm/tilemodes_alpha.cpp
|
||||
FILE: ../../../third_party/skia/include/core/SkPathTypes.h
|
||||
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
|
||||
@ -4967,114 +5076,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
====================================================================================================
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/bench/SkSLBench.cpp + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/bench/SkSLBench.cpp
|
||||
FILE: ../../../third_party/skia/bench/SkSLInterpreterBench.cpp
|
||||
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger_bindings.cpp
|
||||
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/runtimeshader.cpp
|
||||
FILE: ../../../third_party/skia/gm/skbug_9319.cpp
|
||||
FILE: ../../../third_party/skia/include/effects/SkImageFilters.h
|
||||
FILE: ../../../third_party/skia/include/gpu/gl/GrGLAssembleHelpers.h
|
||||
FILE: ../../../third_party/skia/include/private/GrGLTypesPriv.h
|
||||
FILE: ../../../third_party/skia/include/private/SkThreadAnnotations.h
|
||||
FILE: ../../../third_party/skia/modules/canvaskit/WasmAliases.h
|
||||
FILE: ../../../third_party/skia/modules/canvaskit/particles_bindings.cpp
|
||||
FILE: ../../../third_party/skia/modules/canvaskit/skottie_bindings.cpp
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkCurve.h
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkParticleBinding.h
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkParticleData.h
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkParticleDrawable.h
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkParticleEffect.h
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkParticleSerialization.h
|
||||
FILE: ../../../third_party/skia/modules/particles/include/SkReflected.h
|
||||
FILE: ../../../third_party/skia/modules/particles/src/SkCurve.cpp
|
||||
FILE: ../../../third_party/skia/modules/particles/src/SkParticleBinding.cpp
|
||||
FILE: ../../../third_party/skia/modules/particles/src/SkParticleDrawable.cpp
|
||||
FILE: ../../../third_party/skia/modules/particles/src/SkParticleEffect.cpp
|
||||
FILE: ../../../third_party/skia/modules/particles/src/SkReflected.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleBackdropBounds.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/SampleImageFilterDAG.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkColorFilterPriv.h
|
||||
FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.h
|
||||
FILE: ../../../third_party/skia/src/core/SkImageFilter_Base.h
|
||||
FILE: ../../../third_party/skia/src/core/SkVM.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkVM.h
|
||||
FILE: ../../../third_party/skia/src/effects/imagefilters/SkImageFilters.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrCopyRenderTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrCopyRenderTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrRenderTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrRenderTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrSwizzle.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureResolveManager.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureResolveRenderTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureResolveRenderTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTransferFromRenderTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTransferFromRenderTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrUtil.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrWaitRenderTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrWaitRenderTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrColorMatrixFragmentProcessor.fp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrColorMatrixFragmentProcessor.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrColorMatrixFragmentProcessor.h
|
||||
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuadBuffer.h
|
||||
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuadUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuadUtils.h
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleGLESInterfaceAutogen.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleGLInterfaceAutogen.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleHelpers.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLAssembleWebGLInterfaceAutogen.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLTypesPriv.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/mock/GrMockCaps.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/mock/GrMockTypes.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLASTFile.h
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLASTNode.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLASTNode.h
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLByteCode.h
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLByteCodeGenerator.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLByteCodeGenerator.h
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLExternalValue.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLExternalFunctionCall.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLExternalValueReference.h
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2019 Google LLC
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following disclaimer
|
||||
in the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
* Neither the name of Google Inc. nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
====================================================================================================
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/fuzz/FuzzDrawFunctions.cpp + ../../../third_party/skia/LICENSE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user