Searched refs:textHeight_ (Results 1 – 5 of 5) sorted by relevance
51 textHeight_ = AceType::MakeRefPtr<PropertyFloat>(0.0f); in RichEditorOverlayModifier()52 AttachProperty(textHeight_); in RichEditorOverlayModifier()131 textHeight_->Set(value); in SetTextHeight()
64 RefPtr<PropertyFloat> textHeight_; variable
745 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_);
621 double textHeight_ = 0.0; // Height of text. variable
458 …if (needNotifyChangeEvent && (!NearEqual(textHeight_, textHeightLast_) || textLines_ != textLinesL… in OnPaintFinish()460 textHeightLast_ = textHeight_; in OnPaintFinish()473 jsonResult->Put("height", textHeight_); in OnPaintFinish()