Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h104 theme->overCountStyleOuter_.SetFontWeight( in ParsePatternSubFirstPart()
154 …theme->overCountStyleOuter_.SetTextColor(pattern->GetAttr<Color>("over_outer_text_color", Color())… in ParsePatternSubSecondPart()
155 …theme->overCountStyleOuter_.SetFontSize(pattern->GetAttr<Dimension>("over_outer_text_font_size", 0… in ParsePatternSubSecondPart()
452 return overCountStyleOuter_; in GetOverCountStyleOuter()
686 TextStyle overCountStyleOuter_; variable
H A Drender_text_field.h574 TextStyle overCountStyleOuter_; variable
H A Drosen_render_text_field.cpp838 txtStyle = CreateTextStyle(maxLines_ == 1 ? overCountStyleOuter_ : overCountStyle_);
H A Drender_text_field.cpp352 overCountStyleOuter_ = textField->GetOverCountStyleOuter(); in Update()