Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.cpp469 int32_t spanTextLength = 0; in UpdateParagraphBySpan() local
561 …phLayoutAlgorithm::AddSymbolSpanToParagraph(const RefPtr<SpanItem>& child, int32_t& spanTextLength, in AddSymbolSpanToParagraph()
572 …raphLayoutAlgorithm::AddTextSpanToParagraph(const RefPtr<SpanItem>& child, int32_t& spanTextLength, in AddTextSpanToParagraph()
583 const RefPtr<Paragraph>& paragraph, int32_t& spanTextLength, const TextStyle& textStyle) in AddImageToParagraph()
625 const RefPtr<Paragraph>& paragraph, int32_t& spanTextLength) in AddPlaceHolderToParagraph()
651 LayoutWrapper* layoutWrapper, const RefPtr<Paragraph>& paragraph, int32_t& spanTextLength, in UpdateParagraphByCustomSpan()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_common_test_ng.cpp63 int32_t spanTextLength = 0; in AddImageSpan() local
H A Drich_editor_test_ng.cpp294 int32_t spanTextLength = 0; in AddSpan() local
318 int32_t spanTextLength = 0; in AddImageSpan() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h329 uint32_t spanTextLength = 0; in UpdateSpanPosition() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp1598 int32_t spanTextLength; variable