Lines Matching full:left
193 int left = max(borderHalfLeft(true), outlineSize);
197 if ((left && !rtl) || (right && rtl)) {
203 if ((left && rtl) || (right && !rtl)) {
211 left = max(left, above->borderHalfLeft(true));
217 left = max(left, below->borderHalfLeft(true));
221 left = max(left, -leftVisibleOverflow());
223 IntRect r(-left, - top, left + max(width() + right, rightVisibleOverflow()), top + max(height() + bottom, bottomVisibleOverflow()));
329 // For border left, we need to check, in order of precedence:
330 // (1) Our left border.
333 // (2) The right border of the cell to the left.
340 // (3) Our row's left border.
345 // (4) Our row group's left border.
351 // (5) Our column and column group's left borders.
366 // (6) The right border of the column to the left.
375 // (7) The table's left border.
399 // (2) The left border of the cell to the right.
434 // (6) The left border of the column to the right.
615 return (border.width() + (outer ? 0 : 1)) / 2; // Give the extra pixel to top and left.
631 return (border.width() + (outer ? 0 : 1)) / 2; // Give the extra pixel to top and left.