Home
last modified time | relevance | path

Searched refs:firstHandlePaintSize (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.cpp7531 SizeF firstHandlePaintSize; in OnBackPressed() local
7547firstHandlePaintSize = { SelectHandleInfo::GetDefaultLineWidth().ConvertToPx(), startSelectHeight … in OnBackPressed()
7551 firstHandleOffset.SetX(firstHandleOffset.GetX() - firstHandlePaintSize.Width() / 2.0f); in OnBackPressed()
7556 textSelector_.firstHandle = RectF{ firstHandleOffset, firstHandlePaintSize }; in OnBackPressed()