Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_content_modifier.cpp106 OffsetF SelectOverlayContentModifier::CalculateCenterPoint( in CalculateCenterPoint() function in OHOS::Ace::NG::SelectOverlayContentModifier
131 auto centerOffset = CalculateCenterPoint( in PaintSingleHandleWithPoints()
146 auto centerOffset = CalculateCenterPoint( in PaintSingleHandleWithPoints()
187 auto centerOffset = CalculateCenterPoint( in PaintDoubleHandleWithPoint()
203 auto centerOffset = CalculateCenterPoint( in PaintDoubleHandleWithPoint()
H A Dselect_overlay_content_modifier.h187 …static OffsetF CalculateCenterPoint(const OffsetF& start, const OffsetF& end, float radius, bool h…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/
H A Dselect_content_overlay_pattern.cpp213 …return SelectOverlayContentModifier::CalculateCenterPoint(startPoint, endPoint, raidus, handleOnTo… in GetHandleHotZoneOffset()