Home
last modified time | relevance | path

Searched refs:SetStrokeOpacity (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp59 void SetStrokeOpacity(ArkUINodeHandle node, ArkUI_Float32 strokeOpacity) in SetStrokeOpacity() function
63 ShapeModelNG::SetStrokeOpacity(frameNode, strokeOpacity); in SetStrokeOpacity()
70 ShapeModelNG::SetStrokeOpacity(frameNode, DEFAULT_STROKE_OPACITY); in ResetStrokeOpacity()
248 ResetStrokeMiterLimit, SetFillOpacity, ResetFillOpacity, SetStrokeOpacity, ResetStrokeOpacity, SetStrokeWidth, in GetCommonShapeModifier()
259 ResetStrokeMiterLimit, SetFillOpacity, ResetFillOpacity, SetStrokeOpacity, ResetStrokeOpacity, SetStrokeWidth, in GetCJUICommonShapeModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_model_ng.h39 void SetStrokeOpacity(double opacity) override;
49 static void SetStrokeOpacity(FrameNode* frameNode, double strokeOpacity);
H A Dshape_model_ng.cpp82 void ShapeModelNG::SetStrokeOpacity(double opacity) in SetStrokeOpacity() function in OHOS::Ace::NG::ShapeModelNG
84 ShapeAbstractModelNG().SetStrokeOpacity(opacity); in SetStrokeOpacity()
150 void ShapeModelNG::SetStrokeOpacity(FrameNode* frameNode, double strokeOpacity) in SetStrokeOpacity() function in OHOS::Ace::NG::ShapeModelNG
H A Dshape_abstract_model.h36 virtual void SetStrokeOpacity(double opacity);
H A Dshape_model.h44 virtual void SetStrokeOpacity(double opacity);
H A Dshape_abstract_model_ng.h35 void SetStrokeOpacity(double opacity) override;
H A Dshape_abstract_model_ng.cpp67 void ShapeAbstractModelNG::SetStrokeOpacity(double opacity) in SetStrokeOpacity() function in OHOS::Ace::NG::ShapeAbstractModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.h31 void SetStrokeOpacity(double opacity) override;
H A Dshape_abstract_model_impl.cpp100 void ShapeAbstractModelImpl::SetStrokeOpacity(double opacity) in SetStrokeOpacity() function in OHOS::Ace::Framework::ShapeAbstractModelImpl
106 component->SetStrokeOpacity(opacity, option); in SetStrokeOpacity()
H A Dshape_model_impl.h36 void SetStrokeOpacity(double opacity) override;
H A Dshape_model_impl.cpp180 void ShapeModelImpl::SetStrokeOpacity(double opacity) in SetStrokeOpacity() function in OHOS::Ace::Framework::ShapeModelImpl
186 component->SetStrokeOpacity(opacity, option); in SetStrokeOpacity()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape.h43 static void SetStrokeOpacity(const JSCallbackInfo& info);
H A Djs_shape_abstract.h36 static void SetStrokeOpacity(const JSCallbackInfo& info);
H A Djs_shape_abstract.cpp153 void JSShapeAbstract::SetStrokeOpacity(const JSCallbackInfo& info) in SetStrokeOpacity() function in OHOS::OHOS::Ace::Framework::JSShapeAbstract
166 ShapeAbstractModel::GetInstance()->SetStrokeOpacity(strokeOpacity); in SetStrokeOpacity()
401 JSClass<JSShapeAbstract>::StaticMethod("strokeOpacity", &JSShapeAbstract::SetStrokeOpacity, opt); in JSBind()
H A Djs_shape.cpp243 void JSShape::SetStrokeOpacity(const JSCallbackInfo& info) in SetStrokeOpacity() function in OHOS::OHOS::Ace::Framework::JSShape
250 ShapeModel::GetInstance()->SetStrokeOpacity(strokeOpacity); in SetStrokeOpacity()
367 JSClass<JSShape>::StaticMethod("strokeOpacity", &JSShape::SetStrokeOpacity); in JSBind()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_shape_bridge.h41 static ArkUINativeModuleValue SetStrokeOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_shape_bridge.cpp274 ArkUINativeModuleValue CommonShapeBridge::SetStrokeOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetStrokeOpacity() function in OHOS::Ace::NG::CommonShapeBridge
H A Darkts_native_api_impl_bridge.cpp4726 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeOpacity)); in RegisterCommonShapeAttributes()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h192 void SetStrokeOpacity(double opacity, const AnimationOption& option = AnimationOption()) in SetStrokeOpacity() function in OHOS::Ace::ShapeComponent
H A Dshape_container_component.h204 void SetStrokeOpacity(double opacity, const AnimationOption& option = AnimationOption()) in SetStrokeOpacity() function in OHOS::Ace::ShapeContainerComponent
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.cpp155 ShapeModel::GetInstance()->SetStrokeOpacity(strokeOpacity); in FfiOHOSAceFrameworkShapeSetStrokeOpacity()
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.cpp144 shapeAbstactModel.SetStrokeOpacity(OPACITY); in CheckStrokeOpacity()
H A Dshape_pattern_test_ng.cpp197 shapeModel2.SetStrokeOpacity(OPACITY); in HWTEST_F()

Completed in 20 milliseconds