Home
last modified time | relevance | path

Searched refs:alphaAdjust (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/utils/
DSkShadowUtils.cpp548 SkScalar alphaAdjust = (2.6f + (-2.66667f + 1.06667f*origA)*origA)*origA; in ComputeTonalColors() local
550 colorAlpha = SkTPin(alphaAdjust*colorAlpha, 0.0f, 1.0f); in ComputeTonalColors()