Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_marquee.cpp86 …LinearMapNode<void (*)(TextStyle&, const std::string&, const DOMMarquee&)> textStyleOperators[] = { in SetSpecializedStyle() local
104 …auto operatorIter = BinarySearchFindIndex(textStyleOperators, ArraySize(textStyleOperators), style… in SetSpecializedStyle()
106 textStyleOperators[operatorIter].value(textStyle_, style.second, *this); in SetSpecializedStyle()
H A Ddom_picker_base.cpp318 textStyleOperators[] = { in SetTextStyleOperators() local
404 …auto operatorIter = BinarySearchFindIndex(textStyleOperators, ArraySize(textStyleOperators), style… in SetTextStyleOperators()
417 textStyleOperators[operatorIter].value( in SetTextStyleOperators()
430 textStyleOperators[operatorIter].value( in SetTextStyleOperators()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.cpp71 …static const LinearMapNode<void (*)(const std::string&, TextDeclaration&)> textStyleOperators[] = { in SetSpecializedStyle() local
281 …auto operatorIter = BinarySearchFindIndex(textStyleOperators, ArraySize(textStyleOperators), style… in SetSpecializedStyle()
283 textStyleOperators[operatorIter].value(style.second, *this); in SetSpecializedStyle()