Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottieLayerEffect.cpp48 auto tint_node = in AttachTintLayerEffect() local
52 if (!tint_node) { in AttachTintLayerEffect()
57 [tint_node](const ScalarValue& w) { in AttachTintLayerEffect()
58 tint_node->setWeight(w / 100); // 100-based in AttachTintLayerEffect()
61 return std::move(tint_node); in AttachTintLayerEffect()