Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp361 double rightBoundary = GetBoundaryOfParagraph(false); local
362 if (GreatOrEqual(clickOffset_.GetX(), rightBoundary)) {
364 … paragraph_->GetGlyphIndexByCoordinate(rightBoundary - cursorWidth_, clickOffset_.GetY()).index);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1618 double rightBoundary = GetBoundaryOfParagraph(false); local
1619 …if (realTextDirection_ == TextDirection::RTL && GreatOrEqual(clickOffset_.GetX(), rightBoundary)) {
1641 double rightBoundary = GetBoundaryOfParagraph(false); local
1643 … (NearEqual(tempRect.Left(), rightBoundary) || NearEqual(tempRect.Right(), rightBoundary))) ||