Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h622 double textHeightLast_ = 0.0; variable
H A Drender_text_field.cpp458 …if (needNotifyChangeEvent && (!NearEqual(textHeight_, textHeightLast_) || textLines_ != textLinesL… in OnPaintFinish()
460 textHeightLast_ = textHeight_; in OnPaintFinish()