Home
last modified time | relevance | path

Searched defs:systemFontScale (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/exceptionprompt/interfaces/
H A Dexceptionprompt.js406 let systemFontScale = uiContent.getHostContext()?.config?.fontSizeScale ?? 1; variable
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/filter/interfaces/
H A Dfilter.js280 let systemFontScale = uiContent.getHostContext()?.config?.fontSizeScale ?? 1; variable
718 let systemFontScale = uiContent.getHostContext()?.config?.fontSizeScale ?? 1; variable
1681 let systemFontScale = uiContent.getHostContext()?.config?.fontSizeScale ?? 1; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp221 auto systemFontScale = static_cast<double>(pipeline->GetFontScale()); in ReCalcItemHeightScale() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp245 auto systemFontScale = static_cast<double>(pipeline->GetFontScale()); in ReCalcItemHeightScale() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp328 auto systemFontScale = static_cast<double>(pipeline->GetFontScale()); in ReCalcItemHeightScale() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js3083 let systemFontScale = uiContext.getHostContext()?.config?.fontSizeScale ?? 1; variable