/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 106 void SetStroke(ArkUINodeHandle node, uint32_t stroke) in SetStroke() function 110 ShapeModelNG::SetStroke(frameNode, Color(stroke)); in SetStroke() 117 ShapeModelNG::SetStroke(frameNode, Color::TRANSPARENT); in ResetStroke() 253 …ResetStrokeWidth, SetAntiAlias, ResetAntiAlias, SetStroke, ResetStroke, SetFill, ResetFill, SetStr… in GetCommonShapeModifier() 264 …ResetStrokeWidth, SetAntiAlias, ResetAntiAlias, SetStroke, ResetStroke, SetFill, ResetFill, SetStr… in GetCJUICommonShapeModifier()
|
/ohos5.0/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.cpp | 54 void ShapeModelNG::SetStroke(const Color& color) in SetStroke() function in OHOS::Ace::NG::ShapeModelNG 56 ShapeAbstractModelNG().SetStroke(color); in SetStroke() 114 void ShapeModelNG::SetStroke(FrameNode* frameNode, const Color& color) in SetStroke() function in OHOS::Ace::NG::ShapeModelNG
|
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 | 27 void ShapeAbstractModelNG::SetStroke(const Color& color) in SetStroke() function in OHOS::Ace::NG::ShapeAbstractModelNG 32 void ShapeAbstractModelNG::SetStroke(FrameNode* frameNode, const Color& color) in SetStroke() function in OHOS::Ace::NG::ShapeAbstractModelNG
|
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);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape_abstract.cpp | 92 void JSShapeAbstract::SetStroke(const JSCallbackInfo& info) in SetStroke() function in OHOS::Ace::Framework::JSShapeAbstract 99 ShapeAbstractModel::GetInstance()->SetStroke(Color::TRANSPARENT); in SetStroke() 102 ShapeAbstractModel::GetInstance()->SetStroke(strokeColor); in SetStroke() 400 JSClass<JSShapeAbstract>::StaticMethod("stroke", &JSShapeAbstract::SetStroke, opt); in JSBind()
|
H A D | js_shape.cpp | 184 void JSShape::SetStroke(const JSCallbackInfo& info) in SetStroke() function in OHOS::Ace::Framework::JSShape 191 ShapeModel::GetInstance()->SetStroke(strokeColor); in SetStroke() 367 JSClass<JSShape>::StaticMethod("stroke", &JSShape::SetStroke); in JSBind()
|
H A D | js_shape.h | 37 static void SetStroke(const JSCallbackInfo& info);
|
H A D | js_shape_abstract.h | 29 static void SetStroke(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_abstract_model_impl.cpp | 24 void ShapeAbstractModelImpl::SetStroke(const Color& color) in SetStroke() function in OHOS::Ace::Framework::ShapeAbstractModelImpl 30 component->SetStroke(color, option); in SetStroke()
|
H A D | line_model_impl.cpp | 27 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_model_impl.h | 30 void SetStroke(const Color& color) override;
|
H A D | shape_model_impl.cpp | 105 void ShapeModelImpl::SetStroke(const Color& color) in SetStroke() function in OHOS::Ace::Framework::ShapeModelImpl 111 component->SetStroke(color, option); in SetStroke()
|
/ohos5.0/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 | 4721 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStroke)); in RegisterCommonShapeAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 162 void SetStroke(const Color& color, const AnimationOption& option = AnimationOption())
|
H A D | shape_container_component.h | 174 void SetStroke(const Color& color, const AnimationOption& option = AnimationOption())
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_shape_ffi.cpp | 104 ShapeModel::GetInstance()->SetStroke(Color(color)); in FfiOHOSAceFrameworkShapeSetStroke()
|
/ohos5.0/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);
|