Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp617 auto leftEdgeWidth = border.Left().GetWidth(); in SetRadius() local
621 topLeftRadius_ = Radius(border.TopLeftRadius() - Radius(topEdgeWidth, leftEdgeWidth)); in SetRadius()
623 bottomLeftRadius_ = Radius(border.BottomLeftRadius() - Radius(bottomEdgeWidth, leftEdgeWidth)); in SetRadius()