Searched refs:ScaleX (Results 1 – 5 of 5) sorted by relevance
72 DEFINE_VAR_DEFAULT_FUNC_GET_SET(float, ScaleX, scaleX, 1.0f);
64 void ScaleX(float x, const AnimationOption& animationOption = AnimationOption());
81 void TransformComponent::ScaleX(float x, const AnimationOption& animationOption) in ScaleX() function in OHOS::Ace::TransformComponent
53 @State message: string = 'Matrix2D ScaleX'
909 … DOMNode& node) { node.transformComponent_->ScaleX(StringToDouble(typeValue)); } }, in SetTransform()