Searched refs:ScreenDeviceProxy (Results 1 – 6 of 6) sorted by relevance
22 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 …]
32 class ScreenDeviceProxy : public HeapBase {34 static ScreenDeviceProxy* GetInstance();199 ScreenDeviceProxy() {} in ScreenDeviceProxy() function200 virtual ~ScreenDeviceProxy() {} in ~ScreenDeviceProxy()202 ScreenDeviceProxy(const ScreenDeviceProxy&) = delete;203 ScreenDeviceProxy& operator=(const ScreenDeviceProxy&) = delete;204 ScreenDeviceProxy(ScreenDeviceProxy&&) = delete;205 ScreenDeviceProxy& operator=(ScreenDeviceProxy&&) = delete;
96 ScreenDeviceProxy::GetInstance()->SetDevice(g_testDevice); in SetUpTestCase()102 ScreenDeviceProxy::GetInstance()->SetDevice(nullptr); in TearDownTestCase()261 ScreenDeviceProxy::GetInstance()->SetDevice(nullptr);
53 ScreenDeviceProxy::GetInstance()->SetDevice(display_); in SetUpTestCase()54 ScreenDeviceProxy::GetInstance()->SetScreenSize(HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION); in SetUpTestCase()
247 …uint8_t sizeByColorMode = DrawUtils::GetByteSizeByColorMode(ScreenDeviceProxy::GetInstance()->GetB… in SaveByBit()
123 ScreenDeviceProxy::GetInstance()->SetDevice(screenDevice); in InitUITaskEnv()