Lines Matching refs:GetHeight
95 GetStartPos(GetHeight(), pos, interval, count, columnsHeight, columnsChildNum);
117 totalValidLength += (child->GetRelativeRect().GetHeight() + top + bottom);
177 height = MATH_MAX(height, child->GetRelativeRect().GetHeight() + top + bottom);
242 posY = GetHeight() - child->GetRelativeRect().GetHeight() - bottom - offset;
251 posY = (GetHeight() - child->GetRelativeRect().GetHeight() - top - bottom) / 2 + top + offset; // 2: half
329 if ((pos + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) {
333 pos += child->GetRelativeRect().GetHeight() + bottom;
359 if ((pos + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) {
367 pos += child->GetRelativeRect().GetHeight() + bottom;
392 if ((pos + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) {
400 height += child->GetRelativeRect().GetHeight() + top + bottom;
404 pos += child->GetRelativeRect().GetHeight() + bottom;
470 GetNoWrapStartPos(GetHeight(), posY, interval);
478 if (((posY + child->GetRelativeRect().GetHeight() + bottom) > GetHeight()) && (wrap_ == WRAP)) {
486 GetHeight() - posY - child->GetRelativeRect().GetHeight() - bottom);
490 posY += child->GetRelativeRect().GetHeight() + bottom + interval;