/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_system_properties.cpp | 184 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 D | rs_system_properties.cpp | 190 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 D | rs_system_properties_test.cpp | 442 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 D | rs_system_properties.h | 174 static bool GetCacheEnabledForRotation();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/ |
H A D | rs_render_thread_params.h | 253 bool GetCacheEnabledForRotation() const in GetCacheEnabledForRotation() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_background.cpp | 241 if (RSSystemProperties::IsPhoneType() && RSSystemProperties::GetCacheEnabledForRotation()) { in OnUpdate() 287 if (RSSystemProperties::IsPhoneType() && RSSystemProperties::GetCacheEnabledForRotation()) { in OnUpdate()
|
H A D | rs_property_drawable.cpp | 138 ….GetType() == RSRenderNodeType::SURFACE_NODE && RSSystemProperties::GetCacheEnabledForRotation() && in OnUpdate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_processor.cpp | 246 … forceClientForDRM = displayParams->IsRotationChanged() || uniParam->GetCacheEnabledForRotation(); in GetForceClientForDRM()
|
H A D | rs_uni_render_visitor.cpp | 151 isScreenRotationAnimating_ = RSSystemProperties::GetCacheEnabledForRotation(); in RSUniRenderVisitor()
|
H A D | rs_main_thread.cpp | 2138 … renderThreadParams_->SetCacheEnabledForRotation(RSSystemProperties::GetCacheEnabledForRotation()); in Render()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_system_properties.cpp | 457 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 D | rs_property_drawable_bounds_geometry.cpp | 920 if (RSSystemProperties::IsPhoneType() && RSSystemProperties::GetCacheEnabledForRotation()) { in Draw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 193 if (RSSystemProperties::GetCacheEnabledForRotation() && in CopyParcelIfNeed()
|