Searched refs:opacity_prop (Results 1 – 2 of 2) sorted by relevance
128 const skjson::ObjectValue* opacity_prop = jprops[kOpacity_Index]; in AttachFillLayerEffect() local129 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() local177 !opacity_prop || in AttachDropShadowLayerEffect()192 abuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], ascope, in AttachDropShadowLayerEffect()
45 const skjson::ObjectValue* opacity_prop = (*jeffect_props)[kOpacity_Index]; in AttachFillLayerEffect() local46 if (!color_prop || !opacity_prop) { in AttachFillLayerEffect()55 abuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], ascope, in AttachFillLayerEffect()