/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_properties.cpp | 626 void AnimatableProperties::SetBorderColor(const Color& color, const BorderEdgeHelper& helper) in SetBorderColor() function in OHOS::Ace::AnimatableProperties
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | sliding_panel_model_impl.cpp | 169 void SlidingPanelModelImpl::SetBorderColor(const Color& borderColor) in SetBorderColor() function in OHOS::Ace::Framework::SlidingPanelModelImpl
|
H A D | view_abstract_model_impl.cpp | 415 void ViewAbstractModelImpl::SetBorderColor(const Color& value) in SetBorderColor() function in OHOS::Ace::Framework::ViewAbstractModelImpl 420 void ViewAbstractModelImpl::SetBorderColor(const std::optional<Color>& colorLeft, in SetBorderColor() function in OHOS::Ace::Framework::ViewAbstractModelImpl
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_component_helper.h | 28 static void SetBorderColor( in SetBorderColor() function in OHOS::Ace::BoxComponentHelper 39 static void SetBorderColor(const RefPtr<Decoration> decoration, const Color& colorLeft, const Color& colorRight, in SetBorderColor() function in OHOS::Ace::BoxComponentHelper
|
H A D | rosen_render_box.cpp | 1431 void RosenRenderBox::SetBorderColor(const Color& color, const BorderEdgeHelper& helper) function in OHOS::Ace::RosenRenderBox
|
H A D | render_box.cpp | 1378 void RenderBox::SetBorderColor(const Color& color, const BorderEdgeHelper& helper) in SetBorderColor() function in OHOS::Ace::RenderBox
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_model_ng.cpp | 198 void SlidingPanelModelNG::SetBorderColor(const Color& borderColor) in SetBorderColor() function in OHOS::Ace::NG::SlidingPanelModelNG
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_model_ng.cpp | 142 void ProgressModelNG::SetBorderColor(const Color& value) in SetBorderColor() function in OHOS::Ace::NG::ProgressModelNG 429 void ProgressModelNG::SetBorderColor(FrameNode* frameNode, const Color& value) in SetBorderColor() function in OHOS::Ace::NG::ProgressModelNG
|
H A D | progress_modifier.cpp | 136 void ProgressModifier::SetBorderColor(LinearColor color) in SetBorderColor() function in OHOS::Ace::NG::ProgressModifier
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | render_node_modifier.cpp | 310 void SetBorderColor(ArkUINodeHandle node, uint32_t left, uint32_t top, uint32_t right, uint32_t bottom) in SetBorderColor() function
|
H A D | node_common_modifier.cpp | 835 void SetBorderColor( in SetBorderColor() function
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.cpp | 663 ArkUINativeModuleValue RenderNodeBridge::SetBorderColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetBorderColor() function in OHOS::Ace::NG::RenderNodeBridge
|
H A D | arkts_native_text_area_bridge.cpp | 1610 ArkUINativeModuleValue TextAreaBridge::SetBorderColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetBorderColor() function in OHOS::Ace::NG::TextAreaBridge
|
H A D | arkts_native_common_bridge.cpp | 1832 ArkUINativeModuleValue CommonBridge::SetBorderColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetBorderColor() function in OHOS::Ace::NG::CommonBridge
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.cpp | 1603 void Component::SetBorderColor(UIView &view, const AppStyleItem &styleItem) const in SetBorderColor() function in OHOS::ACELite::Component
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.cpp | 2016 void TextFieldModelNG::SetBorderColor(FrameNode* frameNode, NG::BorderColorProperty borderColors) in SetBorderColor() function in OHOS::Ace::NG::TextFieldModelNG
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 569 void ViewAbstract::SetBorderColor(const Color& value) in SetBorderColor() function in OHOS::Ace::NG::ViewAbstract 579 void ViewAbstract::SetBorderColor(const BorderColorProperty& value) in SetBorderColor() function in OHOS::Ace::NG::ViewAbstract 2847 void ViewAbstract::SetBorderColor(FrameNode *frameNode, const BorderColorProperty& value) in SetBorderColor() function in OHOS::Ace::NG::ViewAbstract 2852 void ViewAbstract::SetBorderColor(FrameNode *frameNode, const Color& value) in SetBorderColor() function in OHOS::Ace::NG::ViewAbstract
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 126 virtual void SetBorderColor(const BorderColorProperty& value) {}; in SetBorderColor() function in OHOS::OHOS::Ace::NG::RenderContext
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1254 void RSNode::SetBorderColor(uint32_t colorValue) in SetBorderColor() function in OHOS::Rosen::RSNode 1260 void RSNode::SetBorderColor(uint32_t left, uint32_t top, uint32_t right, uint32_t bottom) in SetBorderColor() function in OHOS::Rosen::RSNode 1268 void RSNode::SetBorderColor(const Vector4<Color>& color) in SetBorderColor() function in OHOS::Rosen::RSNode
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 1039 void RSProperties::SetBorderColor(Vector4<Color> color) in SetBorderColor() function in OHOS::Rosen::RSProperties
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 2401 void RosenRenderContext::SetBorderColor(const BorderColorProperty& value) in SetBorderColor() function in OHOS::Ace::NG::RosenRenderContext
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1691 int32_t SetBorderColor(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetBorderColor() function
|