Searched refs:GetBorderOffset (Results 1 – 8 of 8) sorted by relevance
403 float BubblePaintMethod::GetBorderOffset() in GetBorderOffset() function in OHOS::Ace::NG::BubblePaintMethod422 float borderOffset = GetBorderOffset(); in BuildCompletePath()441 float borderOffset = GetBorderOffset(); in BuildDoubleBorderPath()459 float borderOffset = GetBorderOffset(); in BuildTopLinePath()533 float borderOffset = GetBorderOffset(); in BuildCornerPath()561 float borderOffset = GetBorderOffset(); in BuildRightLinePath()595 float borderOffset = GetBorderOffset(); in BuildRightDoubleBorderPath()627 float borderOffset = GetBorderOffset(); in BuildBottomLinePath()670 float borderOffset = GetBorderOffset(); in BuildBottomDoubleBorderPath()695 float borderOffset = GetBorderOffset(); in BuildLeftDoubleBorderPath()[all …]
154 float GetBorderOffset();
226 Offset GetBorderOffset() const override;
297 virtual Offset GetBorderOffset() const;
37 Offset RenderBoxBase::GetBorderOffset() const in GetBorderOffset() function in OHOS::Ace::RenderBoxBase668 Offset borderOffset = GetBorderOffset(); in CalculateChildPosition()
1242 position = GetPaintPosition() + GetBorderOffset();1246 position = GetPaintPosition() + GetBorderOffset() + padding_.GetOffset();
54 Offset RenderBox::GetBorderOffset() const in GetBorderOffset() function in OHOS::Ace::RenderBox
2117 EXPECT_EQ(bubblePaintMethod.GetBorderOffset(), -bubblePaintMethod.outerBorderWidth_);2119 EXPECT_EQ(bubblePaintMethod.GetBorderOffset(), bubblePaintMethod.innerBorderWidth_);