Lines Matching full:margin
128 // A margin basically has three types: fixed, percentage, and auto (variable).
133 int margin = 0, marginLeft = 0, marginRight = 0;
138 margin = marginLeft + marginRight;
140 m_minPrefWidth += child->minPrefWidth() + margin;
141 m_maxPrefWidth += child->maxPrefWidth() + margin;
152 // A margin basically has three types: fixed, percentage, and auto (variable).
157 int margin = 0;
159 margin += ml.value();
161 margin += mr.value();
163 int w = child->minPrefWidth() + margin;
166 w = child->maxPrefWidth() + margin;
273 // When blocks are self-collapsing, we just use the top margin values and set the
274 // bottom margin max values to 0. This way we don't factor in the values