Lines Matching refs:left
101 int16_t left;
111 left = child->GetStyle(STYLE_MARGIN_LEFT);
113 totalValidLength += (child->GetRelativeRect().GetWidth() + left + right);
129 int16_t left;
136 left = child->GetStyle(STYLE_MARGIN_LEFT);
138 pos += left;
140 pos = left;
153 int16_t left;
166 left = child->GetStyle(STYLE_MARGIN_LEFT);
170 pos += left;
172 pos = left;
189 int16_t left;
201 left = child->GetStyle(STYLE_MARGIN_LEFT);
203 pos += left;
205 pos = left;
212 width += child->GetRelativeRect().GetWidth() + right + left;
287 int16_t left = child->GetStyle(STYLE_MARGIN_LEFT);
289 posX += left;
292 posX += left;
300 child->SetPosition(posX - left, posY - child->GetStyle(STYLE_MARGIN_TOP));
343 int16_t left;
355 left = child->GetStyle(STYLE_MARGIN_LEFT);
358 pos += left;
360 pos = left;
365 width = MATH_MAX(width, child->GetRelativeRect().GetWidth() + left + right);
418 int16_t left = child->GetStyle(STYLE_MARGIN_LEFT);
425 posX = left + offset;
439 posX = (GetWidth() - child->GetRelativeRect().GetWidth() - left - right) / 2 + left + offset; // 2: half