Home
last modified time | relevance | path

Searched defs:contextWidth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Doverlay_modifier.h89 std::unique_ptr<Rosen::Typography> GetParagraph(double contextWidth) const in GetParagraph()
131 SizeF GetParagraphSize(double contextWidth) const in GetParagraphSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_algorithm.cpp308 double contextWidth = std::max(text_.width_, icon_.width_); in MeasureIntegralSize() local