Home
last modified time | relevance | path

Searched refs:SetHueRotate (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_bridge.h59 static ArkUINativeModuleValue SetHueRotate(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.h65 static ArkUINativeModuleValue SetHueRotate(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_xcomponent_bridge.cpp468 ArkUINativeModuleValue XComponentBridge::SetHueRotate(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetHueRotate() function in OHOS::Ace::NG::XComponentBridge
H A Darkts_native_api_impl_bridge.cpp511 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 Darkts_native_common_bridge.cpp2266 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 Drender_box.h170 void SetHueRotate(float deg);
H A Drender_box.cpp580 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 Drs_properties_test.cpp2996 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 Dview_abstract.h222 static void SetHueRotate(float value);
506 static void SetHueRotate(FrameNode* frameNode, float hueRotate);
H A Dview_abstract_model_ng.h892 void SetHueRotate(float value) override in SetHueRotate() function
894 ViewAbstract::SetHueRotate(value); in SetHueRotate()
H A Dview_abstract_model.h252 virtual void SetHueRotate(float value) = 0;
H A Dview_abstract.cpp2517 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 Dview_abstract_test_ng.cpp961 ViewAbstract::SetHueRotate(RATIO);
962 ViewAbstract::SetHueRotate(nullptr, RATIO);
1001 ViewAbstract::SetHueRotate(RATIO);
H A Dview_abstract_test_ng_new.cpp178 ViewAbstract::SetHueRotate(RATIO);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h178 void SetHueRotate(float value) override;
H A Dview_abstract_model_impl.cpp1025 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 Drs_properties.h499 void SetHueRotate(const std::optional<float>& hueRotate);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h441 void SetHueRotate(float hueRotate);
H A Drs_node.cpp2478 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 Dnode_common_modifier.cpp1157 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 Drs_properties.cpp165 [](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 Dcj_view_abstract_ffi.cpp963 ViewAbstractModel::GetInstance()->SetHueRotate(deg); in FfiOHOSAceFrameworkViewAbstractSetHueRotate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp6457 rsNode->SetHueRotate(1.0f);
6650 rsNode->SetHueRotate(position);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp7232 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 Drosen_render_context.cpp4354 rsNode_->SetHueRotate(hueRotate);