Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_layout_algorithm.cpp350 auto textLayoutTextWrapper = limitValueTextWrapper->GetLayoutAlgorithm(); in GetLimitFontSize() local
351 CHECK_NULL_RETURN(textLayoutTextWrapper, false); in GetLimitFontSize()
352 …auto textLayoutAlgorithm = DynamicCast<TextLayoutAlgorithm>(textLayoutTextWrapper->GetLayoutAlgori… in GetLimitFontSize()