/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 130 void SetStrokeDashOffset(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetStrokeDashOffset() function 135 ShapeModelNG::SetStrokeDashOffset(frameNode, Dimension(value, unitEnum)); in SetStrokeDashOffset() 142 ShapeModelNG::SetStrokeDashOffset(frameNode, Dimension(DEFAULT_STROKE_DASH_OFFSET)); in ResetStrokeDashOffset() 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/core/components_ng/pattern/shape/ |
H A D | shape_model_ng.h | 35 void SetStrokeDashOffset(const Ace::Dimension& dashOffset) override; 54 static void SetStrokeDashOffset(FrameNode* frameNode, const Ace::Dimension& dashOffset);
|
H A D | shape_model_ng.cpp | 62 void ShapeModelNG::SetStrokeDashOffset(const Ace::Dimension& dashOffset) in SetStrokeDashOffset() function in OHOS::Ace::NG::ShapeModelNG 64 ShapeAbstractModelNG().SetStrokeDashOffset(dashOffset); in SetStrokeDashOffset() 124 void ShapeModelNG::SetStrokeDashOffset(FrameNode* frameNode, const Ace::Dimension& dashOffset) in SetStrokeDashOffset() function in OHOS::Ace::NG::ShapeModelNG
|
H A D | shape_abstract_model.h | 32 virtual void SetStrokeDashOffset(const Ace::Dimension& dashOffset);
|
H A D | shape_model.h | 40 virtual void SetStrokeDashOffset(const Ace::Dimension& dashOffset);
|
H A D | shape_abstract_model_ng.h | 31 void SetStrokeDashOffset(const Ace::Dimension& dashOffset) override;
|
H A D | shape_abstract_model_ng.cpp | 47 void ShapeAbstractModelNG::SetStrokeDashOffset(const Ace::Dimension& dashOffset) in SetStrokeDashOffset() function in OHOS::Ace::NG::ShapeAbstractModelNG
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_abstract_model_impl.h | 27 void SetStrokeDashOffset(const Ace::Dimension& dashOffset) override;
|
H A D | shape_abstract_model_impl.cpp | 45 void ShapeAbstractModelImpl::SetStrokeDashOffset(const Ace::Dimension& dashOffset) in SetStrokeDashOffset() function in OHOS::Ace::Framework::ShapeAbstractModelImpl 51 component->SetStrokeDashOffset(dashOffset, option); in SetStrokeDashOffset()
|
H A D | shape_model_impl.h | 32 void SetStrokeDashOffset(const Ace::Dimension& dashOffset) override;
|
H A D | shape_model_impl.cpp | 125 void ShapeModelImpl::SetStrokeDashOffset(const Ace::Dimension& dashOffset) in SetStrokeDashOffset() function in OHOS::Ace::Framework::ShapeModelImpl 131 component->SetStrokeDashOffset(dashOffset, option); in SetStrokeDashOffset()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape.h | 39 static void SetStrokeDashOffset(const JSCallbackInfo& info);
|
H A D | js_shape_abstract.h | 31 static void SetStrokeDashOffset(const JSCallbackInfo& info);
|
H A D | js_shape_abstract.cpp | 114 void JSShapeAbstract::SetStrokeDashOffset(const JSCallbackInfo& info) in SetStrokeDashOffset() function in OHOS::OHOS::Ace::Framework::JSShapeAbstract 130 ShapeAbstractModel::GetInstance()->SetStrokeDashOffset(offset); in SetStrokeDashOffset() 396 JSClass<JSShapeAbstract>::StaticMethod("strokeDashOffset", &JSShapeAbstract::SetStrokeDashOffset, opt); in JSBind()
|
H A D | js_shape.cpp | 204 void JSShape::SetStrokeDashOffset(const JSCallbackInfo& info) in SetStrokeDashOffset() function in OHOS::OHOS::Ace::Framework::JSShape 220 ShapeModel::GetInstance()->SetStrokeDashOffset(offset); in SetStrokeDashOffset() 362 JSClass<JSShape>::StaticMethod("strokeDashOffset", &JSShape::SetStrokeDashOffset); in JSBind()
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 172 void SetStrokeDashOffset(const Dimension& dashOffset, const AnimationOption& option = AnimationOption()) in SetStrokeDashOffset() function in OHOS::Ace::ShapeComponent 174 strokeState_.SetStrokeDashOffset(dashOffset, true, option); in SetStrokeDashOffset()
|
H A D | shape_container_component.h | 184 void SetStrokeDashOffset(const Dimension& dashOffset, const AnimationOption& option = AnimationOption()) in SetStrokeDashOffset() function in OHOS::Ace::ShapeContainerComponent 186 strokeState_.SetStrokeDashOffset(dashOffset, true, option); in SetStrokeDashOffset()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_shape_bridge.h | 31 static ArkUINativeModuleValue SetStrokeDashOffset(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_shape_bridge.cpp | 132 ArkUINativeModuleValue CommonShapeBridge::SetStrokeDashOffset(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetStrokeDashOffset() function in OHOS::Ace::NG::CommonShapeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4746 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeDashOffset)); in RegisterCommonShapeAttributes()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_shape_ffi.cpp | 131 ShapeModel::GetInstance()->SetStrokeDashOffset(dimOffset); in FfiOHOSAceFrameworkShapeSetStrokeDashOffset()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | base_shape_pattern_test_ng.cpp | 196 shapeAbstactModel.SetStrokeDashOffset(Dimension(DASHOFFSET)); in CheckStrokeDashOffset()
|
H A D | shape_pattern_test_ng.cpp | 192 shapeModel2.SetStrokeDashOffset(Dimension(DASHOFFSET)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | svg_paint_state.h | 266 void SetStrokeDashOffset(const Dimension& offset, bool isSelf = true, in SetStrokeDashOffset() function in OHOS::Ace::StrokeState
|