Home
last modified time | relevance | path

Searched refs:UNDERLINE_FONT_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_attributes.cpp207 const char UNDERLINE_FONT_SIZE[] = "text_font_size"; variable
H A Dtheme_attributes.h209 extern const char UNDERLINE_FONT_SIZE[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h143 theme->underlineFontSize_ = pattern->GetAttr<Dimension>(UNDERLINE_FONT_SIZE, 0.0_fp); in ParsePatternSubSecondPart()