mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-12-18 20:48:19 +00:00
commit
54b4100033
@ -174,7 +174,7 @@ void RSSystemProperties::SetDefaultDeviceRotationOffset(uint32_t offset)
|
||||
{
|
||||
}
|
||||
|
||||
uint32_t RSSystemProperties::SetDefaultDeviceRotationOffset()
|
||||
uint32_t RSSystemProperties::GetDefaultDeviceRotationOffset()
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
@ -176,6 +176,11 @@ void RSSystemProperties::SetDefaultDeviceRotationOffset(uint32_t offset)
|
||||
{
|
||||
}
|
||||
|
||||
uint32_t RSSystemProperties::GetDefaultDeviceRotationOffset()
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
bool RSSystemProperties::GetCacheEnabledForRotation()
|
||||
{
|
||||
return {};
|
||||
|
Loading…
Reference in New Issue
Block a user