Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp45 void SetFillOpacity(ArkUINodeHandle node, ArkUI_Float32 fillOpacity) in SetFillOpacity() function
49 ShapeModelNG::SetFillOpacity(frameNode, fillOpacity); in SetFillOpacity()
56 ShapeModelNG::SetFillOpacity(frameNode, DEFAULT_FILL_OPACITY); in ResetFillOpacity()
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.h40 void SetFillOpacity(double opacity) override;
48 static void SetFillOpacity(FrameNode* frameNode, double fillOpacity);
H A Dshape_model_ng.cpp87 void ShapeModelNG::SetFillOpacity(double opacity) in SetFillOpacity() function in OHOS::Ace::NG::ShapeModelNG
89 ShapeAbstractModelNG().SetFillOpacity(opacity); in SetFillOpacity()
144 void ShapeModelNG::SetFillOpacity(FrameNode* frameNode, double fillOpacity) in SetFillOpacity() function in OHOS::Ace::NG::ShapeModelNG
H A Dshape_abstract_model.h37 virtual void SetFillOpacity(double opacity);
H A Dshape_model.h45 virtual void SetFillOpacity(double opacity);
H A Dshape_abstract_model_ng.h36 void SetFillOpacity(double opacity) override;
H A Dshape_abstract_model_ng.cpp72 void ShapeAbstractModelNG::SetFillOpacity(double opacity) in SetFillOpacity() function in OHOS::Ace::NG::ShapeAbstractModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.h32 void SetFillOpacity(double opacity) override;
H A Dshape_abstract_model_impl.cpp110 void ShapeAbstractModelImpl::SetFillOpacity(double opacity) in SetFillOpacity() function in OHOS::Ace::Framework::ShapeAbstractModelImpl
116 component->SetFillOpacity(opacity, option); in SetFillOpacity()
H A Dshape_model_impl.h37 void SetFillOpacity(double opacity) override;
H A Dshape_model_impl.cpp190 void ShapeModelImpl::SetFillOpacity(double opacity) in SetFillOpacity() function in OHOS::Ace::Framework::ShapeModelImpl
196 component->SetFillOpacity(opacity, option); in SetFillOpacity()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape.h44 static void SetFillOpacity(const JSCallbackInfo& info);
H A Djs_shape_abstract.h37 static void SetFillOpacity(const JSCallbackInfo& info);
H A Djs_shape_abstract.cpp170 void JSShapeAbstract::SetFillOpacity(const JSCallbackInfo& info) in SetFillOpacity() function in OHOS::OHOS::Ace::Framework::JSShapeAbstract
183 ShapeAbstractModel::GetInstance()->SetFillOpacity(fillOpacity); in SetFillOpacity()
402 JSClass<JSShapeAbstract>::StaticMethod("fillOpacity", &JSShapeAbstract::SetFillOpacity, opt); in JSBind()
H A Djs_shape.cpp253 void JSShape::SetFillOpacity(const JSCallbackInfo& info) in SetFillOpacity() function in OHOS::OHOS::Ace::Framework::JSShape
260 ShapeModel::GetInstance()->SetFillOpacity(fillOpacity); in SetFillOpacity()
368 JSClass<JSShape>::StaticMethod("fillOpacity", &JSShape::SetFillOpacity); in JSBind()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_shape_bridge.h39 static ArkUINativeModuleValue SetFillOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_shape_bridge.cpp238 ArkUINativeModuleValue CommonShapeBridge::SetFillOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetFillOpacity() function in OHOS::Ace::NG::CommonShapeBridge
H A Darkts_native_api_impl_bridge.cpp4722 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetFillOpacity)); in RegisterCommonShapeAttributes()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h197 void SetFillOpacity(double opacity, const AnimationOption& option = AnimationOption()) in SetFillOpacity() function in OHOS::Ace::ShapeComponent
H A Dshape_container_component.h209 void SetFillOpacity(double opacity, const AnimationOption& option = AnimationOption()) in SetFillOpacity() function in OHOS::Ace::ShapeContainerComponent
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.cpp98 ShapeModel::GetInstance()->SetFillOpacity(fillOpacity); in FfiOHOSAceFrameworkShapeSetFillOpacity()
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_shape_pattern_test_ng.cpp81 shapeAbstactModel.SetFillOpacity(OPACITY); in CheckFillOpacity()
H A Dshape_pattern_test_ng.cpp181 shapeModel1.SetFillOpacity(OPACITY); in HWTEST_F()

Completed in 21 milliseconds