Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h595 size_t textLines_ = 0; variable
H A Drosen_render_text_field.cpp746 textLines_ = paragraphTxt->GetLineCount();
750 textLines_ = paragraph_->GetLineCount();
754 textLines_ = 0;
H A Drender_text_field.cpp458 …if (needNotifyChangeEvent && (!NearEqual(textHeight_, textHeightLast_) || textLines_ != textLinesL… in OnPaintFinish()
461 textLinesLast_ = textLines_; in OnPaintFinish()
472 jsonResult->Put("lines", textLines_); in OnPaintFinish()