Searched refs:boundaryAdjustment (Results 1 – 2 of 2) sorted by relevance
408 void TextSelectController::MoveHandleToContentRect(RectF& handleRect, float boundaryAdjustment) con… in MoveHandleToContentRect()432 auto contentRightBoundary = contentRect_.GetX() + contentRect_.Width() - boundaryAdjustment; in MoveHandleToContentRect()545 float boundaryAdjustment = 0.0f; in MoveCaretToContentRect() local550 boundaryAdjustment = paragraph_->GetCharacterWidth(caretInfo_.index); in MoveCaretToContentRect()553 caretInfo_.index, boundaryAdjustment); in MoveCaretToContentRect()558 MoveHandleToContentRect(caretRect, boundaryAdjustment); in MoveCaretToContentRect()583 float boundaryAdjustment = 0.0f; in MoveCaretAnywhere() local584 MoveHandleToContentRect(caretRect, boundaryAdjustment); in MoveCaretAnywhere()645 float boundaryAdjustment = paragraph_->GetCharacterWidth(caretInfo_.index); in UpdateSecondHandleInfoByMouseOffset() local646 …index = ConvertTouchOffsetToPosition({localOffset.GetX() + boundaryAdjustment, localOffset.GetY()}… in UpdateSecondHandleInfoByMouseOffset()
205 void MoveHandleToContentRect(RectF& handleRect, float boundaryAdjustment = 0.0f) const;