Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp51 …auto spanStyleIter = BinarySearchFindIndex(spanStyleOperators, ArraySize(spanStyleOperators), attr… in SetSpecializedAttr() local
52 if (spanStyleIter != -1) { in SetSpecializedAttr()
53 spanStyleOperators[spanStyleIter].value(attr.second, *this); in SetSpecializedAttr()
153 …auto spanStyleIter = BinarySearchFindIndex(spanStyleOperators, ArraySize(spanStyleOperators), styl… in SetSpecializedStyle() local
154 if (spanStyleIter != -1) { in SetSpecializedStyle()
155 spanStyleOperators[spanStyleIter].value(style.second, *this); in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2418 for (auto& spanStyleIter : resultObjects) { in UpdateSelectSpanStyle() local
2420 … isFirstText = IsTextSpanFromResult(spanStyleIter.spanRange[RichEditorSpanRange::RANGESTART], in UpdateSelectSpanStyle()
2421 spanStyleIter.spanRange[RichEditorSpanRange::RANGEEND], code); in UpdateSelectSpanStyle()
2424 SetSelectSpanStyle(spanStyleIter.spanRange[RichEditorSpanRange::RANGESTART], in UpdateSelectSpanStyle()
2425 spanStyleIter.spanRange[RichEditorSpanRange::RANGEEND], code, false); in UpdateSelectSpanStyle()