Home
last modified time | relevance | path

Searched refs:maxScaleXY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.h64 void SetMaxScaleXY(double maxScaleXY) in SetMaxScaleXY() argument
66 maxScaleXY_ = maxScaleXY; in SetMaxScaleXY()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h211 void SetMaxScaleXY(double maxScaleXY) in SetMaxScaleXY() argument
213 maxScaleXY_ = maxScaleXY; in SetMaxScaleXY()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp258 double maxScaleXY = option.GetMaxScaleXY(); in __anonf1ba2b2b0402() local
261 renderTransformNode->SetMaxScaleXY(maxScaleXY); in __anonf1ba2b2b0402()