Home
last modified time | relevance | path

Searched refs:GetPropValue (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
DTransformEffect.cpp83 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()
DEffects.h34 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()
DEffects.cpp174 const skjson::Value& EffectBuilder::GetPropValue(const skjson::ArrayValue& jprops, in GetPropValue() function in skottie::internal::EffectBuilder
DDisplacementMapEffect.cpp333 if (const skjson::ObjectValue* jv = EffectBuilder::GetPropValue(jprops, kMapLayer_Index)) { in GetDisplacementSource()