Lines Matching defs:rect
85 surface_->SetWidthAndHeight(config_.rect.GetWidth(), config_.rect.GetHeight());
115 void LiteWindow::Update(Rect rect)
117 LiteWM::GetInstance()->UpdateWindowRegion(this, rect);
266 GRAPHIC_LOGI("{%d,%d}=>{%d,%d}", config_.rect.GetLeft(), config_.rect.GetTop(), x, y);
268 liteWM->UpdateWindowRegion(this, config_.rect);
269 config_.rect.SetPosition(x, y);
270 liteWM->UpdateWindowRegion(this, config_.rect);
275 GRAPHIC_LOGI("{%d,%d}=>{%d,%d}", config_.rect.GetWidth(), config_.rect.GetHeight(), width, height);
276 config_.rect.Resize(width, height);