Searched refs:bLeft (Results 1 – 2 of 2) sorted by relevance
642 int bLeft = includeLeftEdge ? borderLeft() : 0; in paintFillLayerExtended() local656 w = bLeft + layer()->scrollWidth() + bRight; in paintFillLayerExtended()663 int x = tx + bLeft + (includePadding ? pLeft : 0); in paintFillLayerExtended()665 int width = w - bLeft - bRight - (includePadding ? pLeft + pRight : 0); in paintFillLayerExtended()
1126 int bLeft = borderLeft(); in overflowClipRect() local1129 int clipX = tx + bLeft; in overflowClipRect()1131 int clipWidth = width() - bLeft - borderRight(); in overflowClipRect()