Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c03dc22 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update params doc" into sc-dev am: d9631fe7 am: 66b6708a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/14605554

Change-Id: Ice875cb8f9edfd66cf4d44eb24e387563ea8a84e
parents 6716faf5 66b6708a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -90,10 +90,8 @@ sk_sp<SkRuntimeEffect> buildRuntimeEffect(const LinearEffect& linearEffect);
// matrix transforming from linear XYZ to linear RGB immediately before OETF.
// We also provide additional HDR metadata upon creating the shader:
// * The max display luminance is the max luminance of the physical display in nits
// * The max mastering luminance is provided as the max luminance from the SMPTE 2086
// standard.
// * The max content luminance is provided as the max light level from the CTA 861.3
// standard.
// * The max luminance is provided as the max luminance for the buffer, either from the SMPTE 2086
// or as the max light level from the CTA 861.3 standard.
sk_sp<SkShader> createLinearEffectShader(sk_sp<SkShader> inputShader,
                                         const LinearEffect& linearEffect,
                                         sk_sp<SkRuntimeEffect> runtimeEffect,