/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_xcomponent_bridge.h | 59 static ArkUINativeModuleValue SetHueRotate(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.h | 65 static ArkUINativeModuleValue SetHueRotate(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_xcomponent_bridge.cpp | 468 ArkUINativeModuleValue XComponentBridge::SetHueRotate(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetHueRotate() function in OHOS::Ace::NG::XComponentBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 511 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetHueRotate)); in GetArkUINativeModule() 5305 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), XComponentBridge::SetHueRotate)); in RegisterXComponentAttributes()
|
H A D | arkts_native_common_bridge.cpp | 2266 ArkUINativeModuleValue CommonBridge::SetHueRotate(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetHueRotate() function in OHOS::Ace::NG::CommonBridge
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.h | 170 void SetHueRotate(float deg);
|
H A D | render_box.cpp | 580 frontDecoration_->SetHueRotate(newDecoration->GetHueRotate()); in UpdateFrontDecoration() 1338 void RenderBox::SetHueRotate(float deg) in SetHueRotate() function in OHOS::Ace::RenderBox 1345 frontDecoration_->SetHueRotate(degs); in SetHueRotate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 2996 properties.SetHueRotate(hueRotate); 3049 properties.SetHueRotate(hueRotate); 3054 properties.SetHueRotate(hueRotate); 3056 properties.SetHueRotate(hueRotate); 3061 properties.SetHueRotate(hueRotate);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 222 static void SetHueRotate(float value); 506 static void SetHueRotate(FrameNode* frameNode, float hueRotate);
|
H A D | view_abstract_model_ng.h | 892 void SetHueRotate(float value) override in SetHueRotate() function 894 ViewAbstract::SetHueRotate(value); in SetHueRotate()
|
H A D | view_abstract_model.h | 252 virtual void SetHueRotate(float value) = 0;
|
H A D | view_abstract.cpp | 2517 void ViewAbstract::SetHueRotate(float hueRotate) in SetHueRotate() function in OHOS::Ace::NG::ViewAbstract 2525 void ViewAbstract::SetHueRotate(FrameNode* frameNode, float hueRotate) in SetHueRotate() function in OHOS::Ace::NG::ViewAbstract
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 961 ViewAbstract::SetHueRotate(RATIO); 962 ViewAbstract::SetHueRotate(nullptr, RATIO); 1001 ViewAbstract::SetHueRotate(RATIO);
|
H A D | view_abstract_test_ng_new.cpp | 178 ViewAbstract::SetHueRotate(RATIO);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.h | 178 void SetHueRotate(float value) override;
|
H A D | view_abstract_model_impl.cpp | 1025 void ViewAbstractModelImpl::SetHueRotate(float value) in SetHueRotate() function in OHOS::Ace::Framework::ViewAbstractModelImpl 1028 frontDecoration->SetHueRotate(value); in SetHueRotate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 499 void SetHueRotate(const std::optional<float>& hueRotate);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 441 void SetHueRotate(float hueRotate);
|
H A D | rs_node.cpp | 2478 void RSNode::SetHueRotate(float hueRotate) in SetHueRotate() function in OHOS::Rosen::RSNode
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 1157 void SetHueRotate(ArkUINodeHandle node, ArkUI_Float32 deg) in SetHueRotate() function 1165 ViewAbstract::SetHueRotate(frameNode, deg); in SetHueRotate() 1173 ViewAbstract::SetHueRotate(frameNode, deg); in ResetHueRotate() 6264 …ResetBackdropBlur, SetHueRotate, ResetHueRotate, SetInvert, ResetInvert, SetSepia, ResetSepia, Set… in GetCommonModifier() 6338 …ResetBackdropBlur, SetHueRotate, ResetHueRotate, SetInvert, ResetInvert, SetSepia, ResetSepia, Set… in GetCJUICommonModifier()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 165 [](RSProperties* prop) { prop->SetHueRotate({}); }, // HUE_ROTATE in __anonf204f7ba5502() 3490 void RSProperties::SetHueRotate(const std::optional<float>& hueRotate) in SetHueRotate() function in OHOS::Rosen::RSProperties
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.cpp | 963 ViewAbstractModel::GetInstance()->SetHueRotate(deg); in FfiOHOSAceFrameworkViewAbstractSetHueRotate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 6457 rsNode->SetHueRotate(1.0f); 6650 rsNode->SetHueRotate(position);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 7232 ViewAbstractModel::GetInstance()->SetHueRotate(0.0); in JsHueRotate() 7244 ViewAbstractModel::GetInstance()->SetHueRotate(deg); in JsHueRotate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 4354 rsNode_->SetHueRotate(hueRotate);
|