/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 49 void SetFillOpacity(ArkUINodeHandle node, ArkUI_Float32 fillOpacity) in SetFillOpacity() function 53 ShapeModelNG::SetFillOpacity(frameNode, fillOpacity); in SetFillOpacity() 60 ShapeModelNG::SetFillOpacity(frameNode, DEFAULT_FILL_OPACITY); in ResetFillOpacity() 252 …ResetStrokeMiterLimit, SetFillOpacity, ResetFillOpacity, SetStrokeOpacity, ResetStrokeOpacity, Set… in GetCommonShapeModifier() 263 …ResetStrokeMiterLimit, SetFillOpacity, ResetFillOpacity, SetStrokeOpacity, ResetStrokeOpacity, Set… in GetCJUICommonShapeModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_model_ng.cpp | 89 void ShapeModelNG::SetFillOpacity(double opacity) in SetFillOpacity() function in OHOS::Ace::NG::ShapeModelNG 91 ShapeAbstractModelNG().SetFillOpacity(opacity); in SetFillOpacity() 146 void ShapeModelNG::SetFillOpacity(FrameNode* frameNode, double fillOpacity) in SetFillOpacity() function in OHOS::Ace::NG::ShapeModelNG
|
H A D | shape_model_ng.h | 40 void SetFillOpacity(double opacity) override; 48 static void SetFillOpacity(FrameNode* frameNode, double fillOpacity);
|
H A D | shape_abstract_model.h | 37 virtual void SetFillOpacity(double opacity);
|
H A D | shape_abstract_model_ng.h | 36 void SetFillOpacity(double opacity) override;
|
H A D | shape_model.h | 45 virtual void SetFillOpacity(double opacity);
|
H A D | shape_abstract_model_ng.cpp | 76 void ShapeAbstractModelNG::SetFillOpacity(double opacity) in SetFillOpacity() function in OHOS::Ace::NG::ShapeAbstractModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_abstract_model_impl.cpp | 111 void ShapeAbstractModelImpl::SetFillOpacity(double opacity) in SetFillOpacity() function in OHOS::Ace::Framework::ShapeAbstractModelImpl 117 component->SetFillOpacity(opacity, option); in SetFillOpacity()
|
H A D | shape_abstract_model_impl.h | 32 void SetFillOpacity(double opacity) override;
|
H A D | shape_model_impl.h | 37 void SetFillOpacity(double opacity) override;
|
H A D | shape_model_impl.cpp | 192 void ShapeModelImpl::SetFillOpacity(double opacity) in SetFillOpacity() function in OHOS::Ace::Framework::ShapeModelImpl 198 component->SetFillOpacity(opacity, option); in SetFillOpacity()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape.cpp | 260 void JSShape::SetFillOpacity(const JSCallbackInfo& info) in SetFillOpacity() function in OHOS::Ace::Framework::JSShape 267 ShapeModel::GetInstance()->SetFillOpacity(fillOpacity); in SetFillOpacity() 375 JSClass<JSShape>::StaticMethod("fillOpacity", &JSShape::SetFillOpacity); in JSBind()
|
H A D | js_shape.h | 44 static void SetFillOpacity(const JSCallbackInfo& info);
|
H A D | js_shape_abstract.cpp | 177 void JSShapeAbstract::SetFillOpacity(const JSCallbackInfo& info) in SetFillOpacity() function in OHOS::Ace::Framework::JSShapeAbstract 190 ShapeAbstractModel::GetInstance()->SetFillOpacity(fillOpacity); in SetFillOpacity() 409 JSClass<JSShapeAbstract>::StaticMethod("fillOpacity", &JSShapeAbstract::SetFillOpacity, opt); in JSBind()
|
H A D | js_shape_abstract.h | 37 static void SetFillOpacity(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_shape_bridge.h | 39 static ArkUINativeModuleValue SetFillOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_shape_bridge.cpp | 238 ArkUINativeModuleValue CommonShapeBridge::SetFillOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetFillOpacity() function in OHOS::Ace::NG::CommonShapeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4705 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetFillOpacity)); in RegisterCommonShapeAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 197 void SetFillOpacity(double opacity, const AnimationOption& option = AnimationOption())
|
H A D | shape_container_component.h | 209 void SetFillOpacity(double opacity, const AnimationOption& option = AnimationOption())
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_shape_ffi.cpp | 99 ShapeModel::GetInstance()->SetFillOpacity(fillOpacity); in FfiOHOSAceFrameworkShapeSetFillOpacity()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | base_shape_pattern_test_ng.cpp | 81 shapeAbstactModel.SetFillOpacity(OPACITY); in CheckFillOpacity()
|
H A D | shape_pattern_test_ng.cpp | 181 shapeModel1.SetFillOpacity(OPACITY);
|