Searched refs:GetPropValue (Results 1 – 4 of 4) sorted by relevance
/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()
|