/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 59 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 D | shape_model_ng.h | 39 void SetStrokeOpacity(double opacity) override; 49 static void SetStrokeOpacity(FrameNode* frameNode, double strokeOpacity);
|
H A D | shape_model_ng.cpp | 82 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 D | shape_abstract_model.h | 36 virtual void SetStrokeOpacity(double opacity);
|
H A D | shape_model.h | 44 virtual void SetStrokeOpacity(double opacity);
|
H A D | shape_abstract_model_ng.h | 35 void SetStrokeOpacity(double opacity) override;
|
H A D | shape_abstract_model_ng.cpp | 67 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 D | shape_abstract_model_impl.h | 31 void SetStrokeOpacity(double opacity) override;
|
H A D | shape_abstract_model_impl.cpp | 100 void ShapeAbstractModelImpl::SetStrokeOpacity(double opacity) in SetStrokeOpacity() function in OHOS::Ace::Framework::ShapeAbstractModelImpl 106 component->SetStrokeOpacity(opacity, option); in SetStrokeOpacity()
|
H A D | shape_model_impl.h | 36 void SetStrokeOpacity(double opacity) override;
|
H A D | shape_model_impl.cpp | 180 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 D | js_shape.h | 43 static void SetStrokeOpacity(const JSCallbackInfo& info);
|
H A D | js_shape_abstract.h | 36 static void SetStrokeOpacity(const JSCallbackInfo& info);
|
H A D | js_shape_abstract.cpp | 153 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 D | js_shape.cpp | 243 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 D | arkts_native_common_shape_bridge.h | 41 static ArkUINativeModuleValue SetStrokeOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_shape_bridge.cpp | 274 ArkUINativeModuleValue CommonShapeBridge::SetStrokeOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetStrokeOpacity() function in OHOS::Ace::NG::CommonShapeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4726 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetStrokeOpacity)); in RegisterCommonShapeAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 192 void SetStrokeOpacity(double opacity, const AnimationOption& option = AnimationOption()) in SetStrokeOpacity() function in OHOS::Ace::ShapeComponent
|
H A D | shape_container_component.h | 204 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 D | cj_shape_ffi.cpp | 155 ShapeModel::GetInstance()->SetStrokeOpacity(strokeOpacity); in FfiOHOSAceFrameworkShapeSetStrokeOpacity()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | base_shape_pattern_test_ng.cpp | 144 shapeAbstactModel.SetStrokeOpacity(OPACITY); in CheckStrokeOpacity()
|
H A D | shape_pattern_test_ng.cpp | 197 shapeModel2.SetStrokeOpacity(OPACITY); in HWTEST_F()
|