Searched refs:spanParaStyle (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_test_ng.cpp | 1001 std::optional<struct UpdateParagraphStyle> spanParaStyle = paragraphStyle; 1030 …richEditorPattern->GetChangeSpanStyle(changeValue, spanTextStyle, spanParaStyle, spanNode, spanInd… 1069 std::optional<struct UpdateParagraphStyle> spanParaStyle = paragraphStyle; 1075 changeValue, innerPosition, insertValue, textIndex, textStyle, spanParaStyle, false, false); 1105 std::optional<struct UpdateParagraphStyle> spanParaStyle = paragraphStyle; 1107 … changeValue, innerPosition, content, startSpanIndex, offsetInSpan, textStyle, spanParaStyle);
|
H A D | rich_editor_edit_testone_ng.cpp | 1196 std::optional<struct UpdateParagraphStyle> spanParaStyle = paragraphStyle; 1219 …richEditorPattern->GetChangeSpanStyle(changeValue, spanTextStyle, spanParaStyle, spanNode, spanInd… 1227 …richEditorPattern->GetChangeSpanStyle(changeValue, spanTextStyle, spanParaStyle, spanNode, spanInd… 1233 …richEditorPattern->GetChangeSpanStyle(changeValue, spanTextStyle, spanParaStyle, spanNode, spanInd…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 1182 …std::optional<struct UpdateParagraphStyle>& spanParaStyle, const RefPtr<SpanNode>& spanNode, int32…
|
H A D | rich_editor_pattern.cpp | 9462 …std::optional<struct UpdateParagraphStyle>& spanParaStyle, const RefPtr<SpanNode>& spanNode, int32… in OnBackPressed() argument 9490 spanParaStyle = paraStyle; in OnBackPressed() 9498 spanParaStyle = paraStyle; in OnBackPressed() 9548 std::optional<struct UpdateParagraphStyle> spanParaStyle = paraStyle; in OnBackPressed() 9549 GetChangeSpanStyle(changeValue, spanTextStyle, spanParaStyle, spanNode, spanIndex); in OnBackPressed() 9551 content, spanTextStyle, spanParaStyle); in OnBackPressed()
|