Searched refs:newOffsetY (Results 1 – 3 of 3) sorted by relevance
68 … auto newOffsetY = static_cast<float>(pipelineContext->GetCustomTitleHeight().ConvertToPx()) + in Layout() local70 wrapperOffset = OffsetF(newOffsetX, newOffsetY); in Layout()150 … auto newOffsetY = static_cast<float>(pipelineContext->GetCustomTitleHeight().ConvertToPx()) + in GetSubMenuPosition() local152 position -= OffsetF(newOffsetX, newOffsetY); in GetSubMenuPosition()
2187 … auto newOffsetY = static_cast<float>(pipelineContext->GetCustomTitleHeight().ConvertToPx()) + in InitTargetSizeAndPosition() local2189 targetOffset_ -= OffsetF(newOffsetX, newOffsetY); in InitTargetSizeAndPosition()
5515 …auto newOffsetY = selectController_->GetCaretRect().GetY() - PreferredLineHeight() * 0.5 - textRec… in HandleSelectionUp() local5516 if (GreatOrEqual(newOffsetY, 0.0)) { in HandleSelectionUp()5518 Offset(selectController_->GetCaretRect().GetX() - contentRect_.GetX(), newOffsetY))); in HandleSelectionUp()5533 …auto newOffsetY = selectController_->GetCaretRect().GetY() + PreferredLineHeight() * 1.5 - textRec… in HandleSelectionDown() local5534 if (LessOrEqual(newOffsetY, textRect_.Height())) { in HandleSelectionDown()5536 Offset(selectController_->GetCaretRect().GetX() - contentRect_.GetX(), newOffsetY))); in HandleSelectionDown()