Lines Matching refs:LiteWindow
175 LiteWindow* window = GetWindowById(id);
185 LiteWindow* window = GetWindowById(id);
195 LiteWindow* window = GetWindowById(id);
243 LiteWindow* window = GetWindowById(id);
252 LiteWindow* window = GetWindowById(id);
278 LiteWindow* window = GetWindowById(id);
284 LiteWindow* LiteWM::GetWindowById(int32_t id)
290 LiteWindow* ret = nullptr;
302 ListNode<LiteWindow*>* LiteWM::GetWindowNodeById(int32_t id)
308 ListNode<LiteWindow*>* ret = nullptr;
328 LiteWindow* LiteWM::CreateWindow(const LiteWinConfig& config, pid_t pid)
334 LiteWindow* window = new LiteWindow(config);
354 LiteWindow* window = node->data_;
402 void LiteWM::UpdateWindowRegion(const LiteWindow* window, const Rect& rect)
404 ListNode<LiteWindow *>* winNode = winList_.Tail();
415 void LiteWM::CalculateUpdateRegion(const ListNode<LiteWindow*>* winNode, int16_t x1, int16_t y1, int16_t x2, int16_t y2)
425 LiteWindow* window = winNode->data_;
485 ListNode<LiteWindow *>* winNode = winList_.Begin();
508 void LiteWM::DrawRegion(const ListNode<LiteWindow*>* winNode, int16_t x1, int16_t y1, int16_t x2, int16_t y2)
519 LiteWindow* window = winNode->data_;
621 LiteWindow* LiteWM::FindTargetWindow(const RawEvent& event)
627 LiteWindow* targetWindow = nullptr;
691 LiteWindow* targetWindow = FindTargetWindow(event);
764 LiteWindow* window = tmp->data_;