Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp130 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 Dshape_model_ng.h35 void SetStrokeDashOffset(const Ace::Dimension& dashOffset) override;
54 static void SetStrokeDashOffset(FrameNode* frameNode, const Ace::Dimension& dashOffset);
H A Dshape_model_ng.cpp62 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 Dshape_abstract_model.h32 virtual void SetStrokeDashOffset(const Ace::Dimension& dashOffset);
H A Dshape_model.h40 virtual void SetStrokeDashOffset(const Ace::Dimension& dashOffset);
H A Dshape_abstract_model_ng.h31 void SetStrokeDashOffset(const Ace::Dimension& dashOffset) override;
H A Dshape_abstract_model_ng.cpp47 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 Dshape_abstract_model_impl.h27 void SetStrokeDashOffset(const Ace::Dimension& dashOffset) override;
H A Dshape_abstract_model_impl.cpp45 void ShapeAbstractModelImpl::SetStrokeDashOffset(const Ace::Dimension& dashOffset) in SetStrokeDashOffset() function in OHOS::Ace::Framework::ShapeAbstractModelImpl
51 component->SetStrokeDashOffset(dashOffset, option); in SetStrokeDashOffset()
H A Dshape_model_impl.h32 void SetStrokeDashOffset(const Ace::Dimension& dashOffset) override;
H A Dshape_model_impl.cpp125 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 Djs_shape.h39 static void SetStrokeDashOffset(const JSCallbackInfo& info);
H A Djs_shape_abstract.h31 static void SetStrokeDashOffset(const JSCallbackInfo& info);
H A Djs_shape_abstract.cpp114 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 Djs_shape.cpp204 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 Dshape_component.h172 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 Dshape_container_component.h184 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 Darkts_native_common_shape_bridge.h31 static ArkUINativeModuleValue SetStrokeDashOffset(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_shape_bridge.cpp132 ArkUINativeModuleValue CommonShapeBridge::SetStrokeDashOffset(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetStrokeDashOffset() function in OHOS::Ace::NG::CommonShapeBridge
H A Darkts_native_api_impl_bridge.cpp4746 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 Dcj_shape_ffi.cpp131 ShapeModel::GetInstance()->SetStrokeDashOffset(dimOffset); in FfiOHOSAceFrameworkShapeSetStrokeDashOffset()
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.cpp196 shapeAbstactModel.SetStrokeDashOffset(Dimension(DASHOFFSET)); in CheckStrokeDashOffset()
H A Dshape_pattern_test_ng.cpp192 shapeModel2.SetStrokeDashOffset(Dimension(DASHOFFSET)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h266 void SetStrokeDashOffset(const Dimension& offset, bool isSelf = true, in SetStrokeDashOffset() function in OHOS::Ace::StrokeState

Completed in 24 milliseconds