Searched refs:leftSpace_ (Results 1 – 2 of 2) sorted by relevance
246 float leftSpace_ = 0.0f; variable
533 …leftSpace_ = std::max(0.0, wrapperRect_.Left() + targetOffset_.GetX() - paddingStart_ - targetSecu… in InitSpace()536 if (NearZero(leftSpace_) && NearZero(rightSpace_)) { in InitSpace()537 leftSpace_ = position_.GetX(); in InitSpace()538 rightSpace_ = wrapperRect_.Right() - leftSpace_; in InitSpace()548 leftSpace_ = position_.GetX() - paddingStart_; in InitSpace()1910 auto maxHorizontalSpace = std::max(leftSpace_, rightSpace_) - 2.0f * padding.Width(); in UpdateConstraintWidth()2046 if (!isSelectMenu && leftSpace_ >= size.Width()) { in HorizontalLayout()