Searched refs:topWidth_ (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | border_image_painter.cpp | 118 ParseNegativeNumberToZeroOrCeil(topWidth_); in InitBorderImageWidth() 278 double destTopOffset = offset.GetY() - topOutset_ + topWidth_ - EXTRA_OFFSET; in FillBorderImageCenter() 289 double destTopOffset = offset.GetY() - topOutset_ + topWidth_ - EXTRA_OFFSET; in FillBorderImageCenter() 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() 549 double roundStartVertical = offsetTopY + topWidth_; in PaintBorderImageRound() 621 double roundStartVertical = offsetTopY + topWidth_ + blankVerticalSize; in PaintBorderImageSpace() 696 offsetTopY, halfSurplusHorizontalLength, topWidth_); in PaintBorderImageRepeat() 740 double destTopOffsetY = offsetTopY + topWidth_; in PaintBorderImageRepeat() [all …]
|
H A D | border_image_painter.h | 97 double topWidth_ = 0.0; variable
|
H A D | rosen_decoration_painter.h | 253 double topWidth_ = 0.0; variable
|
H A D | rosen_decoration_painter.cpp | 1350 if (NearZero(topWidth_)) { in CheckWidth() 1351 topWidth_ = NormalizeToPx(border.Top().GetWidth()); in CheckWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 137 ParseNegativeNumberToZeroOrCeil(topWidth_); in InitBorderImageWidth() 237 double destTopOffset = offset.GetY() - topOutset_ + topWidth_ - EXTRA_OFFSET; in FillBorderImageCenter() 294 …offsetLeftX, offsetTopY + topWidth_, offsetLeftX + leftWidth_, offsetTopY + topWidth_ + borderCent… in PaintBorderImageStretch() 298 …offsetRightX - rightWidth_, offsetTopY + topWidth_, offsetRightX, offsetTopY + topWidth_ + borderC… in PaintBorderImageStretch() 347 double roundStartVertical = offsetTopY + topWidth_; in PaintBorderImageRound() 403 double roundStartVertical = offsetTopY + topWidth_ + blankVerticalSize; in PaintBorderImageSpace() 433 offsetLeftX + leftWidth_ + borderCenterWidth_, offsetTopY + topWidth_); in PaintBorderImageRepeat() 448 offsetLeftX + leftWidth_ + halfSurplusHorizontalLength, offsetTopY + topWidth_); in PaintBorderImageRepeat() 454 offsetLeftX + leftWidth_ + borderCenterWidth_, offsetTopY + topWidth_); in PaintBorderImageRepeat() 474 repeatHorizontalStart + imageCenterWidth_, offsetTopY + topWidth_); in PaintBorderImageRepeat() [all …]
|
H A D | border_image_painter.h | 73 double topWidth_ = 0.0; variable
|