Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2552 int32_t imageSpanCnt = 0; in GetParagraphLength() local
2556 return spanNode->GetSpanItem()->position + imageSpanCnt; in GetParagraphLength()
2558 ++imageSpanCnt; in GetParagraphLength()
2560 return imageSpanCnt; in GetParagraphLength()