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/common/properties/
H A Dtween_option.h208 return maxScaleXY_; in GetMaxScaleXY()
213 maxScaleXY_ = maxScaleXY; in SetMaxScaleXY()
378 double maxScaleXY_ = -1.0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.h66 maxScaleXY_ = maxScaleXY; in SetMaxScaleXY()
181 double maxScaleXY_ = -1.0; variable
H A Drender_transform.cpp67 if (!NearEqual(maxScaleXY_, -1.0)) { in Scale()
68 UpdateScaleToAccessibilityNode(maxScaleXY_); in Scale()