Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_base.cpp50 void TextBase::CalculateSelectedRect(std::vector<RectF>& selectedRect, float longestLine, TextDirec… in CalculateSelectedRect()
H A Dtext_layout_algorithm.cpp149 auto longestLine = paragraphManager_->GetLongestLine(); in MeasureContent() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_base.h146 float longestLine = 460.f; member
H A Dtext_input_wordbreak_test.cpp103 float longestLine = 460.f; member
H A Dtext_area_menu_test.cpp97 float longestLine = 460.f; member
H A Dtext_input_area_model_test.cpp109 float longestLine = 460.f; member
H A Dtext_area_test.cpp105 float longestLine = 460.f; member
H A Dtext_input_modify_test.cpp108 float longestLine = 460.f; member
H A Dtext_area_decoration_test.cpp87 float longestLine = 460.f; member
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H A Djs_paragraph.cpp267 double longestLine = paragraph_->GetActualWidth(); in OnGetLongestLine() local
283 double longestLine = paragraph_->GetLongestLineWithIndent(); in OnGetLongestLineWithIndent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp142 auto longestLine = std::ceil(paragraph_->GetLongestLineWithIndent()); in InlineFocusMeasure() local
177 auto longestLine = std::ceil(inlineParagraph_->GetLongestLineWithIndent()); in InlineMeasureContent() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp663 double longestLine = richEditorPattern->paragraphs_.GetLongestLine(); variable