Lines Matching refs:GetWidth
86 GetStartPos(GetWidth(), pos, interval, count, rowsWidth, rowsChildNum);
113 totalValidLength += (child->GetRelativeRect().GetWidth() + left + right);
139 if ((pos + child->GetRelativeRect().GetWidth() + right) > GetWidth()) {
143 pos += child->GetRelativeRect().GetWidth() + right;
171 if ((pos + child->GetRelativeRect().GetWidth() + right) > GetWidth()) {
179 pos += child->GetRelativeRect().GetWidth() + right;
204 if ((pos + child->GetRelativeRect().GetWidth() + right) > GetWidth()) {
212 width += child->GetRelativeRect().GetWidth() + right + left;
216 pos += child->GetRelativeRect().GetWidth() + right;
282 GetNoWrapStartPos(GetWidth(), posX, interval);
290 if (((posX + child->GetRelativeRect().GetWidth() + right) > GetWidth()) && (wrap_ == WRAP)) {
297 child->SetPosition(GetWidth() - posX - child->GetRelativeRect().GetWidth() - right,
302 posX += child->GetRelativeRect().GetWidth() + right + interval;
365 width = MATH_MAX(width, child->GetRelativeRect().GetWidth() + left + right);
430 posX = GetWidth() - child->GetRelativeRect().GetWidth() - right - offset;
439 posX = (GetWidth() - child->GetRelativeRect().GetWidth() - left - right) / 2 + left + offset; // 2: half