Searched refs:GetBoxRRect (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.h | 166 …SkRRect GetBoxRRect(const Offset& offset, const Border& border, double shrinkFactor, bool isRound); 172 RSRoundRect GetBoxRRect(
|
H A D | rosen_render_box.cpp | 760 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 D | rosen_decoration_painter.h | 168 …SkRRect GetBoxRRect(const Offset& offset, const Border& border, double shrinkFactor, bool isRound); 170 RSRoundRect GetBoxRRect(const Offset& offset, const Border& border,
|
H A D | rosen_decoration_painter.cpp | 1897 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 D | rosen_render_text_field.cpp | 525 SkRRect clipRRect = decorationPainter->GetBoxRRect(Offset(), border, 0.0, true); 545 RSRoundRect clipRRect = decorationPainter->GetBoxRRect(Offset(), border, 0.0, true);
|