Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h100 theme->overCountStyle_.SetFontWeight( in ParsePatternSubFirstPart()
149 … theme->overCountStyle_.SetTextColor(pattern->GetAttr<Color>("over_text_color", Color())); in ParsePatternSubSecondPart()
150 … theme->overCountStyle_.SetFontSize(pattern->GetAttr<Dimension>("over_text_font_size", 0.0_fp)); in ParsePatternSubSecondPart()
442 return overCountStyle_; in GetOverCountStyle()
684 TextStyle overCountStyle_; variable
H A Drender_text_field.h572 TextStyle overCountStyle_; variable
H A Drosen_render_text_field.cpp838 txtStyle = CreateTextStyle(maxLines_ == 1 ? overCountStyleOuter_ : overCountStyle_);
H A Drender_text_field.cpp350 overCountStyle_ = textField->GetOverCountStyle(); in Update()