Home
last modified time | relevance | path

Searched refs:errorSpacing_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp444 …rEqual(errorParagraph_->GetLongestLine(), originInnerWidth_ - errorSpacing_) ? 0.0 : errorSpacing_;
447 …rEqual(errorParagraph_->GetActualWidth(), originInnerWidth_ - errorSpacing_) ? 0.0 : errorSpacing_;
734 … double deflateWidth = innerRect_.Width() - errorParagraph_->GetLongestLine() - errorSpacing_;
736 … double deflateWidth = innerRect_.Width() - errorParagraph_->GetActualWidth() - errorSpacing_;
935 deflateHeight = errorParagraph_->GetHeight() + errorSpacing_;
938 deflateHeight = std::max(deflateHeight, countParagraph_->GetHeight() + errorSpacing_);
1123 inflateSize.SetHeight(errorParagraph_->GetHeight() + errorSpacing_);
1127 …nflateSize.SetHeight(std::max(inflateSize.Height(), countParagraph_->GetHeight() + errorSpacing_));
1850 deflateSize.SetHeight(errorParagraph_->GetHeight() + errorSpacing_);
1853 …eflateSize.SetHeight(std::max(deflateSize.Height(), countParagraph_->GetHeight() + errorSpacing_));
H A Dtextfield_theme.h93 theme->errorSpacing_ = pattern->GetAttr<Dimension>("textfield_error_spacing", 0.0_vp); in ParsePatternSubFirstPart()
382 return errorSpacing_; in GetErrorSpacing()
668 Dimension errorSpacing_; variable
H A Drender_text_field.h583 double errorSpacing_ = 0.0; variable
H A Drender_text_field.cpp509 errorSpacing_ = NormalizeToPx(errorSpacingInDimension_); in PerformLayout()