Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_declaration.h124 constexpr float STANDARD_FONT_SCALE = 1.0f; variable
H A Dnavigation_title_util.cpp789 textLayoutProperty->UpdateMaxFontScale(STANDARD_FONT_SCALE); in CreateOrUpdateDestinationMainTitle()
821 textLayoutProperty->UpdateMaxFontScale(STANDARD_FONT_SCALE); in CreateOrUpdateDestinationSubtitle()
H A Dtitle_bar_pattern.cpp524 titleLayoutProperty->UpdateMaxFontScale(STANDARD_FONT_SCALE); in ResetMainTitleProperty()
602 titleLayoutProperty->UpdateMaxFontScale(STANDARD_FONT_SCALE); in ResetSubTitleProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.cpp80 textLayoutProperty->UpdateMaxFontScale(STANDARD_FONT_SCALE); in ParseCommonTitle()
109 textLayoutProperty->UpdateMaxFontScale(STANDARD_FONT_SCALE); in ParseCommonTitle()