Lines Matching defs:LiteWM

99 LiteWM::LiteWM()
123 LiteWM::~LiteWM()
127 LiteWM* LiteWM::GetInstance()
129 static LiteWM liteWm;
133 void LiteWM::MainTaskHandler()
151 void LiteWM::UpdateMouseCursor()
163 void LiteWM::GetLayerInfo(LiteLayerInfo& layerInfo)
173 Surface* LiteWM::GetSurface(int32_t id)
182 void LiteWM::Show(int32_t id)
192 void LiteWM::Hide(int32_t id)
202 void LiteWM::RaiseToTop(int32_t id)
221 void LiteWM::LowerToBottom(int32_t id)
240 void LiteWM::MoveTo(int32_t id, int16_t x, int16_t y)
249 void LiteWM::Resize(int32_t id, int16_t width, int16_t height)
275 void LiteWM::UpdateWindow(int32_t id)
284 LiteWindow* LiteWM::GetWindowById(int32_t id)
302 ListNode<LiteWindow*>* LiteWM::GetWindowNodeById(int32_t id)
320 void LiteWM::InitMouseCursor()
328 LiteWindow* LiteWM::CreateWindow(const LiteWinConfig& config, pid_t pid)
347 void LiteWM::RemoveWindow(int32_t id)
362 bool LiteWM::CheckWinIdIsAvailable()
371 int32_t LiteWM::GetUniqueWinId()
385 void LiteWM::RecycleWinId(int32_t id)
393 void LiteWM::InitMutex(pthread_mutex_t& mutex, int type)
402 void LiteWM::UpdateWindowRegion(const LiteWindow* window, const Rect& rect)
415 void LiteWM::CalculateUpdateRegion(const ListNode<LiteWindow*>* winNode, int16_t x1, int16_t y1, int16_t x2, int16_t y2)
452 void LiteWM::AddUpdateRegion(const Rect& rect)
479 void LiteWM::ProcessUpdates()
508 void LiteWM::DrawRegion(const ListNode<LiteWindow*>* winNode, int16_t x1, int16_t y1, int16_t x2, int16_t y2)
565 void LiteWM::DrawBackground(int16_t x1, int16_t y1, int16_t x2, int16_t y2)
588 void LiteWM::DrawMouseCursor()
621 LiteWindow* LiteWM::FindTargetWindow(const RawEvent& event)
663 void LiteWM::OnRawEvent(const RawEvent& rawEvent)
699 bool LiteWM::OnScreenshot(Surface* surface)
710 void LiteWM::Screenshot()
756 void LiteWM::OnClientDeathNotify(pid_t pid)