• Home
  • Raw
  • Download

Lines Matching refs:ScalarValue

56     abuilder->bindProperty<ScalarValue>((*amount_prop)["v"], ascope,  in AttachTintLayerEffect()
57 [tint_node](const ScalarValue& w) { in AttachTintLayerEffect()
99 abuilder->bindProperty<ScalarValue>((*blend_prop)["v"], ascope, in AttachTritoneLayerEffect()
100 [tritone_node](const ScalarValue& w) { in AttachTritoneLayerEffect()
138 abuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], ascope, in AttachFillLayerEffect()
139 [color_node](const ScalarValue& o) { in AttachFillLayerEffect()
192 abuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], ascope, in AttachDropShadowLayerEffect()
193 [shadow_adapter](const ScalarValue& o) { in AttachDropShadowLayerEffect()
196 abuilder->bindProperty<ScalarValue>((*direction_prop)["v"], ascope, in AttachDropShadowLayerEffect()
197 [shadow_adapter](const ScalarValue& d) { in AttachDropShadowLayerEffect()
200 abuilder->bindProperty<ScalarValue>((*distance_prop)["v"], ascope, in AttachDropShadowLayerEffect()
201 [shadow_adapter](const ScalarValue& d) { in AttachDropShadowLayerEffect()
204 abuilder->bindProperty<ScalarValue>((*softness_prop)["v"], ascope, in AttachDropShadowLayerEffect()
205 [shadow_adapter](const ScalarValue& s) { in AttachDropShadowLayerEffect()
208 abuilder->bindProperty<ScalarValue>((*shadow_only_prop)["v"], ascope, in AttachDropShadowLayerEffect()
209 [shadow_adapter](const ScalarValue& s) { in AttachDropShadowLayerEffect()
243 abuilder->bindProperty<ScalarValue>((*blurriness_prop)["v"], ascope, in AttachGaussianBlurLayerEffect()
244 [blur_addapter](const ScalarValue& b) { in AttachGaussianBlurLayerEffect()
247 abuilder->bindProperty<ScalarValue>((*dimensions_prop)["v"], ascope, in AttachGaussianBlurLayerEffect()
248 [blur_addapter](const ScalarValue& d) { in AttachGaussianBlurLayerEffect()
251 abuilder->bindProperty<ScalarValue>((*repeatedge_prop)["v"], ascope, in AttachGaussianBlurLayerEffect()
252 [blur_addapter](const ScalarValue& r) { in AttachGaussianBlurLayerEffect()