Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/src/effects/
DLinearWipeEffect.cpp102 kFeather_Index = 2, in attachLinearWipeEffect() enumerator
115 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kFeather_Index), in attachLinearWipeEffect()
DVenetianBlindsEffect.cpp144 kFeather_Index = 3, in attachVenetianBlindsEffect() enumerator
161 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kFeather_Index), in attachVenetianBlindsEffect()
DRadialWipeEffect.cpp143 kFeather_Index = 4, in attachRadialWipeEffect() enumerator
164 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kFeather_Index), in attachRadialWipeEffect()
/third_party/skia/modules/skottie/src/effects/
DLinearWipeEffect.cpp46 kFeather_Index = 2, in LinearWipeAdapter() enumerator
52 .bind( kFeather_Index, fFeather ); in LinearWipeAdapter()
DVenetianBlindsEffect.cpp42 kFeather_Index = 3, in VenetianBlindsAdapter() enumerator
49 .bind( kFeather_Index, fFeather ); in VenetianBlindsAdapter()
DRadialWipeEffect.cpp138 kFeather_Index = 4, in RadialWipeAdapter() enumerator
146 .bind( kFeather_Index, fFeather ); in RadialWipeAdapter()