Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h60 CheckIsChanged(attribute.data, data); in SetData()
73 CheckIsChanged(style.textStyle, textStyle); in SetTextStyle()
86 CheckIsChanged(style.focusColor, focusColor); in SetFocusColor()
99 CheckIsChanged(style.copyOptions, copyOptions); in SetCopyOption()
112 CheckIsChanged(style.isMaxWidthLayout, isMaxWidthLayout); in SetIsMaxWidthLayout()
125 CheckIsChanged(style.autoMaxLines, autoMaxLines); in SetAutoMaxLines()
158 void CheckIsChanged(const T& update, const T& val) in CheckIsChanged() function