Home
last modified time | relevance | path

Searched refs:rightEdgeWidth (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp619 auto rightEdgeWidth = border.Right().GetWidth(); in SetRadius() local
622 topRightRadius_ = Radius(border.TopRightRadius() - Radius(topEdgeWidth, rightEdgeWidth)); in SetRadius()
624 … bottomRightRadius_ = Radius(border.BottomRightRadius() - Radius(bottomEdgeWidth, rightEdgeWidth)); in SetRadius()