Home
last modified time | relevance | path

Searched defs:spanTextLength (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dmultiple_paragraph_layout_algorithm.cpp756 int32_t spanTextLength = 0; in UpdateParagraphBySpan() local
877 …phLayoutAlgorithm::AddSymbolSpanToParagraph(const RefPtr<SpanItem>& child, int32_t& spanTextLength, in AddSymbolSpanToParagraph()
889 …raphLayoutAlgorithm::AddTextSpanToParagraph(const RefPtr<SpanItem>& child, int32_t& spanTextLength, in AddTextSpanToParagraph()
899 … RefPtr<LayoutWrapper>& layoutWrapper, const RefPtr<Paragraph>& paragraph, int32_t& spanTextLength) in AddImageToParagraph()
918 … RefPtr<LayoutWrapper>& layoutWrapper, const RefPtr<Paragraph>& paragraph, int32_t& spanTextLength) in AddPlaceHolderToParagraph()
936 …const RefPtr<Paragraph>& paragraph, int32_t& spanTextLength, CustomSpanPlaceholderInfo& customSpan… in UpdateParagraphByCustomSpan()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_layout_algorithm.cpp666 …itorLayoutAlgorithm::AddTextSpanToParagraph(const RefPtr<SpanItem>& child, int32_t& spanTextLength, in AddTextSpanToParagraph()
677 const RefPtr<Paragraph>& paragraph, int32_t& spanTextLength) in AddImageToParagraph()
689 … RefPtr<LayoutWrapper>& layoutWrapper, const RefPtr<Paragraph>& paragraph, int32_t& spanTextLength) in AddPlaceHolderToParagraph()
701 …const RefPtr<Paragraph>& paragraph, int32_t& spanTextLength, CustomSpanPlaceholderInfo& customSpan… in UpdateParagraphByCustomSpan()
717 …orLayoutAlgorithm::AddSymbolSpanToParagraph(const RefPtr<SpanItem>& child, int32_t& spanTextLength, in AddSymbolSpanToParagraph()
Drich_editor_pattern.h527 uint32_t spanTextLength = 0; in UpdateSpanPosition() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
Drich_editor_common_test_ng.cpp77 int32_t spanTextLength = 0; in AddImageSpan() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor_drag/
Drich_editor_drag_test_ng.cpp122 int32_t spanTextLength = 0; in AddImageSpan() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
Dtext_testfive_ng.cpp1948 int32_t spanTextLength; variable