• Home
  • Raw
  • Download

Lines Matching refs:GetHeight

98     GetStartPos(GetHeight(), pos, interval, count, columnsHeight, columnsChildNum);  in GetColumnStartPos()
120 totalValidLength += (child->GetRelativeRect().GetHeight() + top + bottom); in CalValidLength()
180 height = MATH_MAX(height, child->GetRelativeRect().GetHeight() + top + bottom); in GetRowMaxHeight()
245 posY = GetHeight() - child->GetRelativeRect().GetHeight() - bottom - offset; in GetCrossAxisPosY()
254 …posY = (GetHeight() - child->GetRelativeRect().GetHeight() - top - bottom) / 2 + top + offset; // … in GetCrossAxisPosY()
332 if ((pos + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) { in CalColumnCount()
336 pos += child->GetRelativeRect().GetHeight() + bottom; in CalColumnCount()
362 if ((pos + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) { in GetColumnMaxWidth()
370 pos += child->GetRelativeRect().GetHeight() + bottom; in GetColumnMaxWidth()
395 if ((pos + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) { in GetColumnsHeight()
403 height += child->GetRelativeRect().GetHeight() + top + bottom; in GetColumnsHeight()
407 pos += child->GetRelativeRect().GetHeight() + bottom; in GetColumnsHeight()
473 GetNoWrapStartPos(GetHeight(), posY, interval); in LayoutVertical()
481 … if (((posY + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) && (wrap_ == WRAP)) { in LayoutVertical()
489GetHeight() - posY - child->GetRelativeRect().GetHeight() - bottom); in LayoutVertical()
493 posY += child->GetRelativeRect().GetHeight() + bottom + interval; in LayoutVertical()