• Home
  • Raw
  • Download

Lines Matching refs:GetHeight

95         rect.SetHeight(rect.GetHeight() - r);  in OnPreDraw()
205 int16_t height = GetHeight(); in SetStyle()
218 SetHeight(rect.GetHeight()); in UpdateRectInfo()
228 SetHeight(rect.GetHeight()); in UpdateRectInfo()
622 contentRect.SetHeight(GetHeight()); in GetContentRect()
636 return Rect(x, y, x + rect_.GetWidth() - 1, y + rect_.GetHeight() - 1); in GetOrigRect()
667 absoluteRect.SetHeight(visibleRect_->GetHeight()); in GetVisibleRect()
705 if ((GetParent() != nullptr) && (GetParent()->GetHeight() > 1)) { in SetHeightPercent()
706 int16_t newHeight = static_cast<int16_t>(GetParent()->GetHeight() * heightPercent); in SetHeightPercent()
716 … if ((GetParent() != nullptr) && (GetParent()->GetWidth() > 1) && (GetParent()->GetHeight() > 1)) { in ResizePercent()
718 int16_t newHeight = static_cast<int16_t>(GetParent()->GetHeight() * heightPercent); in ResizePercent()
739 if ((GetParent() != nullptr) && (GetParent()->GetHeight() > 1)) { in SetYPercent()
740 int16_t newY = static_cast<int16_t>(GetParent()->GetHeight() * yPercent); in SetYPercent()
750 … if ((GetParent() != nullptr) && (GetParent()->GetWidth() > 1) && (GetParent()->GetHeight() > 1)) { in SetPositionPercent()
752 int16_t newY = static_cast<int16_t>(GetParent()->GetHeight() * yPercent); in SetPositionPercent()
762 … if ((GetParent() != nullptr) && (GetParent()->GetWidth() > 1) && (GetParent()->GetHeight() > 1)) { in SetPositionPercent()
764 int16_t newY = static_cast<int16_t>(GetParent()->GetHeight() * yPercent); in SetPositionPercent()
766 int16_t newHeight = static_cast<int16_t>(GetParent()->GetHeight() * heightPercent); in SetPositionPercent()
792 …int16_t posY = parent_->GetHeight() / 2 - (rect_.GetHeight() - topMargin + bottomMargin) / 2 + yOf… in LayoutCenterOfParent()
833 SetPosition(GetX(), parent_->GetHeight() - offset - rect_.GetHeight() - bottomMargin); in LayoutBottomOfParent()
880 … SetPosition(GetX(), sib->GetY() + sib->rect_.GetHeight() - rect_.GetHeight() - offset + margin); in AlignBottomToSibling()
907 …SetPosition(GetX(), sib->GetY() + sib->rect_.GetHeight() / 2 - rect_.GetHeight() / 2 + margin + of… in AlignVerCenterToSibling()
943 SetPosition(GetX(), sib->GetY() - offset - rect_.GetHeight() - margin); in LayoutTopToSibling()
955 SetPosition(GetX(), sib->GetY() + sib->rect_.GetHeight() + offset + margin); in LayoutBottomToSibling()
985 uint16_t bufferHeight = static_cast<uint16_t>(mask.GetHeight()); in GetBitmap()