Home
last modified time | relevance | path

Searched refs:GetBorderOffset (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp403 float BubblePaintMethod::GetBorderOffset() in GetBorderOffset() function in OHOS::Ace::NG::BubblePaintMethod
422 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 …]
H A Dbubble_paint_method.h154 float GetBorderOffset();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.h226 Offset GetBorderOffset() const override;
H A Drender_box_base.h297 virtual Offset GetBorderOffset() const;
H A Drender_box_base.cpp37 Offset RenderBoxBase::GetBorderOffset() const in GetBorderOffset() function in OHOS::Ace::RenderBoxBase
668 Offset borderOffset = GetBorderOffset(); in CalculateChildPosition()
H A Drosen_render_box.cpp1242 position = GetPaintPosition() + GetBorderOffset();
1246 position = GetPaintPosition() + GetBorderOffset() + padding_.GetOffset();
H A Drender_box.cpp54 Offset RenderBox::GetBorderOffset() const in GetBorderOffset() function in OHOS::Ace::RenderBox
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp2117 EXPECT_EQ(bubblePaintMethod.GetBorderOffset(), -bubblePaintMethod.outerBorderWidth_);
2119 EXPECT_EQ(bubblePaintMethod.GetBorderOffset(), bubblePaintMethod.innerBorderWidth_);