Searched refs:rightBoundary (Results 1 – 2 of 2) sorted by relevance
361 double rightBoundary = GetBoundaryOfParagraph(false); local362 if (GreatOrEqual(clickOffset_.GetX(), rightBoundary)) {364 … paragraph_->GetGlyphIndexByCoordinate(rightBoundary - cursorWidth_, clickOffset_.GetY()).index);
1618 double rightBoundary = GetBoundaryOfParagraph(false); local1619 …if (realTextDirection_ == TextDirection::RTL && GreatOrEqual(clickOffset_.GetX(), rightBoundary)) {1641 double rightBoundary = GetBoundaryOfParagraph(false); local1643 … (NearEqual(tempRect.Left(), rightBoundary) || NearEqual(tempRect.Right(), rightBoundary))) ||