Home
last modified time | relevance | path

Searched refs:SetStroke (Results 1 - 24 of 24) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_abstract_model_ng.h29 void SetStroke(const Color& color) override;
46 static void SetStroke(FrameNode* frameNode, const Color& color);
H A Dshape_model_ng.h33 void SetStroke(const Color& color) override;
52 static void SetStroke(FrameNode* frameNode, const Color& color);
H A Dshape_abstract_model_ng.cpp23 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 Dshape_model_ng.cpp52 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 Dshape_abstract_model.h30 virtual void SetStroke(const Color& color);
H A Dshape_model.h38 virtual void SetStroke(const Color& color);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp102 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 Dline_model_impl.cpp25 lineComponent->SetStroke(Color::BLACK); in Create()
H A Dshape_abstract_model_impl.h25 void SetStroke(const Color& color) override;
H A Dshape_abstract_model_impl.cpp23 void ShapeAbstractModelImpl::SetStroke(const Color& color) in SetStroke() function in OHOS::Ace::Framework::ShapeAbstractModelImpl
29 component->SetStroke(color, option); in SetStroke()
H A Dshape_model_impl.h30 void SetStroke(const Color& color) override;
H A Dshape_model_impl.cpp103 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 Djs_shape.h37 static void SetStroke(const JSCallbackInfo& info);
H A Djs_shape_abstract.cpp85 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 Djs_shape_abstract.h29 static void SetStroke(const JSCallbackInfo& info);
H A Djs_shape.cpp177 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 Darkts_native_common_shape_bridge.h27 static ArkUINativeModuleValue SetStroke(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_shape_bridge.cpp76 ArkUINativeModuleValue CommonShapeBridge::SetStroke(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetStroke() function in OHOS::Ace::NG::CommonShapeBridge
H A Darkts_native_api_impl_bridge.cpp4738 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStroke)); in RegisterCommonShapeAttributes()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h162 void SetStroke(const Color& color, const AnimationOption& option = AnimationOption()) in SetStroke() function in OHOS::Ace::ShapeComponent
H A Dshape_container_component.h174 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 Dcj_shape_ffi.cpp103 ShapeModel::GetInstance()->SetStroke(Color(color)); in FfiOHOSAceFrameworkShapeSetStroke()
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.cpp102 shapeAbstactModel.SetStroke(Color::RED); in CheckStroke()
H A Dshape_pattern_test_ng.cpp184 shapeModel2.SetStroke(Color::BLUE); in HWTEST_F()

Completed in 21 milliseconds