Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp106 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 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.cpp54 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 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.cpp27 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 Dshape_abstract_model.h30 virtual void SetStroke(const Color& color);
H A Dshape_model.h38 virtual void SetStroke(const Color& color);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape_abstract.cpp92 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 Djs_shape.cpp184 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 Djs_shape.h37 static void SetStroke(const JSCallbackInfo& info);
H A Djs_shape_abstract.h29 static void SetStroke(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.cpp24 void ShapeAbstractModelImpl::SetStroke(const Color& color) in SetStroke() function in OHOS::Ace::Framework::ShapeAbstractModelImpl
30 component->SetStroke(color, option); in SetStroke()
H A Dline_model_impl.cpp27 lineComponent->SetStroke(Color::BLACK); in Create()
H A Dshape_abstract_model_impl.h25 void SetStroke(const Color& color) override;
H A Dshape_model_impl.h30 void SetStroke(const Color& color) override;
H A Dshape_model_impl.cpp105 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 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.cpp4721 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStroke)); in RegisterCommonShapeAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h162 void SetStroke(const Color& color, const AnimationOption& option = AnimationOption())
H A Dshape_container_component.h174 void SetStroke(const Color& color, const AnimationOption& option = AnimationOption())
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.cpp104 ShapeModel::GetInstance()->SetStroke(Color(color)); in FfiOHOSAceFrameworkShapeSetStroke()
/ohos5.0/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);