Lines Matching refs:startPoint
173 const RSDisplayNodeConfig& config, const Point& startPoint)
176 startPoint_ = startPoint;
177 WLOGFI("SetDisplayOffset: posX:%{public}d, posY:%{public}d", startPoint.posX_, startPoint.posY_);
178 rsDisplayNode->SetDisplayOffset(startPoint.posX_, startPoint.posY_);
197 void AbstractScreen::InitRSDisplayNode(const RSDisplayNodeConfig& config, const Point& startPoint)
211 SetPropertyForDisplayNode(rsDisplayNode_, config, startPoint);
221 void AbstractScreen::InitRSDefaultDisplayNode(const RSDisplayNodeConfig& config, const Point& startPoint)
234 SetPropertyForDisplayNode(rsDisplayNode_, config, startPoint);
253 void AbstractScreen::UpdateRSDisplayNode(Point startPoint)
256 startPoint_.posX_, startPoint_.posY_, startPoint.posX_, startPoint.posY_);
262 startPoint_ = startPoint;
263 rsDisplayNode_->SetDisplayOffset(startPoint.posX_, startPoint.posY_);
563 bool AbstractScreenGroup::AddChild(sptr<AbstractScreen>& dmsScreen, Point& startPoint)
588 dmsScreen->InitRSDefaultDisplayNode(config, startPoint);
590 dmsScreen->InitRSDisplayNode(config, startPoint);