Searched refs:lineLayoutOverflow (Results 1 – 1 of 1) sorted by relevance
700 LayoutRect lineLayoutOverflow = layoutOverflowRect(lineTop(), lineBottom()); in paddedLayoutOverflowRect() local702 return lineLayoutOverflow; in paddedLayoutOverflowRect()706 …lineLayoutOverflow.shiftMaxXEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxX(), logicalRight() + end… in paddedLayoutOverflowRect()708 …lineLayoutOverflow.shiftXEdgeTo(min<LayoutUnit>(lineLayoutOverflow.x(), logicalLeft() - endPadding… in paddedLayoutOverflowRect()711 …lineLayoutOverflow.shiftMaxYEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxY(), logicalRight() + end… in paddedLayoutOverflowRect()713 …lineLayoutOverflow.shiftYEdgeTo(min<LayoutUnit>(lineLayoutOverflow.y(), logicalLeft() - endPadding… in paddedLayoutOverflowRect()716 return lineLayoutOverflow; in paddedLayoutOverflowRect()