/third_party/flutter/skia/modules/skottie/src/effects/ |
D | TransformEffect.cpp | 65 fBuilder->bindProperty<VectorValue>(GetPropValue(jprops, kAnchorPoint_Index), in attachTransformEffect() 69 fBuilder->bindProperty<VectorValue>(GetPropValue(jprops, kPosition_Index), in attachTransformEffect() 73 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kRotation_Index), in attachTransformEffect() 77 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kSkew_Index), in attachTransformEffect() 81 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kSkewAxis_Index), in attachTransformEffect() 86 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kUniformScale_Index), in attachTransformEffect() 90 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kScaleHeight_Index), in attachTransformEffect() 94 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kScaleWidth_Index), in attachTransformEffect() 102 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOpacity_Index), in attachTransformEffect()
|
D | LevelsEffect.cpp | 153 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kChannel_Index), in attachLevelsEffect() 157 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kInputBlack_Index), in attachLevelsEffect() 161 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kInputWhite_Index), in attachLevelsEffect() 165 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOutputBlack_Index), in attachLevelsEffect() 169 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOutputWhite_Index), in attachLevelsEffect() 173 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kGamma_Index), in attachLevelsEffect() 178 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kClipToOutBlack_Index), in attachLevelsEffect() 182 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kClipToOutWhite_Index), in attachLevelsEffect()
|
D | GradientEffect.cpp | 113 fBuilder->bindProperty<VectorValue>(GetPropValue(jprops, kStartPoint_Index), in attachGradientEffect() 117 fBuilder->bindProperty<VectorValue>(GetPropValue(jprops, kEndPoint_Index), in attachGradientEffect() 121 fBuilder->bindProperty<VectorValue>(GetPropValue(jprops, kStartColor_Index), in attachGradientEffect() 125 fBuilder->bindProperty<VectorValue>(GetPropValue(jprops, kEndColor_Index), in attachGradientEffect() 129 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kRampShape_Index), in attachGradientEffect() 133 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kBlendRatio_Index), in attachGradientEffect() 137 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kRampScatter_Index), in attachGradientEffect()
|
D | DropShadowEffect.cpp | 72 fBuilder->bindProperty<VectorValue>(GetPropValue(jprops, kShadowColor_Index), in attachDropShadowEffect() 76 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOpacity_Index), in attachDropShadowEffect() 80 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kDirection_Index), in attachDropShadowEffect() 84 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kDistance_Index), in attachDropShadowEffect() 88 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kSoftness_Index), in attachDropShadowEffect() 92 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kShadowOnly_Index), in attachDropShadowEffect()
|
D | MotionTileEffect.cpp | 186 fBuilder->bindProperty<VectorValue>(GetPropValue(jprops, kTileCenter_Index), in attachMotionTileEffect() 190 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kTileWidth_Index), in attachMotionTileEffect() 194 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kTileHeight_Index), in attachMotionTileEffect() 198 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOutputWidth_Index), in attachMotionTileEffect() 202 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kOutputHeight_Index), in attachMotionTileEffect() 206 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kMirrorEdges_Index), in attachMotionTileEffect() 210 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kPhase_Index), in attachMotionTileEffect() 214 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kHorizontalPhaseShift_Index), in attachMotionTileEffect()
|
D | RadialWipeEffect.cpp | 148 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kCompletion_Index), in attachRadialWipeEffect() 152 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kStartAngle_Index), in attachRadialWipeEffect() 156 fBuilder->bindProperty<VectorValue>(GetPropValue(jprops, kWipeCenter_Index), in attachRadialWipeEffect() 160 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kWipe_Index), in attachRadialWipeEffect() 164 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kFeather_Index), in attachRadialWipeEffect()
|
D | HueSaturationEffect.cpp | 46 abuilder->bindProperty<ScalarValue>(EffectBuilder::GetPropValue(jprops, in Make() 51 abuilder->bindProperty<ScalarValue>(EffectBuilder::GetPropValue(jprops, in Make() 56 abuilder->bindProperty<ScalarValue>(EffectBuilder::GetPropValue(jprops, in Make() 61 abuilder->bindProperty<ScalarValue>(EffectBuilder::GetPropValue(jprops, in Make()
|
D | VenetianBlindsEffect.cpp | 149 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kCompletion_Index), in attachVenetianBlindsEffect() 153 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kDirection_Index), in attachVenetianBlindsEffect() 157 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kWidth_Index), in attachVenetianBlindsEffect() 161 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kFeather_Index), in attachVenetianBlindsEffect()
|
D | GaussianBlurEffect.cpp | 92 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kBlurriness_Index), in attachGaussianBlurEffect() 96 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kDimensions_Index), in attachGaussianBlurEffect() 100 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kRepeatEdge_Index), in attachGaussianBlurEffect()
|
D | LinearWipeEffect.cpp | 107 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kCompletion_Index), in attachLinearWipeEffect() 111 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kAngle_Index), in attachLinearWipeEffect() 115 fBuilder->bindProperty<ScalarValue>(GetPropValue(jprops, kFeather_Index), in attachLinearWipeEffect()
|
D | TintEffect.cpp | 49 fBuilder->bindProperty<ScalarValue>((*amount_prop)["v"], in attachTintEffect()
|
D | TritoneEffect.cpp | 51 fBuilder->bindProperty<ScalarValue>((*blend_prop)["v"], in attachTritoneEffect()
|
D | FillEffect.cpp | 46 fBuilder->bindProperty<ScalarValue>((*opacity_prop)["v"], in attachFillEffect()
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | ShapeLayer.cpp | 50 auto p_attached = abuilder->bindProperty<VectorValue>(jrect["p"], in AttachRRectGeometry() 54 auto s_attached = abuilder->bindProperty<VectorValue>(jrect["s"], in AttachRRectGeometry() 58 auto r_attached = abuilder->bindProperty<ScalarValue>(jrect["r"], in AttachRRectGeometry() 79 auto p_attached = abuilder->bindProperty<VectorValue>(jellipse["p"], in AttachEllipseGeometry() 83 auto s_attached = abuilder->bindProperty<VectorValue>(jellipse["s"], in AttachEllipseGeometry() 113 abuilder->bindProperty<VectorValue>(jstar["p"], in AttachPolystarGeometry() 117 abuilder->bindProperty<ScalarValue>(jstar["pt"], in AttachPolystarGeometry() 121 abuilder->bindProperty<ScalarValue>(jstar["ir"], in AttachPolystarGeometry() 125 abuilder->bindProperty<ScalarValue>(jstar["or"], in AttachPolystarGeometry() 129 abuilder->bindProperty<ScalarValue>(jstar["is"], in AttachPolystarGeometry() [all …]
|
D | PrecompLayer.cpp | 78 this->bindProperty<ScalarValue>(*time_remap, in attachPrecompLayer()
|
D | TextLayer.cpp | 299 this->bindProperty<TextValue>(*jd, in attachTextLayer()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | Skottie.cpp | 78 auto bound = this->bindProperty<VectorValue>(t["a"], in attachMatrix2D() 82 bound |= this->bindProperty<VectorValue>(t["p"], in attachMatrix2D() 86 bound |= this->bindProperty<VectorValue>(t["s"], in attachMatrix2D() 97 bound |= this->bindProperty<ScalarValue>(*jrotation, in attachMatrix2D() 101 bound |= this->bindProperty<ScalarValue>(t["sk"], in attachMatrix2D() 105 bound |= this->bindProperty<ScalarValue>(t["sa"], in attachMatrix2D() 129 auto bound = this->bindProperty<VectorValue>(t["a"], in attachMatrix3D() 133 bound |= this->bindProperty<VectorValue>(t["p"], in attachMatrix3D() 137 bound |= this->bindProperty<VectorValue>(t["s"], in attachMatrix3D() 144 bound |= this->bindProperty<VectorValue>(t["or"], in attachMatrix3D() [all …]
|
D | SkottieAnimator.cpp | 429 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty() function in skottie::internal::AnimationBuilder 436 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty() function in skottie::internal::AnimationBuilder 448 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty() function in skottie::internal::AnimationBuilder 455 bool AnimationBuilder::bindProperty(const skjson::Value& jv, in bindProperty() function in skottie::internal::AnimationBuilder
|
D | SkottiePriv.h | 71 bool bindProperty(const skjson::Value&, 76 bool bindProperty(const skjson::Value& jv, in bindProperty() function 79 return this->bindProperty(jv, std::move(apply), &default_ignore); in bindProperty()
|
D | Layer.cpp | 119 has_effect |= abuilder->bindProperty<ScalarValue>((*m)["o"], in AttachMask() 125 if (abuilder->bindProperty<VectorValue>((*m)["f"], in AttachMask() 323 abuilder->bindProperty<ScalarValue>(jlayer["pe"], in attachTransformNode()
|
/third_party/flutter/skia/modules/skottie/src/text/ |
D | TextAnimator.cpp | 159 abuilder->bindProperty<VectorValue>(jprops["p"], in TextAnimator() 163 abuilder->bindProperty<ScalarValue>(jprops["s"], in TextAnimator() 168 abuilder->bindProperty<ScalarValue>(jprops["r"], in TextAnimator() 172 fHasFillColor = abuilder->bindProperty<VectorValue>(jprops["fc"], in TextAnimator() 176 fHasStrokeColor = abuilder->bindProperty<VectorValue>(jprops["sc"], in TextAnimator() 180 abuilder->bindProperty<ScalarValue>(jprops["o"], in TextAnimator() 185 abuilder->bindProperty<ScalarValue>(jprops["t"], in TextAnimator()
|
D | RangeSelector.cpp | 232 abuilder->bindProperty<ScalarValue>((*jrange)["s"], in Make() 236 abuilder->bindProperty<ScalarValue>((*jrange)["e"], in Make() 240 abuilder->bindProperty<ScalarValue>((*jrange)["o"], in Make() 244 abuilder->bindProperty<ScalarValue>((*jrange)["a"], in Make()
|