Searched refs:EffectBinder (Results 1 – 25 of 25) sorted by relevance
/third_party/skia/modules/skottie/src/effects/ |
D | Effects.h | 116 class EffectBinder { 118 EffectBinder(const skjson::ArrayValue& jprops, in EffectBinder() function 126 const EffectBinder& bind(size_t prop_index, T& value) const { in bind()
|
D | ThresholdEffect.cpp | 56 EffectBinder(jprops, abuilder, this).bind(kLevel_Index, fLevel); in ThresholdAdapter()
|
D | LevelsEffect.cpp | 131 EffectBinder(jprops, *abuilder, this) in EasyLevelsEffectAdapter() 227 EffectBinder(jprops, *abuilder, this) in ProLevelsEffectAdapter()
|
D | DirectionalBlur.cpp | 33 EffectBinder(jprops, abuilder, this) in DirectionalBlurAdapter()
|
D | TintEffect.cpp | 47 EffectBinder(jprops, abuilder, this) in TintAdapter()
|
D | FillEffect.cpp | 50 EffectBinder(jprops, abuilder, this) in FillAdapter()
|
D | BlackAndWhiteEffect.cpp | 95 EffectBinder(jprops, abuilder, this) in BlackAndWhiteAdapter()
|
D | TritoneEffect.cpp | 47 EffectBinder(jprops, abuilder, this)
|
D | GaussianBlurEffect.cpp | 44 EffectBinder(jprops, *abuilder, this) in GaussianBlurEffectAdapter()
|
D | CornerPinEffect.cpp | 41 EffectBinder(jprops, abuilder, this) in CornerPinAdapter()
|
D | DropShadowEffect.cpp | 36 EffectBinder(jprops, abuilder, adapter.get()) in Make()
|
D | LinearWipeEffect.cpp | 49 EffectBinder(jprops, *abuilder, this) in LinearWipeAdapter()
|
D | ShiftChannelsEffect.cpp | 53 EffectBinder(jprops, *abuilder, this) in ShiftChannelsEffectAdapter()
|
D | InvertEffect.cpp | 40 EffectBinder(jprops, *abuilder, this).bind(kChannel_Index, fChannel); in InvertEffectAdapter()
|
D | HueSaturationEffect.cpp | 104 EffectBinder(jprops, *abuilder, this) in HueSaturationEffectAdapter()
|
D | VenetianBlindsEffect.cpp | 45 EffectBinder(jprops, *abuilder, this) in VenetianBlindsAdapter()
|
D | BrightnessContrastEffect.cpp | 150 EffectBinder(jprops, abuilder, this) in BrightnessContrastAdapter()
|
D | GradientEffect.cpp | 47 EffectBinder(jprops, *abuilder, this) in GradientRampEffectAdapter()
|
D | RadialWipeEffect.cpp | 141 EffectBinder(jprops, abuilder, this) in RadialWipeAdapter()
|
D | CCTonerEffect.cpp | 42 EffectBinder(jprops, abuilder, this) in CCTonerAdapter()
|
D | BuldgeEffect.cpp | 179 EffectBinder(jprops, abuilder, this).bind(kHorizontalRadius_Index, fHorizontalRadius) in BulgeEffectAdapter()
|
D | MotionTileEffect.cpp | 195 EffectBinder(jprops, abuilder, this) in MotionTileAdapter()
|
D | DisplacementMapEffect.cpp | 319 EffectBinder(jprops, *abuilder, this) in DisplacementMapAdapter()
|
D | FractalNoiseEffect.cpp | 351 EffectBinder(jprops, *abuilder, this) in FractalNoiseAdapter()
|
D | SphereEffect.cpp | 314 EffectBinder(jprops, *abuilder, this) in SphereAdapter()
|