Lines Matching defs:point
287 Point point;
288 if (!screenGroup->AddChild(screen, point)) {
561 Point point;
562 if (!screenGroup->AddChild(newScreen, point)) {
597 Point point;
602 point.posX_ += static_cast<int32_t>(child->GetActiveScreenMode()->height_);
604 point.posX_ += static_cast<int32_t>(child->GetActiveScreenMode()->width_);
607 WLOGD("AddAsSuccedentScreenLocked. point:[%d %d]", point.posX_, point.posY_);
609 screenGroup->AddChild(newScreen, point);
801 // update display node's start point from left to right.
806 Point point;
815 if (screen->startPoint_.posX_ != point.posX_) {
816 screen->UpdateRSDisplayNode(point);
829 point.posX_ += static_cast<int32_t>(width);
1102 Point point;
1104 startPoints.insert(startPoints.begin(), screens.size(), point);