Lines Matching refs:GetHeight
98 rect.SetHeight(rect.GetHeight() - r);
209 int16_t height = GetHeight();
222 SetHeight(rect.GetHeight());
232 SetHeight(rect.GetHeight());
812 contentRect.SetHeight(GetHeight());
822 contentRect.SetHeight(GetHeight());
836 return Rect(x, y, x + rect_.GetWidth() - 1, y + rect_.GetHeight() - 1);
867 absoluteRect.SetHeight(visibleRect_->GetHeight());
917 if (GetHeight() != height) {
929 if ((GetParent() != nullptr) && (GetParent()->GetHeight() > 1)) {
930 int16_t newHeight = static_cast<int16_t>(GetParent()->GetHeight() * heightPercent);
935 int16_t UIView::GetHeight()
937 return rect_.GetHeight() - (style_->paddingTop_ + style_->paddingBottom_) -
952 if ((GetParent() != nullptr) && (GetParent()->GetWidth() > 1) && (GetParent()->GetHeight() > 1)) {
954 int16_t newHeight = static_cast<int16_t>(GetParent()->GetHeight() * heightPercent);
994 if ((GetParent() != nullptr) && (GetParent()->GetHeight() > 1)) {
995 int16_t newY = static_cast<int16_t>(GetParent()->GetHeight() * yPercent);
1016 if ((GetParent() != nullptr) && (GetParent()->GetWidth() > 1) && (GetParent()->GetHeight() > 1)) {
1018 int16_t newY = static_cast<int16_t>(GetParent()->GetHeight() * yPercent);
1035 if ((GetParent() != nullptr) && (GetParent()->GetWidth() > 1) && (GetParent()->GetHeight() > 1)) {
1037 int16_t newY = static_cast<int16_t>(GetParent()->GetHeight() * yPercent);
1039 int16_t newHeight = static_cast<int16_t>(GetParent()->GetHeight() * heightPercent);
1118 int16_t posY = parent_->GetHeight() / 2 - (rect_.GetHeight() - topMargin + bottomMargin) / 2 + yOffset;
1159 SetPosition(GetX(), parent_->GetHeight() - offset - rect_.GetHeight() - bottomMargin);
1206 SetPosition(GetX(), sib->GetY() + sib->rect_.GetHeight() - rect_.GetHeight() - offset + margin);
1233 SetPosition(GetX(), sib->GetY() + sib->rect_.GetHeight() / 2 - rect_.GetHeight() / 2 + margin + offset);
1269 SetPosition(GetX(), sib->GetY() - offset - rect_.GetHeight() - margin);
1281 SetPosition(GetX(), sib->GetY() + sib->rect_.GetHeight() + offset + margin);
1311 bufInfo.height = mask.GetHeight();
1368 return GetRelativeRect().GetHeight() + GetStyle(STYLE_MARGIN_TOP) + GetStyle(STYLE_MARGIN_BOTTOM);