Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp620 auto bottomEdgeWidth = border.Bottom().GetWidth(); in SetRadius() local
623 bottomLeftRadius_ = Radius(border.BottomLeftRadius() - Radius(bottomEdgeWidth, leftEdgeWidth)); in SetRadius()
624 … bottomRightRadius_ = Radius(border.BottomRightRadius() - Radius(bottomEdgeWidth, rightEdgeWidth)); in SetRadius()