Home
last modified time | relevance | path

Searched refs:GetCacheEnabledForRotation (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp184 bool RSSystemProperties::GetCacheEnabledForRotation() in GetCacheEnabledForRotation() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp190 bool RSSystemProperties::GetCacheEnabledForRotation() in GetCacheEnabledForRotation() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp442 HWTEST_F(RSSystemPropertiesTest, GetCacheEnabledForRotation, TestSize.Level1)
445 ASSERT_TRUE(RSSystemProperties::GetCacheEnabledForRotation());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h174 static bool GetCacheEnabledForRotation();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_thread_params.h253 bool GetCacheEnabledForRotation() const in GetCacheEnabledForRotation() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp241 if (RSSystemProperties::IsPhoneType() && RSSystemProperties::GetCacheEnabledForRotation()) { in OnUpdate()
287 if (RSSystemProperties::IsPhoneType() && RSSystemProperties::GetCacheEnabledForRotation()) { in OnUpdate()
H A Drs_property_drawable.cpp138 ….GetType() == RSRenderNodeType::SURFACE_NODE && RSSystemProperties::GetCacheEnabledForRotation() && in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_processor.cpp246 … forceClientForDRM = displayParams->IsRotationChanged() || uniParam->GetCacheEnabledForRotation(); in GetForceClientForDRM()
H A Drs_uni_render_visitor.cpp151 isScreenRotationAnimating_ = RSSystemProperties::GetCacheEnabledForRotation(); in RSUniRenderVisitor()
H A Drs_main_thread.cpp2138 … renderThreadParams_->SetCacheEnabledForRotation(RSSystemProperties::GetCacheEnabledForRotation()); in Render()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp457 bool RSSystemProperties::GetCacheEnabledForRotation() in GetCacheEnabledForRotation() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp920 if (RSSystemProperties::IsPhoneType() && RSSystemProperties::GetCacheEnabledForRotation()) { in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp193 if (RSSystemProperties::GetCacheEnabledForRotation() && in CopyParcelIfNeed()