Home
last modified time | relevance | path

Searched defs:borderWidth (Results 1 – 25 of 119) sorted by relevance

12345

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_button_unit_test.cpp204 const int16_t borderWidth = 2; variable
240 const int16_t borderWidth = 2; variable
276 const int16_t borderWidth = 2; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_container_pattern.cpp32 auto borderWidth = CONTAINER_BORDER_WIDTH.ConvertToPx(); in BeforeCreateLayoutWrapper() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_indicator_component.cpp26 const Edge& padding, const Color& color, const Dimension& borderWidth) in TabBarIndicatorComponent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dborder_property_test_ng.cpp98 auto borderWidth = Dimension(1.0f); variable
137 auto borderWidth = Dimension(1.0f); variable
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_draw_rect/
H A Dui_test_draw_rect.cpp467 int16_t borderWidth = 10; // 10 : borderWidth in UIKitDrawRectTestRectBorderRadius001() local
495 int16_t borderWidth = 10; // 10 : borderWidth in UIKitDrawRectTestRectBorderRadius002() local
523 int16_t borderWidth = 10; // 10 : borderWidth in UIKitDrawRectTestRectBorderRadius003() local
551 int16_t borderWidth = 10; // 10 : borderWidth in UIKitDrawRectTestRectBorderRadius004() local
579 int16_t borderWidth = 10; // 10 : borderWidth in UIKitDrawRectTestRectBorderRadius005() local
607 int16_t borderWidth = 10; // 10 : borderWidth in UIKitDrawRectTestRectBorderRadius006() local
635 int16_t borderWidth = 10; // 10 : borderWidth in UIKitDrawRectTestRectBorderRadius007() local
663 int16_t borderWidth = 10; // 10 : borderWidth in UIKitDrawRectTestRectBorderRadius008() local
691 int16_t borderWidth = 10; // 10 : value in UIKitDrawRectTestRectBorderRadius009() local
719 int16_t borderWidth = 10; // 10 : borderWidth in UIKitDrawRectTestRectBorderRadius010() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dcontent_root_pattern.cpp59 auto borderWidth = CONTAINER_BORDER_WIDTH.ConvertToPx(); in CreateSafeAreaInsets() local
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-border.md46 ## borderWidth section
H A Dts-securitycomponent-attributes.md298 ## borderWidth section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-border.md46 ## borderWidth section
H A Dts-securitycomponent-attributes.md298 ## borderWidth section
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dfocus_state_modifier.h64 void SetRoundRect(const RoundRect& rect, float borderWidth) in SetRoundRect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_layout_algorithm_test_ng.cpp624 BorderWidthProperty borderWidth; variable
705 BorderWidthProperty borderWidth; variable
951 BorderWidthProperty borderWidth; variable
1032 BorderWidthProperty borderWidth; variable
1268 BorderWidthProperty borderWidth; variable
1350 BorderWidthProperty borderWidth; variable
1435 BorderWidthProperty borderWidth; variable
1517 BorderWidthProperty borderWidth; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_badge_bridge.cpp36 auto borderWidth = badgeTheme->GetBadgeBorderWidth(); in InitBadgeParam() local
132 Local<JSValueRef> borderWidth = runtimeCallInfo->GetCallArgRef(7); // 7: parameter index in ParseBadgeBaseParam() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp174 NG::BorderWidthProperty borderWidth; variable
260 NG::BorderWidthProperty borderWidth; variable
409 NG::BorderWidthProperty borderWidth; variable
449 NG::BorderWidthProperty borderWidth; variable
1513 NG::BorderWidthProperty borderWidth; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_renderer_dispatcher_proxy_test.cpp89 float borderWidth = 0.0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_request_data.h42 float borderWidth = 0.0f; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsliding_panel_model_impl.cpp187 void SlidingPanelModelImpl::SetBorderWidth(const Dimension& borderWidth) in SetBorderWidth()
217 void SlidingPanelModelImpl::SetBorder(const BorderStyle& borderStyle, const Dimension& borderWidth) in SetBorder()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_dispatcher_impl.cpp115 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, float borderWidth) in DispatchSurfaceChangeEvent()
144 …ht, uint32_t reason, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, float borderWidth) in HandleSurfaceChangeEvent()
H A Dform_renderer_delegate_impl.cpp68 int32_t FormRendererDelegateImpl::OnSurfaceChange(float width, float height, float borderWidth) in OnSurfaceChange()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_render_interface.h77 …virtual int32_t UpdateFormSize(const int64_t &formId, float width, float height, float borderWidth, in UpdateFormSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drosen_render_radio.cpp63 auto borderWidth = NormalizeToPx(borderWidth_); in Paint() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp44 const BorderWidthPropertyF& borderWidth, const DefaultPaddingBorderParam& defaultParam) in CombinePaddingsAndBorder()
119 …std::optional<LayoutConstraintF>& layoutConstraint, std::unique_ptr<BorderWidthProperty>& borderWi… in ConstrainContentByBorderAndPadding()
700 auto borderWidth = ConvertToBorderWidthPropertyF( in CreatePaddingAndBorder() local
706 auto borderWidth = ConvertToBorderWidthPropertyF( in CreatePaddingAndBorder() local
722 auto borderWidth = ConvertToBorderWidthPropertyF( in CreatePaddingAndBorderWithDefault() local
728 auto borderWidth = ConvertToBorderWidthPropertyF( in CreatePaddingAndBorderWithDefault() local
1747 BorderWidthProperty borderWidth; in CheckLocalizedEdgeWidths() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_pattern.cpp102 BorderWidthProperty borderWidth; in OnModifyDone() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp420 NG::BorderWidthProperty borderWidth; variable
553 NG::BorderWidthProperty borderWidth; variable
599 NG::BorderWidthProperty borderWidth; variable
1070 NG::BorderWidthProperty borderWidth; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_badge.cpp161 CalcDimension borderWidth; in CreateBadgeParameters() local

12345