Searched refs:roundImageHeight (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | border_image_painter.cpp | 469 double roundImageHeight = borderCenterHeight_ / roundVerticalCount; in PaintBorderImageRound() local 494 …desRectLeftRound = SkRect::MakeXYWH(offsetLeftX, roundStartVertical, leftWidth_, roundImageHeight); in PaintBorderImageRound() 501 … SkRect::MakeXYWH(offsetRightX - rightWidth_, roundStartVertical, rightWidth_, roundImageHeight); in PaintBorderImageRound() 506 roundStartVertical += roundImageHeight; in PaintBorderImageRound() 530 double roundImageHeight = borderCenterHeight_ / roundVerticalCount; in PaintBorderImageRound() local 554 …RSRect(offsetLeftX, roundStartVertical, leftWidth_ + offsetLeftX, roundImageHeight + roundStartVer… in PaintBorderImageRound() 558 …RSRect(offsetRightX - rightWidth_, roundStartVertical, offsetRightX, roundImageHeight + roundStart… in PaintBorderImageRound() 560 roundStartVertical += roundImageHeight; in PaintBorderImageRound()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 331 double roundImageHeight = borderCenterHeight_ / roundVerticalCount; in PaintBorderImageRound() local 352 …(offsetLeftX, roundStartVertical, offsetLeftX + leftWidth_, roundStartVertical + roundImageHeight); in PaintBorderImageRound() 356 …fsetRightX - rightWidth_, roundStartVertical, offsetRightX, roundStartVertical + roundImageHeight); in PaintBorderImageRound() 358 roundStartVertical += roundImageHeight; in PaintBorderImageRound()
|