Home
last modified time | relevance | path

Searched defs:border (Results 1 – 25 of 94) sorted by relevance

1234

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component_helper.h34 Border border = decoration->GetBorder(); variable
45 Border border = decoration->GetBorder(); variable
99 Border border = decoration->GetBorder(); variable
111 Border border = decoration->GetBorder(); variable
124 Border border = decoration->GetBorder(); in GetBorderRadius() local
136 Border border = decoration->GetBorder(); in GetBorderRadiusTopLeft() local
148 Border border = decoration->GetBorder(); in GetBorderRadiusTopRight() local
160 Border border = decoration->GetBorder(); in GetBorderRadiusBottomLeft() local
172 Border border = decoration->GetBorder(); in GetBorderRadiusBottomRight() local
184 Border border = decoration->GetBorder(); in SetBorderStyle() local
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_border_test.cpp168 auto border = std::make_shared<RSBorder>(); variable
181 auto border = std::make_shared<RSBorder>(); variable
194 auto border = std::make_shared<RSBorder>(); variable
212 auto border = std::make_shared<RSBorder>(); variable
232 auto border = std::make_shared<RSBorder>(); variable
251 auto border = std::make_shared<RSBorder>(); variable
270 auto border = std::make_shared<RSBorder>(); variable
292 auto border = std::make_shared<RSBorder>(); variable
311 auto border = std::make_shared<RSBorder>(); variable
332 auto border = std::make_shared<RSBorder>(); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animatable_helper.h36 const BorderEdge& Get(const Border& border) const in Get()
41 bool Set(double value, Border* border) const in Set()
57 bool Set(Color value, Border* border) const in Set()
68 bool Set(BorderStyle value, Border* border) const in Set()
92 float Get(const Border& border) const in Get()
97 bool Set(double value, Border* border) const in Set()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drosen_render_search.cpp176 Border border; in Paint() local
190 SkRRect RosenRenderSearch::MakeRRect(const Offset& offset, const Size& size, const Border& border) in Paint()
207 …oundRect RosenRenderSearch::MakeRRect(const Offset& offset, const Size& size, const Border& border) in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsliding_panel_model_impl.cpp180 auto border = decoration->GetBorder(); in SetBorderColor() local
195 auto border = decoration->GetBorder(); in SetBorderWidth() local
210 auto border = decoration->GetBorder(); in SetBorderStyle() local
226 auto border = decoration->GetBorder(); in SetBorder() local
H A Dsearch_model_impl.cpp220 Border border = {}; in SetBackBorder() local
350 Border border = decoration->GetBorder(); in UpdateDecorationStyle() local
367 Border border; in UpdateDecorationStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp199 auto border = GetRenderImage()->GetImageComponentBorder(); in GetBorderStyle() local
210 auto border = GetRenderImage()->GetImageComponentBorder(); in GetBorderWidth() local
220 auto border = GetRenderImage()->GetImageComponentBorder(); in GetBorderColor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dpopup_list_component.cpp40 Border border; in BuildBackground() local
H A Dindexer_component.cpp95 Border border; in BuildBubbleBox() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_indicator_component.cpp31 Border border; in TabBarIndicatorComponent() local
H A Dtab_bar_component.cpp82 Border border; in InitStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component_v2.cpp66 Border border; in BuildInnerChild() local
H A Dsliding_panel_component.cpp109 Border border; in BuildInnerChild() local
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-border.md10 ## border section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-border.md10 ## border section
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_component.cpp66 Border border; in BuildInnerChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_component.cpp60 Border border; in BuildInnerChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Drender_piece.cpp57 auto border = pieceComponent_->GetBorder(); in OnPaintFinish() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp1139 Border border = decoration_->GetBorder(); in PaintDecoration() local
1289 Border border = decoration_->GetBorder(); in PaintDecoration() local
1324 Border border = decoration_->GetBorder(); in PaintDecoration() local
1345 void RosenDecorationPainter::CheckWidth(const Border& border) in CheckWidth()
1896 Border border = decoration_->GetBorder(); in GetBoxOuterRRect() local
1910 Border border = decoration_->GetBorder(); in GetBoxOuterRRect() local
2187 bool RosenDecorationPainter::CanUseFourLine(const Border& border) in CanUseFourLine()
2205 bool RosenDecorationPainter::CanUseInnerRRect(const Border& border) in CanUseInnerRRect()
2761 const Offset& offset, const Border& border, SkCanvas* canvas, SkPaint& paint) in PaintBorderWithLine()
3146 bool RosenDecorationPainter::CheckBorderEdgeForRRect(const Border& border) in PaintShadow()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_value.cpp123 auto border = back->GetBorder(); in HandleAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_foreground_modifier.cpp68 const BorderRadiusProperty& border, float borderWidth) const in MakeRRadius() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Dalert_dialog_component.cpp44 Border border; in BuildChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_component.cpp98 void ImageAnimatorComponent::SetBorder(const Border& border) in SetBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.h37 Border border; member
148 void SetBorder(const Border& border) in SetBorder()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_foreground_test.cpp176 std::shared_ptr<RSBorder> border = std::make_shared<RSBorder>(); variable
460 std::shared_ptr<RSBorder> border = std::make_shared<RSBorder>(); variable

1234