Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp618 auto topEdgeWidth = border.Top().GetWidth(); in SetRadius() local
621 topLeftRadius_ = Radius(border.TopLeftRadius() - Radius(topEdgeWidth, leftEdgeWidth)); in SetRadius()
622 topRightRadius_ = Radius(border.TopRightRadius() - Radius(topEdgeWidth, rightEdgeWidth)); in SetRadius()