Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp720 double textAreaWidth = MeasureParagraph(paragraphStyle, txtStyle); local
774 double textAreaWidth = std::numeric_limits<double>::infinity(); local
1060 …xt::ParagraphStyle> paragraphStyle, std::unique_ptr<txt::TextStyle> txtStyle, double textAreaWidth)