Home
last modified time | relevance | path

Searched refs:ScreenDeviceProxy (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device_proxy.cpp22 ScreenDeviceProxy* ScreenDeviceProxy::GetInstance() in GetInstance()
24 static ScreenDeviceProxy instance; in GetInstance()
28 void ScreenDeviceProxy::Flush() {} in Flush()
30 void ScreenDeviceProxy::OnFlushReady() in OnFlushReady()
35 void ScreenDeviceProxy::OnRenderFinish(const Rect& mask) in OnRenderFinish()
42 void ScreenDeviceProxy::DrawAnimatorBuffer(const Rect& invalidatedArea) in DrawAnimatorBuffer()
46 void ScreenDeviceProxy::SetAnimatorRect(const Rect& rect) in SetAnimatorRect()
69 void ScreenDeviceProxy::SetScreenSize(uint16_t width, uint16_t height) in SetScreenSize()
79 uint8_t* ScreenDeviceProxy::GetBuffer() in GetBuffer()
99 ColorMode ScreenDeviceProxy::GetBufferMode() in GetBufferMode()
[all …]
H A Dscreen_device_proxy.h32 class ScreenDeviceProxy : public HeapBase {
34 static ScreenDeviceProxy* GetInstance();
199 ScreenDeviceProxy() {} in ScreenDeviceProxy() function
200 virtual ~ScreenDeviceProxy() {} in ~ScreenDeviceProxy()
202 ScreenDeviceProxy(const ScreenDeviceProxy&) = delete;
203 ScreenDeviceProxy& operator=(const ScreenDeviceProxy&) = delete;
204 ScreenDeviceProxy(ScreenDeviceProxy&&) = delete;
205 ScreenDeviceProxy& operator=(ScreenDeviceProxy&&) = delete;
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/
H A Dhardware_acceleration_unit_test.cpp96 ScreenDeviceProxy::GetInstance()->SetDevice(g_testDevice); in SetUpTestCase()
102 ScreenDeviceProxy::GetInstance()->SetDevice(nullptr); in TearDownTestCase()
261 ScreenDeviceProxy::GetInstance()->SetDevice(nullptr);
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp53 ScreenDeviceProxy::GetInstance()->SetDevice(display_); in SetUpTestCase()
54 ScreenDeviceProxy::GetInstance()->SetScreenSize(HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION); in SetUpTestCase()
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dcompare_tools.cpp247 …uint8_t sizeByColorMode = DrawUtils::GetByteSizeByColorMode(ScreenDeviceProxy::GetInstance()->GetB… in SaveByBit()
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_thread.cpp123 ScreenDeviceProxy::GetInstance()->SetDevice(screenDevice); in InitUITaskEnv()