Home
last modified time | relevance | path

Searched refs:CheckBorderEdgeForRRect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.h160 bool CheckBorderEdgeForRRect(const Border& border);
H A Drosen_render_box.cpp730 bool RosenRenderBox::CheckBorderEdgeForRRect(const Border& border) function in OHOS::Ace::RosenRenderBox
766 if (CheckBorderEdgeForRRect(border)) {
797 if (CheckBorderEdgeForRRect(border)) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.h224 bool CheckBorderEdgeForRRect(const Border& border);
H A Drosen_decoration_painter.cpp2225 if (CheckBorderEdgeForRRect(border)) { in GetBoxRRect()
2271 if (CheckBorderEdgeForRRect(border)) { in GetBoxRRect()
3146 bool RosenDecorationPainter::CheckBorderEdgeForRRect(const Border& border) in PaintShadow() function in OHOS::Ace::RosenDecorationPainter