Home | History | Annotate | Download | only in rendering

Lines Matching refs:bLeft

642     int bLeft = includeLeftEdge ? borderLeft() : 0;
656 w = bLeft + layer()->scrollWidth() + bRight;
663 int x = tx + bLeft + (includePadding ? pLeft : 0);
665 int width = w - bLeft - bRight - (includePadding ? pLeft + pRight : 0);