Home
last modified time | relevance | path

Searched refs:fontSizeDefined (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h61 bool fontSizeDefined = false; member
282 return style.fontSizeDefined; in GetFontSizeState()
515 style.fontSizeDefined = state; in SetFontSizeState()
H A Dbutton_declaration.cpp166 buttonStyle.fontSizeDefined = true; in SetSpecializedStyle()