Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dprogress_model_impl.h34 void SetBorderWidth(const Dimension& value) override {} in SetBorderWidth() function
Dsliding_panel_model_impl.cpp187 void SlidingPanelModelImpl::SetBorderWidth(const Dimension& borderWidth) in SetBorderWidth() function in OHOS::Ace::Framework::SlidingPanelModelImpl
Dview_abstract_model_impl.cpp462 void ViewAbstractModelImpl::SetBorderWidth(const Dimension& value) in SetBorderWidth() function in OHOS::Ace::Framework::ViewAbstractModelImpl
467 void ViewAbstractModelImpl::SetBorderWidth(const std::optional<Dimension>& left, const std::optiona… in SetBorderWidth() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
Dborder_property.cpp185 void BorderWidthPropertyT<Dimension>::SetBorderWidth(const Dimension& borderWidth) in SetBorderWidth() function in OHOS::Ace::NG::BorderWidthPropertyT
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_model_ng.cpp155 void ProgressModelNG::SetBorderWidth(const Dimension& value) in SetBorderWidth() function in OHOS::Ace::NG::ProgressModelNG
406 void ProgressModelNG::SetBorderWidth(FrameNode* frameNode, const Dimension& value) in SetBorderWidth() function in OHOS::Ace::NG::ProgressModelNG
Dprogress_modifier.cpp646 void ProgressModifier::SetBorderWidth(float width) in SetBorderWidth() function in OHOS::Ace::NG::ProgressModifier
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
Dcheckboxgroup_modifier.h106 void SetBorderWidth(float borderWidth) in SetBorderWidth() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
Dsliding_panel_model_ng.cpp214 void SlidingPanelModelNG::SetBorderWidth(const Dimension& borderWidth) in SetBorderWidth() function in OHOS::Ace::NG::SlidingPanelModelNG
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Drender_node_modifier.cpp226 void SetBorderWidth(NodeHandle node, float left, float top, float right, float bottom) in SetBorderWidth() function
Dnode_common_modifier.cpp594 void SetBorderWidth(ArkUINodeHandle node, const ArkUI_Float32* values, const int* units, ArkUI_Int3… in SetBorderWidth() function
Dcommon_modifier.cpp593 void SetBorderWidth(NodeHandle node, const double* values, const int* units, int32_t length) in SetBorderWidth() function
Dapi.h196 void (*SetBorderWidth)(NodeHandle node, const double *values, const int *units, int32_t length); member
1683 void (*SetBorderWidth)(NodeHandle node, float left, float top, float right, float bottom); member
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_node.cpp1029 void RSNode::SetBorderWidth(float width) in SetBorderWidth() function in OHOS::Rosen::RSNode
1035 void RSNode::SetBorderWidth(float left, float top, float right, float bottom) in SetBorderWidth() function in OHOS::Rosen::RSNode
1042 void RSNode::SetBorderWidth(const Vector4f& width) in SetBorderWidth() function in OHOS::Rosen::RSNode
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h268 void SetBorderWidth(const Dimension& value) override in SetBorderWidth() function
273 void SetBorderWidth(const std::optional<Dimension>& left, const std::optional<Dimension>& right, in SetBorderWidth() function
Dview_abstract.cpp542 void ViewAbstract::SetBorderWidth(const Dimension &value) in SetBorderWidth() function in OHOS::Ace::NG::ViewAbstract
557 void ViewAbstract::SetBorderWidth(const BorderWidthProperty &value) in SetBorderWidth() function in OHOS::Ace::NG::ViewAbstract
2119 void ViewAbstract::SetBorderWidth(FrameNode *frameNode, const BorderWidthProperty &value) in SetBorderWidth() function in OHOS::Ace::NG::ViewAbstract
2125 void ViewAbstract::SetBorderWidth(FrameNode *frameNode, const Dimension &value) in SetBorderWidth() function in OHOS::Ace::NG::ViewAbstract
/foundation/arkui/ace_engine/frameworks/core/animation/
Danimatable_properties.cpp610 void AnimatableProperties::SetBorderWidth(float value, const BorderEdgeHelper& helper) in SetBorderWidth() function in OHOS::Ace::AnimatableProperties
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_render_node_bridge.cpp383 ArkUINativeModuleValue RenderNodeBridge::SetBorderWidth(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetBorderWidth() function in OHOS::Ace::NG::RenderNodeBridge
Darkts_native_common_bridge.cpp1266 ArkUINativeModuleValue CommonBridge::SetBorderWidth(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetBorderWidth() function in OHOS::Ace::NG::CommonBridge
/foundation/arkui/ace_engine/frameworks/core/components/box/
Drender_box.cpp1386 void RenderBox::SetBorderWidth(double width, const BorderEdgeHelper& helper) in SetBorderWidth() function in OHOS::Ace::RenderBox
Drosen_render_box.cpp1434 void RosenRenderBox::SetBorderWidth(double width, const BorderEdgeHelper& helper) function in OHOS::Ace::RosenRenderBox
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcomponent.cpp1564 void Component::SetBorderWidth(UIView &view, const AppStyleItem &styleItem) const in SetBorderWidth() function in OHOS::ACELite::Component
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h110 virtual void SetBorderWidth(const BorderWidthProperty& value) {}; in SetBorderWidth() function
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_properties.cpp922 void RSProperties::SetBorderWidth(Vector4f width) in SetBorderWidth() function in OHOS::Rosen::RSProperties
/foundation/arkui/ace_engine/interfaces/native/node/
Dstyle_modifier.cpp544 void SetBorderWidth(ArkUI_NodeHandle node, const char* value) in SetBorderWidth() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp1846 void RosenRenderContext::SetBorderWidth(const BorderWidthProperty& value) in SetBorderWidth() function in OHOS::Ace::NG::RosenRenderContext