Searched refs:CreateOrSetModifierValue (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_modifier_property.cpp | 36 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeScaleModifier() 48 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeSkewModifier() 60 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangePivotModifier() 72 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeTranslateZModifier() 84 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangePerspectiveModifier() 96 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeTranslateModifier() 108 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeQuaternionModifier() 120 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeRadiusModifier() 131 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeSaturationModifier() 142 bool isCreate = CreateOrSetModifierValue(property, value); in AddOrChangeBrightnessModifier() [all …]
|
H A D | rosen_modifier_property.h | 24 bool CreateOrSetModifierValue(std::shared_ptr<Rosen::RSAnimatableProperty<T>>& property, const T& v…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_symbol_animation.cpp | 38 bool CreateOrSetModifierValue(std::shared_ptr<RSAnimatableProperty<T>>& property, const T& value) in CreateOrSetModifierValue() function 450 … bool isCreate = SymbolAnimation::CreateOrSetModifierValue(pivotProperty_, CENTER_NODE_COORDINATE); in SetNodePivot() 602 bool isFrameCreate = SymbolAnimation::CreateOrSetModifierValue(frameProperty, bounds); in SetSymbolGeometry() 607 bool isBoundsCreate = SymbolAnimation::CreateOrSetModifierValue(boundsProperty, bounds); in SetSymbolGeometry() 679 SymbolAnimation::CreateOrSetModifierValue(alphaPropertyStart, alphaValueStart); in GetKeyframeAlphaAnimationParas() 684 SymbolAnimation::CreateOrSetModifierValue(alphaPropertyEnd, alphaValueEnd); in GetKeyframeAlphaAnimationParas() 778 bool isCreate = SymbolAnimation::CreateOrSetModifierValue(scaleProperty, scaleValueBegin); in AddScaleBaseModifier() 845 if (!SymbolAnimation::CreateOrSetModifierValue(alphaProperty, alphaBegin)) { in AlphaAnimationBase()
|