Searched refs:sideWidth (Results 1 – 3 of 3) sorted by relevance
41 …auto sideWidth = textOverlayTheme->GetMenuToolbarHeight().ConvertToPx() - padding.Top().ConvertToP… in UpdateOverlayModifier() local43 auto buttonRadius = sideWidth / HALF; in UpdateOverlayModifier()
316 auto sideWidth = MASK_WIDTH.ConvertToPx(); in DrawbBackArrow() local317 …auto maskOffset = menuOptionOffset_->Get() + OffsetF(-sideWidth / 2.0, MASK_OFFSET_Y.ConvertToPx()… in DrawbBackArrow()318 … RSRect clipInnerRect = RSRect(maskOffset.GetX(), maskOffset.GetY(), sideWidth + maskOffset.GetX(), in DrawbBackArrow()
492 auto sideWidth = CalcLength(textOverlayTheme->GetMenuToolbarHeight().ConvertToPx() - in BuildMoreOrBackButton() local494 buttonLayoutProperty->UpdateUserDefinedIdealSize({ sideWidth, sideWidth }); in BuildMoreOrBackButton()496 auto sideWidth = CalcLength(textOverlayTheme->GetMenuToolbarHeight().ConvertToPx()); in BuildMoreOrBackButton() local497 buttonLayoutProperty->UpdateUserDefinedIdealSize({ sideWidth, sideWidth }); in BuildMoreOrBackButton()512 top = CalcLength((selectMenuHeight - sideWidth.GetDimension().Value()) / 2.0f); in BuildMoreOrBackButton()