Home
last modified time | relevance | path

Searched refs:GetBoxRRect (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.h166 …SkRRect GetBoxRRect(const Offset& offset, const Border& border, double shrinkFactor, bool isRound);
172 RSRoundRect GetBoxRRect(
H A Drosen_render_box.cpp760 SkRRect RosenRenderBox::GetBoxRRect(const Offset& offset, const Border& border, double shrinkFactor… function in OHOS::Ace::RosenRenderBox
792 RSRoundRect RosenRenderBox::GetBoxRRect(const Offset& offset, const Border& border, double shrinkFa… function in OHOS::Ace::RosenRenderBox
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.h168 …SkRRect GetBoxRRect(const Offset& offset, const Border& border, double shrinkFactor, bool isRound);
170 RSRoundRect GetBoxRRect(const Offset& offset, const Border& border,
H A Drosen_decoration_painter.cpp1897 outerRRect = GetBoxRRect(offset + margin_.GetOffsetInPx(scale_), border, 0.0, true); in GetBoxOuterRRect()
1911 outerRRect = GetBoxRRect(offset + margin_.GetOffsetInPx(scale_), border, 0.0, true); in GetBoxOuterRRect()
2219 SkRRect RosenDecorationPainter::GetBoxRRect( in GetBoxRRect() function in OHOS::Ace::RosenDecorationPainter
2266 RSRoundRect RosenDecorationPainter::GetBoxRRect( in GetBoxRRect() function in OHOS::Ace::RosenDecorationPainter
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp525 SkRRect clipRRect = decorationPainter->GetBoxRRect(Offset(), border, 0.0, true);
545 RSRoundRect clipRRect = decorationPainter->GetBoxRRect(Offset(), border, 0.0, true);