Searched refs:handleDiameter (Results 1 – 5 of 5) sorted by relevance
42 auto handleDiameter = textOverlayTheme->GetHandleDiameter().ConvertToPx(); in UpdateContentModifier() local43 modifier->SetHandleRadius(handleDiameter / 2.0f); in UpdateContentModifier()55 RectF boundsRect(-handleDiameter - screenWdith, -handleDiameter - screenHeight, in UpdateContentModifier()56 pattern->GetFrameWidth() + (screenWdith + handleDiameter) * CONSTANT_DOUBLE, in UpdateContentModifier()57 pattern->GetFrameHeight() + (screenHeight + handleDiameter) * CONSTANT_DOUBLE); in UpdateContentModifier()
256 auto handleDiameter = handleRadius_->Get() * 2; in ClipViewPort() local262 top = std::min(upHandle.Top() - handleDiameter, top); in ClipViewPort()270 bottom = std::max(downHandle.Bottom() + handleDiameter, bottom); in ClipViewPort()279 auto handleDiameter = handleRadius_->Get() * 2; in ConvertPointsToRect() local280 auto left = std::min(paintInfo.startPoint.GetX(), paintInfo.endPoint.GetX()) - handleDiameter; in ConvertPointsToRect()281 auto right = std::max(paintInfo.startPoint.GetX(), paintInfo.endPoint.GetX()) + handleDiameter; in ConvertPointsToRect()282 auto top = std::min(paintInfo.startPoint.GetY(), paintInfo.endPoint.GetY()) - handleDiameter; in ConvertPointsToRect()283 auto bottom = std::max(paintInfo.startPoint.GetY(), paintInfo.endPoint.GetY()) + handleDiameter; in ConvertPointsToRect()
761 auto handleDiameter = GetHandleDiameter(); in SetContentModifierBounds() local763 boundsRect.SetLeft(frameRect.Left() - handleDiameter * 1.5f); in SetContentModifierBounds()764 boundsRect.SetTop(frameRect.Top() - handleDiameter * 1.5f); in SetContentModifierBounds()765 boundsRect.SetWidth(frameRect.Width() + handleDiameter * 3.0f); in SetContentModifierBounds()766 boundsRect.SetHeight(frameRect.Height() + handleDiameter * 3.0f); in SetContentModifierBounds()
103 void SetHandleDiameter(const Dimension& handleDiameter);
534 void TextOverlayComponent::SetHandleDiameter(const Dimension& handleDiameter) in SetHandleDiameter() argument536 handleDiameter_ = handleDiameter; in SetHandleDiameter()