Lines Matching refs:GetHeight

95     GetStartPos(GetHeight(), pos, interval, count, columnsHeight, columnsChildNum);  in GetColumnStartPos()
117 totalValidLength += (child->GetRelativeRect().GetHeight() + top + bottom); in CalValidLength()
177 height = MATH_MAX(height, child->GetRelativeRect().GetHeight() + top + bottom); in GetRowMaxHeight()
242 posY = GetHeight() - child->GetRelativeRect().GetHeight() - bottom - offset; in GetCrossAxisPosY()
251 …posY = (GetHeight() - child->GetRelativeRect().GetHeight() - top - bottom) / 2 + top + offset; // … in GetCrossAxisPosY()
329 if ((pos + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) { in CalColumnCount()
333 pos += child->GetRelativeRect().GetHeight() + bottom; in CalColumnCount()
359 if ((pos + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) { in GetColumnMaxWidth()
367 pos += child->GetRelativeRect().GetHeight() + bottom; in GetColumnMaxWidth()
392 if ((pos + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) { in GetColumnsHeight()
400 height += child->GetRelativeRect().GetHeight() + top + bottom; in GetColumnsHeight()
404 pos += child->GetRelativeRect().GetHeight() + bottom; in GetColumnsHeight()
470 GetNoWrapStartPos(GetHeight(), posY, interval); in LayoutVertical()
478 … if (((posY + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) && (wrap_ == WRAP)) { in LayoutVertical()
486GetHeight() - posY - child->GetRelativeRect().GetHeight() - bottom); in LayoutVertical()
490 posY += child->GetRelativeRect().GetHeight() + bottom + interval; in LayoutVertical()