/third_party/skia/modules/skottie/src/effects/ |
D | TransformEffect.cpp | 83 GetPropValue(jprops, kAnchorPoint_Index), in attachTransformEffect() 84 GetPropValue(jprops, kPosition_Index), in attachTransformEffect() 86 GetPropValue(jprops, kRotation_Index), in attachTransformEffect() 87 GetPropValue(jprops, kSkew_Index), in attachTransformEffect() 88 GetPropValue(jprops, kSkewAxis_Index)); in attachTransformEffect() 97 GetPropValue(jprops, kOpacity_Index), in attachTransformEffect() 98 GetPropValue(jprops, kUniformScale_Index), in attachTransformEffect() 99 GetPropValue(jprops, kScaleWidth_Index), in attachTransformEffect() 100 GetPropValue(jprops, kScaleHeight_Index), in attachTransformEffect()
|
D | Effects.h | 34 static const skjson::Value& GetPropValue(const skjson::ArrayValue& jprops, size_t prop_index); 127 fContainer->bind(fBuilder, EffectBuilder::GetPropValue(fProps, prop_index), value); in bind()
|
D | Effects.cpp | 174 const skjson::Value& EffectBuilder::GetPropValue(const skjson::ArrayValue& jprops, in GetPropValue() function in skottie::internal::EffectBuilder
|
D | DisplacementMapEffect.cpp | 333 if (const skjson::ObjectValue* jv = EffectBuilder::GetPropValue(jprops, kMapLayer_Index)) { in GetDisplacementSource()
|
/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 | Effects.h | 30 static const skjson::Value& GetPropValue(const skjson::ArrayValue& jprops, size_t prop_index);
|
D | Effects.cpp | 120 const skjson::Value& EffectBuilder::GetPropValue(const skjson::ArrayValue& jprops, in GetPropValue() function in skottie::internal::EffectBuilder
|