Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/stylus/
H A Dstylus_detector_callback.h50 …static std::tuple<int32_t, int32_t, int32_t> CalculateIntersectedRegion(NG::PositionWithAffinity s…
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_callback.cpp184 auto ret = CalculateIntersectedRegion(sInd, eInd, wtextLength); in DeleteText()
224 auto ret = CalculateIntersectedRegion(sInd, eInd, wtextLength); in ChoiceText()
343 std::tuple<int32_t, int32_t, int32_t> StylusDetectorCallBack::CalculateIntersectedRegion( in CalculateIntersectedRegion() function in OHOS::Ace::StylusDetectorCallBack