Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h103 bool IsMaxWidthLayout() const in IsMaxWidthLayout() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_text.cpp142 if (!textDeclaration->IsMaxWidthLayout()) { in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.cpp138 return declaration_->IsMaxWidthLayout(); in GetMaxWidthLayout()