Lines Matching refs:posX_
104 PointInfo point = {property->GetWindowRect().posX_ + property->GetHitOffset().x,
147 point.x = property->GetWindowRect().posX_ + property->GetHitOffset().x;
265 posX += displayRect.posX_;
317 if ((startPointPosX > startRectExceptCorner.posX_ &&
318 (startPointPosX < startRectExceptCorner.posX_ +
342 if ((rect.posX_ > static_cast<int32_t>(limitRect.posX_ + limitRect.width_ - titleBarHeight)) ||
343 (rect.posX_ + static_cast<int32_t>(rect.width_) <
344 static_cast<int32_t>(limitRect.posX_ + titleBarHeight)) ||
348 windowProperty_->GetWindowId(), rect.posX_, rect.posY_, rect.width_, rect.height_);
370 if (startPointPosX <= hotZoneRect.posX_) {
374 newRect.posX_ += diffX;
376 } else if (startPointPosX >= hotZoneRect.posX_ + static_cast<int32_t>(hotZoneRect.width_)) {
412 windowProperty_->GetWindowId(), newRect.posX_, newRect.posY_, newRect.width_, newRect.height_);
433 int32_t targetX = moveDragProperty_->startPointRect_.posX_ + (posX - startPointPosX);
442 windowProperty_->GetWindowId(), newRect.posX_, newRect.posY_, newRect.width_, newRect.height_);