/third_party/flutter/skia/modules/skottie/src/effects/ |
D | TransformEffect.cpp | 73 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kRotation_Index), in attachTransformEffect() 74 [t_adapter](const ScalarValue& r) { in attachTransformEffect() 77 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kSkew_Index), in attachTransformEffect() 78 [t_adapter](const ScalarValue& s) { in attachTransformEffect() 81 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kSkewAxis_Index), in attachTransformEffect() 82 [t_adapter](const ScalarValue& sa) { in attachTransformEffect() 86 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kUniformScale_Index), in attachTransformEffect() 87 [s_adapter](const ScalarValue& u) { in attachTransformEffect() 90 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kScaleHeight_Index), in attachTransformEffect() 91 [s_adapter](const ScalarValue& sh) { in attachTransformEffect() [all …]
|
D | LevelsEffect.cpp | 153 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kChannel_Index), in attachLevelsEffect() 154 [adapter](const ScalarValue& channel) { in attachLevelsEffect() 157 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kInputBlack_Index), in attachLevelsEffect() 158 [adapter](const ScalarValue& ib) { in attachLevelsEffect() 161 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kInputWhite_Index), in attachLevelsEffect() 162 [adapter](const ScalarValue& iw) { in attachLevelsEffect() 165 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOutputBlack_Index), in attachLevelsEffect() 166 [adapter](const ScalarValue& ob) { in attachLevelsEffect() 169 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOutputWhite_Index), in attachLevelsEffect() 170 [adapter](const ScalarValue& ow) { in attachLevelsEffect() [all …]
|
D | DropShadowEffect.cpp | 76 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOpacity_Index), in attachDropShadowEffect() 77 [shadow_adapter](const ScalarValue& o) { in attachDropShadowEffect() 80 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kDirection_Index), in attachDropShadowEffect() 81 [shadow_adapter](const ScalarValue& d) { in attachDropShadowEffect() 84 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kDistance_Index), in attachDropShadowEffect() 85 [shadow_adapter](const ScalarValue& d) { in attachDropShadowEffect() 88 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kSoftness_Index), in attachDropShadowEffect() 89 [shadow_adapter](const ScalarValue& s) { in attachDropShadowEffect() 92 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kShadowOnly_Index), in attachDropShadowEffect() 93 [shadow_adapter](const ScalarValue& s) { in attachDropShadowEffect()
|
D | MotionTileEffect.cpp | 190 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kTileWidth_Index), in attachMotionTileEffect() 191 [tiler](const ScalarValue& tw) { in attachMotionTileEffect() 194 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kTileHeight_Index), in attachMotionTileEffect() 195 [tiler](const ScalarValue& th) { in attachMotionTileEffect() 198 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOutputWidth_Index), in attachMotionTileEffect() 199 [tiler](const ScalarValue& ow) { in attachMotionTileEffect() 202 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOutputHeight_Index), in attachMotionTileEffect() 203 [tiler](const ScalarValue& oh) { in attachMotionTileEffect() 206 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kMirrorEdges_Index), in attachMotionTileEffect() 207 [tiler](const ScalarValue& me) { in attachMotionTileEffect() [all …]
|
D | HueSaturationEffect.cpp | 46 abuilder->bindProperty<ScalarValue>(EffectBuilder::GetPropValue(jprops, in Make() 48 [raw_adapter](const ScalarValue& c) { in Make() 51 abuilder->bindProperty<ScalarValue>(EffectBuilder::GetPropValue(jprops, in Make() 53 [raw_adapter](const ScalarValue& h) { in Make() 56 abuilder->bindProperty<ScalarValue>(EffectBuilder::GetPropValue(jprops, in Make() 58 [raw_adapter](const ScalarValue& s) { in Make() 61 abuilder->bindProperty<ScalarValue>(EffectBuilder::GetPropValue(jprops, in Make() 63 [raw_adapter](const ScalarValue& l) { in Make()
|
D | VenetianBlindsEffect.cpp | 149 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kCompletion_Index), in attachVenetianBlindsEffect() 150 [adapter](const ScalarValue& c) { in attachVenetianBlindsEffect() 153 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kDirection_Index), in attachVenetianBlindsEffect() 154 [adapter](const ScalarValue& d) { in attachVenetianBlindsEffect() 157 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kWidth_Index), in attachVenetianBlindsEffect() 158 [adapter](const ScalarValue& w) { in attachVenetianBlindsEffect() 161 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kFeather_Index), in attachVenetianBlindsEffect() 162 [adapter](const ScalarValue& f) { in attachVenetianBlindsEffect()
|
D | RadialWipeEffect.cpp | 148 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kCompletion_Index), in attachRadialWipeEffect() 149 [wiper](const ScalarValue& c) { in attachRadialWipeEffect() 152 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kStartAngle_Index), in attachRadialWipeEffect() 153 [wiper](const ScalarValue& sa) { in attachRadialWipeEffect() 160 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kWipe_Index), in attachRadialWipeEffect() 161 [wiper](const ScalarValue& w) { in attachRadialWipeEffect() 164 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kFeather_Index), in attachRadialWipeEffect() 165 [wiper](const ScalarValue& f) { in attachRadialWipeEffect()
|
D | GaussianBlurEffect.cpp | 92 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kBlurriness_Index), in attachGaussianBlurEffect() 93 [blur_addapter](const ScalarValue& b) { in attachGaussianBlurEffect() 96 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kDimensions_Index), in attachGaussianBlurEffect() 97 [blur_addapter](const ScalarValue& d) { in attachGaussianBlurEffect() 100 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kRepeatEdge_Index), in attachGaussianBlurEffect() 101 [blur_addapter](const ScalarValue& r) { in attachGaussianBlurEffect()
|
D | LinearWipeEffect.cpp | 107 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kCompletion_Index), in attachLinearWipeEffect() 108 [adapter](const ScalarValue& c) { in attachLinearWipeEffect() 111 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kAngle_Index), in attachLinearWipeEffect() 112 [adapter](const ScalarValue& a) { in attachLinearWipeEffect() 115 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kFeather_Index), in attachLinearWipeEffect() 116 [adapter](const ScalarValue& f) { in attachLinearWipeEffect()
|
D | GradientEffect.cpp | 129 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kRampShape_Index), in attachGradientEffect() 130 [adapter](const ScalarValue& shape) { in attachGradientEffect() 133 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kBlendRatio_Index), in attachGradientEffect() 134 [adapter](const ScalarValue& blend) { in attachGradientEffect() 137 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kRampScatter_Index), in attachGradientEffect() 138 [adapter](const ScalarValue& scatter) { in attachGradientEffect()
|
D | TintEffect.cpp | 49 fBuilder->bindProperty<ScalarValue>((*amount_prop)["v"], in attachTintEffect() 50 [tint_node](const ScalarValue& w) { in attachTintEffect()
|
D | TritoneEffect.cpp | 51 fBuilder->bindProperty<ScalarValue>((*blend_prop)["v"], in attachTritoneEffect() 52 [tritone_node](const ScalarValue& w) { in attachTritoneEffect()
|
D | FillEffect.cpp | 46 fBuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], in attachFillEffect() 47 [color_node](const ScalarValue& o) { in attachFillEffect()
|
/third_party/skia/modules/skottie/src/animator/ |
D | ScalarKeyframeAnimator.cpp | 22 ScalarValue* target_value) in ScalarKeyframeAnimator() 37 ScalarValue* fTarget; 45 ScalarExpressionAnimator(sk_sp<ExpressionEvaluator<ScalarValue>> expression_evaluator, in ScalarExpressionAnimator() 46 ScalarValue* target_value) in ScalarExpressionAnimator() 60 sk_sp<ExpressionEvaluator<ScalarValue>> fExpressionEvaluator; 61 ScalarValue* fTarget; 66 explicit ScalarAnimatorBuilder(ScalarValue* target) in ScalarAnimatorBuilder() 82 sk_sp<ExpressionEvaluator<ScalarValue>> expression_evaluator = in makeFromExpression() 100 ScalarValue* fTarget; 108 bool AnimatablePropertyContainer::bind<ScalarValue>(const AnimationBuilder& abuilder, in bind() [all …]
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | ShapeLayer.cpp | 58 auto r_attached = abuilder->bindProperty<ScalarValue>(jrect["r"], in AttachRRectGeometry() 59 [adapter](const ScalarValue& r) { in AttachRRectGeometry() 117 abuilder->bindProperty<ScalarValue>(jstar["pt"], in AttachPolystarGeometry() 118 [adapter](const ScalarValue& pt) { in AttachPolystarGeometry() 121 abuilder->bindProperty<ScalarValue>(jstar["ir"], in AttachPolystarGeometry() 122 [adapter](const ScalarValue& ir) { in AttachPolystarGeometry() 125 abuilder->bindProperty<ScalarValue>(jstar["or"], in AttachPolystarGeometry() 126 [adapter](const ScalarValue& otr) { in AttachPolystarGeometry() 129 abuilder->bindProperty<ScalarValue>(jstar["is"], in AttachPolystarGeometry() 130 [adapter](const ScalarValue& is) { in AttachPolystarGeometry() [all …]
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieValue.cpp | 20 bool ValueTraits<ScalarValue>::FromJSON(const skjson::Value& jv, const internal::AnimationBuilder*, in FromJSON() 21 ScalarValue* v) { in FromJSON() 26 bool ValueTraits<ScalarValue>::CanLerp(const ScalarValue&, const ScalarValue&) { in CanLerp() argument 31 void ValueTraits<ScalarValue>::Lerp(const ScalarValue& v0, const ScalarValue& v1, float t, in Lerp() 32 ScalarValue* result) { in Lerp() 38 SkScalar ValueTraits<ScalarValue>::As<SkScalar>(const ScalarValue& v) { in As() 61 ValueTraits<ScalarValue>::Lerp(v0[i], v1[i], t, &(*result)[i]); in Lerp()
|
D | Skottie.cpp | 97 bound |= this->bindProperty<ScalarValue>(*jrotation, in attachMatrix2D() 98 [adapter](const ScalarValue& r) { in attachMatrix2D() 101 bound |= this->bindProperty<ScalarValue>(t["sk"], in attachMatrix2D() 102 [adapter](const ScalarValue& sk) { in attachMatrix2D() 105 bound |= this->bindProperty<ScalarValue>(t["sa"], in attachMatrix2D() 106 [adapter](const ScalarValue& sa) { in attachMatrix2D() 149 bound |= this->bindProperty<ScalarValue>(t["rx"], in attachMatrix3D() 150 [adapter](const ScalarValue& rx) { in attachMatrix3D() 155 bound |= this->bindProperty<ScalarValue>(t["ry"], in attachMatrix3D() 156 [adapter](const ScalarValue& ry) { in attachMatrix3D() [all …]
|
D | SkottieAnimator.cpp | 371 if (!BindPropertyImpl<ScalarValue>((*jprop)["x"], abuilder, &split_animator->fAnimators, in Make() 372 [split_animator_ptr](const ScalarValue& x) { split_animator_ptr->setX(x); }) || in Make() 373 !BindPropertyImpl<ScalarValue>((*jprop)["y"], abuilder, &split_animator->fAnimators, in Make() 374 [split_animator_ptr](const ScalarValue& y) { split_animator_ptr->setY(y); })) { in Make() 397 void setX(const ScalarValue& x) { fX = x; } in setX() 398 void setY(const ScalarValue& y) { fY = y; } in setY() 407 ScalarValue fX = 0, 430 std::function<void(const ScalarValue&)>&& apply, in bindProperty() 431 const ScalarValue* noop) const { in bindProperty()
|
D | SkottieValue.h | 37 using ScalarValue = SkScalar; variable 38 using VectorValue = std::vector<ScalarValue>;
|
/third_party/flutter/skia/modules/skottie/src/text/ |
D | TextAnimator.cpp | 163 abuilder->bindProperty<ScalarValue>(jprops["s"], in TextAnimator() 164 [animator](const ScalarValue& s) { in TextAnimator() 168 abuilder->bindProperty<ScalarValue>(jprops["r"], in TextAnimator() 169 [animator](const ScalarValue& r) { in TextAnimator() 180 abuilder->bindProperty<ScalarValue>(jprops["o"], in TextAnimator() 181 [animator](const ScalarValue& o) { in TextAnimator() 185 abuilder->bindProperty<ScalarValue>(jprops["t"], in TextAnimator() 186 [animator](const ScalarValue& t) { in TextAnimator()
|
D | RangeSelector.cpp | 232 abuilder->bindProperty<ScalarValue>((*jrange)["s"], in Make() 233 [selector](const ScalarValue& s) { in Make() 236 abuilder->bindProperty<ScalarValue>((*jrange)["e"], in Make() 237 [selector](const ScalarValue& e) { in Make() 240 abuilder->bindProperty<ScalarValue>((*jrange)["o"], in Make() 241 [selector](const ScalarValue& o) { in Make() 244 abuilder->bindProperty<ScalarValue>((*jrange)["a"], in Make() 245 [selector](const ScalarValue& a) { in Make()
|
/third_party/skia/modules/skottie/tests/ |
D | Keyframe.cpp | 48 MockProperty<ScalarValue> prop(R"({})"); in DEF_TEST() 52 MockProperty<ScalarValue> prop(R"({ "a": 1, "k": [] })"); in DEF_TEST() 57 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() 78 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() 100 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() 121 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() 143 MockProperty<ScalarValue> prop(R"({ in DEF_TEST()
|
/third_party/skia/modules/skottie/src/effects/ |
D | SphereEffect.cpp | 335 const auto side = [](ScalarValue s) { in onSync() 345 const auto rotation = [](ScalarValue order, in onSync() 346 ScalarValue x, ScalarValue y, ScalarValue z) { in onSync() 397 ScalarValue fRadius = 0, 405 ScalarValue fLightIntensity = 0,
|
D | DirectionalBlur.cpp | 49 ScalarValue fDirection = 0; 50 ScalarValue fBlurLength = 0;
|
/third_party/skia/modules/skottie/src/ |
D | Transform.h | 68 ScalarValue fRotation = 0, 95 ScalarValue fRx = 0,
|