Searched refs:offsetTopY (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 156 return { offsetLeftX, offsetTopY, rbX - offsetLeftX, rbY - offsetTopY }; in GetDrawRect() 250 double offsetTopY = std::ceil(offset.GetY() - topOutset_); in PaintBorderImageCorners() local 266 …RSRect(offsetLeftX, offsetTopY, offsetLeftX + leftWidth_ + EXTRA_OFFSET, offsetTopY + topWidth_ + … in PaintBorderImageCorners() 271 …offsetRightX - rightWidth_ - EXTRA_OFFSET, offsetTopY, offsetRightX, offsetTopY + topWidth_ + EXTR… in PaintBorderImageCorners() 290 double offsetTopY = std::ceil(offset.GetY() - topOutset_); in PaintBorderImageStretch() local 294 …offsetLeftX, offsetTopY + topWidth_, offsetLeftX + leftWidth_, offsetTopY + topWidth_ + borderCent… in PaintBorderImageStretch() 298 …offsetRightX - rightWidth_, offsetTopY + topWidth_, offsetRightX, offsetTopY + topWidth_ + borderC… in PaintBorderImageStretch() 339 …RSRect(roundStartHorizontal, offsetTopY, roundStartHorizontal + roundImageWidth, offsetTopY + topW… in PaintBorderImageRound() 347 double roundStartVertical = offsetTopY + topWidth_; in PaintBorderImageRound() 393 …RSRect(roundStartHorizontal, offsetTopY, roundStartHorizontal + imageCenterWidth_, offsetTopY + to… in PaintBorderImageSpace() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | border_image_painter.cpp | 307 double offsetTopY = std::ceil(offset.GetY() - topOutset_); in PaintBorderImageCorners() local 366 …RSRect(offsetLeftX, offsetTopY, leftWidth_ + EXTRA_OFFSET + offsetLeftX, topWidth_ + EXTRA_OFFSET … in PaintBorderImageCorners() 371 …offsetRightX - rightWidth_ - EXTRA_OFFSET, offsetTopY, offsetRightX, topWidth_ + EXTRA_OFFSET + of… in PaintBorderImageCorners() 430 …offsetLeftX, offsetTopY + topWidth_, leftWidth_ + offsetLeftX, borderCenterHeight_ + offsetTopY + … in PaintBorderImageStretch() 434 …offsetRightX - rightWidth_, offsetTopY + topWidth_, offsetRightX, borderCenterHeight_ + offsetTopY… in PaintBorderImageStretch() 490 double roundStartVertical = offsetTopY + topWidth_; in PaintBorderImageRound() 541 …RSRect(roundStartHorizontal, offsetTopY, roundImageWidth + roundStartHorizontal, topWidth_ + offse… in PaintBorderImageRound() 549 double roundStartVertical = offsetTopY + topWidth_; in PaintBorderImageRound() 611 …RSRect(roundStartHorizontal, offsetTopY, imageCenterWidth_ + roundStartHorizontal, topWidth_ + off… in PaintBorderImageSpace() 740 double destTopOffsetY = offsetTopY + topWidth_; in PaintBorderImageRepeat() [all …]
|