Home
last modified time | relevance | path

Searched refs:eInd (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_mgr.cpp203 auto eInd = GetGlyphPositionByGlobalOffset(frameNode, endCenterGlobalOffset); in DeleteText()
208 auto ret = CalculateIntersectedRegion(sInd, eInd, wtextLength); in DeleteText()
245 auto eInd = GetGlyphPositionByGlobalOffset(frameNode, endCenterGlobalOffset); in ChoiceText()
251 StylusDetectorMgr::GetInstance()->eInd_ == static_cast<int32_t>(eInd.position_) && in ChoiceText()
256 StylusDetectorMgr::GetInstance()->eInd_ = static_cast<int32_t>(eInd.position_); in ChoiceText()
258 auto ret = CalculateIntersectedRegion(sInd, eInd, wtextLength); in ChoiceText()
386 NG::PositionWithAffinity sInd, NG::PositionWithAffinity eInd, int32_t wtextLength) in CalculateIntersectedRegion()
389 int32_t startPos = static_cast<int32_t>(std::min(eInd.position_, sInd.position_)); in CalculateIntersectedRegion()
390 int32_t endPos = static_cast<int32_t>(std::max(eInd.position_, sInd.position_)); in CalculateIntersectedRegion()
385 CalculateIntersectedRegion( NG::PositionWithAffinity sInd, NG::PositionWithAffinity eInd, int32_t wtextLength) CalculateIntersectedRegion() argument
/foundation/arkui/ace_engine/frameworks/core/common/stylus/
H A Dstylus_detector_mgr.h99 NG::PositionWithAffinity eInd, int32_t wtextLength);

Completed in 2 milliseconds