Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottieLayerEffect.cpp42 const skjson::ObjectValue* amount_prop = jprops[ kAmount_Index]; in AttachTintLayerEffect() local
44 if (!color0_prop || !color1_prop || !amount_prop) { in AttachTintLayerEffect()
56 abuilder->bindProperty<ScalarValue>((*amount_prop)["v"], ascope, in AttachTintLayerEffect()