Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_element.cpp187 auto tempSize = GetMeasureTextSize(property->GetContent().value_or(""), in ChooseExactFontSize()
243 …currentTextSize = GetMeasureTextSize(textProp->GetContent().value(), textProp->GetFontSize().value… in GetCurrentTextSize()
268 …auto tempSize = GetMeasureTextSize(textProp->GetContent().value(), textProp->GetFontSize().value(), in TryShrinkTextWidth()
287 std::optional<SizeF> TextLayoutElement::GetMeasureTextSize(const std::string& data, in GetMeasureTextSize() function in OHOS::Ace::NG::TextLayoutElement
310 minTextSize_ = GetMeasureTextSize(textProp->GetContent().value_or(""), in MeasureMinTextSize()
H A Dsecurity_component_layout_element.h167 std::optional<SizeF> GetMeasureTextSize(const std::string& data,