Lines Matching refs:GetWidth

86     GetStartPos(GetWidth(), pos, interval, count, rowsWidth, rowsChildNum);  in GetRowStartPos()
113 totalValidLength += (child->GetRelativeRect().GetWidth() + left + right); in CalValidLength()
139 if ((pos + child->GetRelativeRect().GetWidth() + right) > GetWidth()) { in CalRowCount()
143 pos += child->GetRelativeRect().GetWidth() + right; in CalRowCount()
171 if ((pos + child->GetRelativeRect().GetWidth() + right) > GetWidth()) { in GetRowMaxHeight()
179 pos += child->GetRelativeRect().GetWidth() + right; in GetRowMaxHeight()
204 if ((pos + child->GetRelativeRect().GetWidth() + right) > GetWidth()) { in GetRowsWidth()
212 width += child->GetRelativeRect().GetWidth() + right + left; in GetRowsWidth()
216 pos += child->GetRelativeRect().GetWidth() + right; in GetRowsWidth()
282 GetNoWrapStartPos(GetWidth(), posX, interval); in LayoutHorizontal()
290 … if (((posX + child->GetRelativeRect().GetWidth() + right) > GetWidth()) && (wrap_ == WRAP)) { in LayoutHorizontal()
297 child->SetPosition(GetWidth() - posX - child->GetRelativeRect().GetWidth() - right, in LayoutHorizontal()
302 posX += child->GetRelativeRect().GetWidth() + right + interval; in LayoutHorizontal()
365 width = MATH_MAX(width, child->GetRelativeRect().GetWidth() + left + right); in GetColumnMaxWidth()
430 posX = GetWidth() - child->GetRelativeRect().GetWidth() - right - offset; in GetCrossAxisPosX()
439 …posX = (GetWidth() - child->GetRelativeRect().GetWidth() - left - right) / 2 + left + offset; // 2… in GetCrossAxisPosX()