Lines Matching defs:width
193 uint16_t width = 0;
206 rowsWidth[rowCount] = width;
207 width = 0;
212 width += child->GetRelativeRect().GetWidth() + right + left;
213 rowsWidth[rowCount] = width;
347 uint16_t width = 0;
361 maxColumnsWidth[i] = width;
362 width = 0;
365 width = MATH_MAX(width, child->GetRelativeRect().GetWidth() + left + right);
366 maxColumnsWidth[i] = width;