Home
last modified time | relevance | path

Searched refs:allowScale_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.cpp39 allowScale_ == rhs.allowScale_ && wordBreak_ == rhs.wordBreak_ && in operator ==()
H A Dtext_style.h565 return allowScale_; in IsAllowScale()
570 allowScale_ = allowScale; in SetAllowScale()
806 bool allowScale_ = true; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Ddrawing_prop_convertor_test_ng.cpp465 textStyle.allowScale_ = false;
473 textStyle.allowScale_ = false;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h761 return allowScale_; in IsAllowScale()
766 allowScale_ = allowScale; in SetAllowScale()
1167 bool allowScale_ = true; variable