Home
last modified time | relevance | path

Searched refs:richEditorPaintOffset (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.cpp7579 auto richEditorPaintOffset = host->GetPaintRectOffset(); in OnBackPressed() local
7581 richEditorPaintOffset = selectOverlay_->GetPaintOffsetWithoutTransform(); in OnBackPressed()
7583 return richEditorPaintOffset - rootOffset; in OnBackPressed()
7680 auto richEditorPaintOffset = host->GetPaintRectOffset(); in OnBackPressed() local
7683 richEditorPaintOffset = selectOverlay_->GetPaintOffsetWithoutTransform(); in OnBackPressed()
7686 … dumpLog.AddDesc(std::string("richEditorPaintOffset: ").append(richEditorPaintOffset.ToString())); in OnBackPressed()