Searched refs:bottomOutset_ (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 48 …erHeight_ = std::ceil(paintSize_.Height() - topWidth_ - bottomWidth_ + topOutset_ + bottomOutset_); in InitPainter() 146 const float offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in GetDrawRect() 187 dipScale_, 0.0, lpxScale_, paintSize_.Height(), bottomOutset_); in InitBorderImageOutset() 189 …dthProp_.bottomDimen->NormalizeToPx(dipScale_, 0.0, lpxScale_, paintSize_.Height(), bottomOutset_); in InitBorderImageOutset() 195 ParseNegativeNumberToZeroOrCeil(bottomOutset_); in InitBorderImageOutset() 251 double offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in PaintBorderImageCorners() 291 double offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in PaintBorderImageStretch() 316 double offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in PaintBorderImageRound() 368 double offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in PaintBorderImageSpace() 423 double offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in PaintBorderImageRepeat() [all …]
|
H A D | border_image_painter.h | 85 double bottomOutset_ = 0.0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | border_image_painter.cpp | 178 bottomOutset_ = 0.0; in InitBorderImageOutset() 204 dipscale_, 0, 0, border.Bottom().GetWidthInPx(dipscale_), bottomOutset_); in InitBorderImageOutset() 211 ParseNegativeNumberToZeroOrCeil(bottomOutset_); in InitBorderImageOutset() 308 double offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in PaintBorderImageCorners() 348 double offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in PaintBorderImageCorners() 393 double offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in PaintBorderImageStretch() 424 double offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in PaintBorderImageStretch() 454 double offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in PaintBorderImageRound() 515 double offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in PaintBorderImageRound() 575 double offsetBottomY = std::ceil(offset.GetY() + paintSize_.Height() + bottomOutset_); in PaintBorderImageSpace() [all …]
|
H A D | border_image_painter.h | 109 double bottomOutset_ = 0.0; variable
|
H A D | rosen_decoration_painter.h | 265 double bottomOutset_ = 0.0; variable
|