Home
last modified time | relevance | path

Searched refs:ScaleX (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/include/
H A Ddisplay_info.h72 DEFINE_VAR_DEFAULT_FUNC_GET_SET(float, ScaleX, scaleX, 1.0f);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_component.h64 void ScaleX(float x, const AnimationOption& animationOption = AnimationOption());
H A Dtransform_component.cpp81 void TransformComponent::ScaleX(float x, const AnimationOption& animationOption) in ScaleX() function in OHOS::Ace::TransformComponent
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-components-canvas-matrix2d.md53 @State message: string = 'Matrix2D ScaleX'
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp909 … DOMNode& node) { node.transformComponent_->ScaleX(StringToDouble(typeValue)); } }, in SetTransform()