Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/richtext/
H A Drich_text_declaration.cpp32 …const LinearMapNode<void (*)(RichTextDeclaration&, const std::string&)> richTextAttrOperators[] = { in SetSpecializedAttr() local
37 …auto item = BinarySearchFindIndex(richTextAttrOperators, ArraySize(richTextAttrOperators), attr.fi… in SetSpecializedAttr()
39 richTextAttrOperators[item].value(*this, attr.second); in SetSpecializedAttr()