Home
last modified time | relevance | path

Searched defs:preferTextSizeGroups (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/text/
Drosen_render_text.cpp289 const auto& preferTextSizeGroups = textStyle_.GetPreferTextSizeGroups(); in AdaptTextSize() local
349 const auto& preferTextSizeGroups = textStyle_.GetPreferTextSizeGroups(); in AdaptPreferTextSizeGroup() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_button.cpp258 std::vector<TextSizeGroup> preferTextSizeGroups; in PrepareTextButton() local
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
Ddialog_component.cpp676 std::vector<TextSizeGroup> preferTextSizeGroups; in BuildTitleAndContent() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dtext_style.h557 void SetPreferTextSizeGroups(const std::vector<TextSizeGroup>& preferTextSizeGroups) in SetPreferTextSizeGroups()