Home
last modified time | relevance | path

Searched refs:EffectBinder (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
DEffects.h116 class EffectBinder {
118 EffectBinder(const skjson::ArrayValue& jprops, in EffectBinder() function
126 const EffectBinder& bind(size_t prop_index, T& value) const { in bind()
DThresholdEffect.cpp56 EffectBinder(jprops, abuilder, this).bind(kLevel_Index, fLevel); in ThresholdAdapter()
DLevelsEffect.cpp131 EffectBinder(jprops, *abuilder, this) in EasyLevelsEffectAdapter()
227 EffectBinder(jprops, *abuilder, this) in ProLevelsEffectAdapter()
DDirectionalBlur.cpp33 EffectBinder(jprops, abuilder, this) in DirectionalBlurAdapter()
DTintEffect.cpp47 EffectBinder(jprops, abuilder, this) in TintAdapter()
DFillEffect.cpp50 EffectBinder(jprops, abuilder, this) in FillAdapter()
DBlackAndWhiteEffect.cpp95 EffectBinder(jprops, abuilder, this) in BlackAndWhiteAdapter()
DTritoneEffect.cpp47 EffectBinder(jprops, abuilder, this)
DGaussianBlurEffect.cpp44 EffectBinder(jprops, *abuilder, this) in GaussianBlurEffectAdapter()
DCornerPinEffect.cpp41 EffectBinder(jprops, abuilder, this) in CornerPinAdapter()
DDropShadowEffect.cpp36 EffectBinder(jprops, abuilder, adapter.get()) in Make()
DLinearWipeEffect.cpp49 EffectBinder(jprops, *abuilder, this) in LinearWipeAdapter()
DShiftChannelsEffect.cpp53 EffectBinder(jprops, *abuilder, this) in ShiftChannelsEffectAdapter()
DInvertEffect.cpp40 EffectBinder(jprops, *abuilder, this).bind(kChannel_Index, fChannel); in InvertEffectAdapter()
DHueSaturationEffect.cpp104 EffectBinder(jprops, *abuilder, this) in HueSaturationEffectAdapter()
DVenetianBlindsEffect.cpp45 EffectBinder(jprops, *abuilder, this) in VenetianBlindsAdapter()
DBrightnessContrastEffect.cpp150 EffectBinder(jprops, abuilder, this) in BrightnessContrastAdapter()
DGradientEffect.cpp47 EffectBinder(jprops, *abuilder, this) in GradientRampEffectAdapter()
DRadialWipeEffect.cpp141 EffectBinder(jprops, abuilder, this) in RadialWipeAdapter()
DCCTonerEffect.cpp42 EffectBinder(jprops, abuilder, this) in CCTonerAdapter()
DBuldgeEffect.cpp179 EffectBinder(jprops, abuilder, this).bind(kHorizontalRadius_Index, fHorizontalRadius) in BulgeEffectAdapter()
DMotionTileEffect.cpp195 EffectBinder(jprops, abuilder, this) in MotionTileAdapter()
DDisplacementMapEffect.cpp319 EffectBinder(jprops, *abuilder, this) in DisplacementMapAdapter()
DFractalNoiseEffect.cpp351 EffectBinder(jprops, *abuilder, this) in FractalNoiseAdapter()
DSphereEffect.cpp314 EffectBinder(jprops, *abuilder, this) in SphereAdapter()