Home
last modified time | relevance | path

Searched refs:textHeight_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_overlay_modifier.cpp51 textHeight_ = AceType::MakeRefPtr<PropertyFloat>(0.0f); in RichEditorOverlayModifier()
52 AttachProperty(textHeight_); in RichEditorOverlayModifier()
131 textHeight_->Set(value); in SetTextHeight()
H A Drich_editor_overlay_modifier.h64 RefPtr<PropertyFloat> textHeight_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp745 textHeight_ = paragraphTxt->GetHeight();
749 textHeight_ = paragraph_->GetHeight();
753 textHeight_ = 0.0;
1119 if (!extend_ || GreatOrEqual(innerRect_.GetSize().Height(), textHeight_)) {
1131 if (GreatNotEqual(textHeight_, 0.0)) {
1132 innerRect_.SetHeight(textHeight_);
H A Drender_text_field.h621 double textHeight_ = 0.0; // Height of text. variable
H A Drender_text_field.cpp458 …if (needNotifyChangeEvent && (!NearEqual(textHeight_, textHeightLast_) || textLines_ != textLinesL… in OnPaintFinish()
460 textHeightLast_ = textHeight_; in OnPaintFinish()
473 jsonResult->Put("height", textHeight_); in OnPaintFinish()