Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottieLayerEffect.cpp128 const skjson::ObjectValue* opacity_prop = jprops[kOpacity_Index]; in AttachFillLayerEffect() local
129 if (!color_prop || !opacity_prop) { in AttachFillLayerEffect()
138 abuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], ascope, in AttachFillLayerEffect()
170 const skjson::ObjectValue* opacity_prop = jprops[ kOpacity_Index]; in AttachDropShadowLayerEffect() local
177 !opacity_prop || in AttachDropShadowLayerEffect()
192 abuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], ascope, in AttachDropShadowLayerEffect()
/external/skqp/modules/skottie/src/
DSkottieLayerEffect.cpp45 const skjson::ObjectValue* opacity_prop = (*jeffect_props)[kOpacity_Index]; in AttachFillLayerEffect() local
46 if (!color_prop || !opacity_prop) { in AttachFillLayerEffect()
55 abuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], ascope, in AttachFillLayerEffect()