/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_abstract_model_ng.h | 29 void SetStroke(const Color& color) override; 46 static void SetStroke(FrameNode* frameNode, const Color& color);
|
H A D | shape_model_ng.h | 33 void SetStroke(const Color& color) override; 52 static void SetStroke(FrameNode* frameNode, const Color& color);
|
H A D | shape_abstract_model_ng.cpp | 23 void ShapeAbstractModelNG::SetStroke(const Color& color) in SetStroke() function in OHOS::Ace::NG::ShapeAbstractModelNG 28 void ShapeAbstractModelNG::SetStroke(FrameNode* frameNode, const Color& color) in SetStroke() function in OHOS::Ace::NG::ShapeAbstractModelNG
|
H A D | shape_model_ng.cpp | 52 void ShapeModelNG::SetStroke(const Color& color) in SetStroke() function in OHOS::Ace::NG::ShapeModelNG 54 ShapeAbstractModelNG().SetStroke(color); in SetStroke() 112 void ShapeModelNG::SetStroke(FrameNode* frameNode, const Color& color) in SetStroke() function in OHOS::Ace::NG::ShapeModelNG
|
H A D | shape_abstract_model.h | 30 virtual void SetStroke(const Color& color);
|
H A D | shape_model.h | 38 virtual void SetStroke(const Color& color);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 102 void SetStroke(ArkUINodeHandle node, uint32_t stroke) in SetStroke() function 106 ShapeModelNG::SetStroke(frameNode, Color(stroke)); in SetStroke() 113 ShapeModelNG::SetStroke(frameNode, Color::TRANSPARENT); in ResetStroke() 249 ResetStrokeWidth, SetAntiAlias, ResetAntiAlias, SetStroke, ResetStroke, SetFill, ResetFill, SetStrokeDashOffset, in GetCommonShapeModifier() 260 ResetStrokeWidth, SetAntiAlias, ResetAntiAlias, SetStroke, ResetStroke, SetFill, ResetFill, SetStrokeDashOffset, in GetCJUICommonShapeModifier()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | line_model_impl.cpp | 25 lineComponent->SetStroke(Color::BLACK); in Create()
|
H A D | shape_abstract_model_impl.h | 25 void SetStroke(const Color& color) override;
|
H A D | shape_abstract_model_impl.cpp | 23 void ShapeAbstractModelImpl::SetStroke(const Color& color) in SetStroke() function in OHOS::Ace::Framework::ShapeAbstractModelImpl 29 component->SetStroke(color, option); in SetStroke()
|
H A D | shape_model_impl.h | 30 void SetStroke(const Color& color) override;
|
H A D | shape_model_impl.cpp | 103 void ShapeModelImpl::SetStroke(const Color& color) in SetStroke() function in OHOS::Ace::Framework::ShapeModelImpl 109 component->SetStroke(color, option); in SetStroke()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape.h | 37 static void SetStroke(const JSCallbackInfo& info);
|
H A D | js_shape_abstract.cpp | 85 void JSShapeAbstract::SetStroke(const JSCallbackInfo& info) in SetStroke() function in OHOS::OHOS::Ace::Framework::JSShapeAbstract 92 ShapeAbstractModel::GetInstance()->SetStroke(Color::TRANSPARENT); in SetStroke() 95 ShapeAbstractModel::GetInstance()->SetStroke(strokeColor); in SetStroke() 393 JSClass<JSShapeAbstract>::StaticMethod("stroke", &JSShapeAbstract::SetStroke, opt); in JSBind()
|
H A D | js_shape_abstract.h | 29 static void SetStroke(const JSCallbackInfo& info);
|
H A D | js_shape.cpp | 177 void JSShape::SetStroke(const JSCallbackInfo& info) in SetStroke() function in OHOS::OHOS::Ace::Framework::JSShape 184 ShapeModel::GetInstance()->SetStroke(strokeColor); in SetStroke() 360 JSClass<JSShape>::StaticMethod("stroke", &JSShape::SetStroke); in JSBind()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_shape_bridge.h | 27 static ArkUINativeModuleValue SetStroke(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_shape_bridge.cpp | 76 ArkUINativeModuleValue CommonShapeBridge::SetStroke(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetStroke() function in OHOS::Ace::NG::CommonShapeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4738 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStroke)); in RegisterCommonShapeAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 162 void SetStroke(const Color& color, const AnimationOption& option = AnimationOption()) in SetStroke() function in OHOS::Ace::ShapeComponent
|
H A D | shape_container_component.h | 174 void SetStroke(const Color& color, const AnimationOption& option = AnimationOption()) in SetStroke() function in OHOS::Ace::ShapeContainerComponent
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_shape_ffi.cpp | 103 ShapeModel::GetInstance()->SetStroke(Color(color)); in FfiOHOSAceFrameworkShapeSetStroke()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | base_shape_pattern_test_ng.cpp | 102 shapeAbstactModel.SetStroke(Color::RED); in CheckStroke()
|
H A D | shape_pattern_test_ng.cpp | 184 shapeModel2.SetStroke(Color::BLUE); in HWTEST_F()
|