Home
last modified time | relevance | path

Searched defs:jprops (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/modules/skottie/src/effects/
H A DBlackAndWhiteEffect.cpp75 BlackAndWhiteAdapter(const skjson::ArrayValue& jprops, in BlackAndWhiteAdapter() argument
132 attachBlackAndWhiteEffect( const skjson::ArrayValue& jprops, sk_sp<sksg::RenderNode> layer) const attachBlackAndWhiteEffect() argument
H A DDirectionalBlur.cpp23 DirectionalBlurAdapter(const skjson::ArrayValue& jprops, in DirectionalBlurAdapter() argument
57 sk_sp<sksg::RenderNode> EffectBuilder::attachDirectionalBlurEffect(const skjson::ArrayValue& jprops, in attachDirectionalBlurEffect() argument
H A DFillEffect.cpp24 static sk_sp<FillAdapter> Make(const skjson::ArrayValue& jprops, in Make() argument
33 FillAdapter(const skjson::ArrayValue& jprops, in FillAdapter() argument
73 sk_sp<sksg::RenderNode> EffectBuilder::attachFillEffect(const skjson::ArrayValue& jprops, in attachFillEffect() argument
H A DThresholdEffect.cpp47 ThresholdAdapter(const skjson::ArrayValue& jprops, in ThresholdAdapter() argument
76 sk_sp<sksg::RenderNode> EffectBuilder::attachThresholdEffect(const skjson::ArrayValue& jprops, in attachThresholdEffect() argument
H A DCornerPinEffect.cpp20 static sk_sp<CornerPinAdapter> Make(const skjson::ArrayValue& jprops, in Make() argument
29 CornerPinAdapter(const skjson::ArrayValue& jprops, in CornerPinAdapter() argument
77 sk_sp<sksg::RenderNode> EffectBuilder::attachCornerPinEffect(const skjson::ArrayValue& jprops, in attachCornerPinEffect() argument
H A DHueSaturationEffect.cpp77 static sk_sp<HueSaturationEffectAdapter> Make(const skjson::ArrayValue& jprops, in Make() argument
88 HueSaturationEffectAdapter(const skjson::ArrayValue& jprops, in HueSaturationEffectAdapter() argument
H A DTritoneEffect.cpp23 static sk_sp<TritoneAdapter> Make(const skjson::ArrayValue& jprops, in Make() argument
32 TritoneAdapter(const skjson::ArrayValue& jprops, in TritoneAdapter() argument
76 sk_sp<sksg::RenderNode> EffectBuilder::attachTritoneEffect(const skjson::ArrayValue& jprops, in attachTritoneEffect() argument
H A DTintEffect.cpp22 static sk_sp<TintAdapter> Make(const skjson::ArrayValue& jprops, in Make() argument
31 TintAdapter(const skjson::ArrayValue& jprops, in TintAdapter() argument
71 sk_sp<sksg::RenderNode> EffectBuilder::attachTintEffect(const skjson::ArrayValue& jprops, in attachTintEffect() argument
H A DBrightnessContrastEffect.cpp135 BrightnessContrastAdapter(const skjson::ArrayValue& jprops, in BrightnessContrastAdapter() argument
243 attachBrightnessContrastEffect( const skjson::ArrayValue& jprops, sk_sp<sksg::RenderNode> layer) const attachBrightnessContrastEffect() argument
H A DCCTonerEffect.cpp24 CCTonerAdapter(const skjson::ArrayValue& jprops, in CCTonerAdapter() argument
113 sk_sp<sksg::RenderNode> EffectBuilder::attachCCTonerEffect(const skjson::ArrayValue& jprops, in attachCCTonerEffect() argument
H A DDropShadowEffect.cpp22 static sk_sp<DropShadowAdapter> Make(const skjson::ArrayValue& jprops, in Make() argument
85 sk_sp<sksg::RenderNode> EffectBuilder::attachDropShadowEffect(const skjson::ArrayValue& jprops, in attachDropShadowEffect() argument
H A DRadialWipeEffect.cpp128 RadialWipeAdapter(const skjson::ArrayValue& jprops, in RadialWipeAdapter() argument
171 sk_sp<sksg::RenderNode> EffectBuilder::attachRadialWipeEffect(const skjson::ArrayValue& jprops, in attachRadialWipeEffect() argument
H A DEffects.h118 EffectBinder(const skjson::ArrayValue& jprops, in EffectBinder() argument
H A DInvertEffect.cpp22 static sk_sp<InvertEffectAdapter> Make(const skjson::ArrayValue& jprops, in Make() argument
32 InvertEffectAdapter(const skjson::ArrayValue& jprops, in InvertEffectAdapter() argument
135 sk_sp<sksg::RenderNode> EffectBuilder::attachInvertEffect(const skjson::ArrayValue& jprops, in attachInvertEffect() argument
H A DGaussianBlurEffect.cpp22 static sk_sp<GaussianBlurEffectAdapter> Make(const skjson::ArrayValue& jprops, in Make() argument
33 GaussianBlurEffectAdapter(const skjson::ArrayValue& jprops, in GaussianBlurEffectAdapter() argument
85 attachGaussianBlurEffect( const skjson::ArrayValue& jprops, sk_sp<sksg::RenderNode> layer) const attachGaussianBlurEffect() argument
H A DTransformEffect.cpp65 sk_sp<sksg::RenderNode> EffectBuilder::attachTransformEffect(const skjson::ArrayValue& jprops, in attachTransformEffect() argument
[all...]
H A DBuldgeEffect.cpp165 BulgeEffectAdapter(const skjson::ArrayValue& jprops, in BulgeEffectAdapter() argument
205 sk_sp<sksg::RenderNode> EffectBuilder::attachBulgeEffect(const skjson::ArrayValue& jprops, in attachBulgeEffect() argument
H A DEffects.cpp117 const skjson::ArrayValue* jprops = (*jeffect)["ef"]; in attachEffects() local
174 const skjson::Value& EffectBuilder::GetPropValue(const skjson::ArrayValue& jprops, in GetPropValue() argument
H A DSkSLEffect.cpp57 SkSLEffectAdapter(const skjson::ArrayValue& jprops, in SkSLEffectAdapter() argument
134 sk_sp<sksg::RenderNode> EffectBuilder::attachSkSLEffect(const skjson::ArrayValue& jprops, in attachSkSLEffect() argument
H A DLinearWipeEffect.cpp27 static sk_sp<LinearWipeAdapter> Make(const skjson::ArrayValue& jprops, in Make() argument
38 LinearWipeAdapter(const skjson::ArrayValue& jprops, in LinearWipeAdapter() argument
120 sk_sp<sksg::RenderNode> EffectBuilder::attachLinearWipeEffect(const skjson::ArrayValue& jprops, in attachLinearWipeEffect() argument
H A DShiftChannelsEffect.cpp32 static sk_sp<ShiftChannelsEffectAdapter> Make(const skjson::ArrayValue& jprops, in Make() argument
42 ShiftChannelsEffectAdapter(const skjson::ArrayValue& jprops, in ShiftChannelsEffectAdapter() argument
125 attachShiftChannelsEffect( const skjson::ArrayValue& jprops, sk_sp<sksg::RenderNode> layer) const attachShiftChannelsEffect() argument
H A DGradientEffect.cpp22 static sk_sp<GradientRampEffectAdapter> Make(const skjson::ArrayValue& jprops, in Make() argument
33 GradientRampEffectAdapter(const skjson::ArrayValue& jprops, in GradientRampEffectAdapter() argument
129 sk_sp<sksg::RenderNode> EffectBuilder::attachGradientEffect(const skjson::ArrayValue& jprops, in attachGradientEffect() argument
H A DVenetianBlindsEffect.cpp25 static sk_sp<VenetianBlindsAdapter> Make(const skjson::ArrayValue& jprops, in Make() argument
34 VenetianBlindsAdapter(const skjson::ArrayValue& jprops, in VenetianBlindsAdapter() argument
160 attachVenetianBlindsEffect( const skjson::ArrayValue& jprops, sk_sp<sksg::RenderNode> layer) const attachVenetianBlindsEffect() argument
H A DSphereEffect.cpp285 SphereAdapter(const skjson::ArrayValue& jprops, in SphereAdapter() argument
420 attachSphereEffect( const skjson::ArrayValue& jprops, sk_sp<sksg::RenderNode> layer) const attachSphereEffect() argument
/third_party/skia/modules/skottie/src/text/
H A DTextAnimator.cpp68 const skjson::ObjectValue* jprops = (*janimator)["a"]; in Make() local
175 TextAnimator(std::vector<sk_sp<RangeSelector>>&& selectors, const skjson::ObjectValue& jprops, const AnimationBuilder* abuilder, AnimatablePropertyContainer* acontainer) TextAnimator() argument
[all...]

Completed in 12 milliseconds

12