/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | progress_model_impl.h | 33 void SetBorderColor(const Color& value) override {} in SetBorderColor() function
|
H A D | sliding_panel_model_impl.cpp | 172 void SlidingPanelModelImpl::SetBorderColor(const Color& borderColor) in SetBorderColor() function in OHOS::Ace::Framework::SlidingPanelModelImpl
|
H A D | view_abstract_model_impl.h | 117 void SetBorderColor(const NG::BorderColorProperty& borderColors) override {}; in SetBorderColor() function
|
H A D | view_abstract_model_impl.cpp | 431 void ViewAbstractModelImpl::SetBorderColor(const Color& value) in SetBorderColor() function in OHOS::Ace::Framework::ViewAbstractModelImpl 436 void ViewAbstractModelImpl::SetBorderColor(const std::optional<Color>& colorLeft, in SetBorderColor() function in OHOS::Ace::Framework::ViewAbstractModelImpl
|
/ohos5.0/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 | 143 void ProgressModifier::SetBorderColor(LinearColor color) in SetBorderColor() function in OHOS::Ace::NG::ProgressModifier
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_model_ng.cpp | 210 void SlidingPanelModelNG::SetBorderColor(const Color& borderColor) in SetBorderColor() function in OHOS::Ace::NG::SlidingPanelModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 323 void SetBorderColor(const Color& value) override in SetBorderColor() function 327 … void SetBorderColor(const std::optional<Color>& colorLeft, const std::optional<Color>& colorRight, in SetBorderColor() function 339 void SetBorderColor(const NG::BorderColorProperty& borderColors) override in SetBorderColor() function
|
H A D | view_abstract.cpp | 591 void ViewAbstract::SetBorderColor(const Color& value) in SetBorderColor() function in OHOS::Ace::NG::ViewAbstract 601 void ViewAbstract::SetBorderColor(const BorderColorProperty& value) in SetBorderColor() function in OHOS::Ace::NG::ViewAbstract 2940 void ViewAbstract::SetBorderColor(FrameNode* frameNode, const BorderColorProperty& value) in SetBorderColor() function in OHOS::Ace::NG::ViewAbstract 2945 void ViewAbstract::SetBorderColor(FrameNode* frameNode, const Color& value) in SetBorderColor() function in OHOS::Ace::NG::ViewAbstract
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1262 void RSNode::SetBorderColor(uint32_t colorValue) in SetBorderColor() function in OHOS::Rosen::RSNode 1268 void RSNode::SetBorderColor(uint32_t left, uint32_t top, uint32_t right, uint32_t bottom) in SetBorderColor() function in OHOS::Rosen::RSNode 1276 void RSNode::SetBorderColor(const Vector4<Color>& color) in SetBorderColor() function in OHOS::Rosen::RSNode
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | render_node_modifier.cpp | 327 void SetBorderColor(ArkUINodeHandle node, uint32_t left, uint32_t top, uint32_t right, uint32_t bot… in SetBorderColor() function
|
H A D | node_common_modifier.cpp | 847 void SetBorderColor( in SetBorderColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.cpp | 676 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 | 1846 ArkUINativeModuleValue CommonBridge::SetBorderColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetBorderColor() function in OHOS::Ace::NG::CommonBridge
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 1378 void RenderBox::SetBorderColor(const Color& color, const BorderEdgeHelper& helper) in SetBorderColor() function in OHOS::Ace::RenderBox
|
H A D | rosen_render_box.cpp | 1431 void RosenRenderBox::SetBorderColor(const Color& color, const BorderEdgeHelper& helper) function in OHOS::Ace::RosenRenderBox
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.cpp | 1549 void Component::SetBorderColor(UIView &view, const AppStyleItem &styleItem) const in SetBorderColor() function in OHOS::ACELite::Component
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 124 virtual void SetBorderColor(const BorderColorProperty& value) {}; in SetBorderColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.cpp | 1944 void TextFieldModelNG::SetBorderColor(FrameNode* frameNode, NG::BorderColorProperty borderColors) in SetBorderColor() function in OHOS::Ace::NG::TextFieldModelNG
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 1055 void RSProperties::SetBorderColor(Vector4<Color> color) in SetBorderColor() function in OHOS::Rosen::RSProperties
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 2403 void RosenRenderContext::SetBorderColor(const BorderColorProperty& value) in SetBorderColor() function in OHOS::Ace::NG::RosenRenderContext
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1705 int32_t SetBorderColor(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetBorderColor() function
|