Searched refs:lineLayoutOverflow (Results 1 – 1 of 1) sorted by relevance
532 IntRect lineLayoutOverflow = layoutOverflowRect(lineTop(), lineBottom()); in paddedLayoutOverflowRect() local534 return lineLayoutOverflow; in paddedLayoutOverflowRect()538 …lineLayoutOverflow.shiftMaxXEdgeTo(max(lineLayoutOverflow.maxX(), pixelSnappedLogicalRight() + end… in paddedLayoutOverflowRect()540 …lineLayoutOverflow.shiftXEdgeTo(min(lineLayoutOverflow.x(), pixelSnappedLogicalLeft() - endPadding… in paddedLayoutOverflowRect()543 …lineLayoutOverflow.shiftMaxYEdgeTo(max(lineLayoutOverflow.maxY(), pixelSnappedLogicalRight() + end… in paddedLayoutOverflowRect()545 …lineLayoutOverflow.shiftYEdgeTo(min(lineLayoutOverflow.y(), pixelSnappedLogicalLeft() - endPadding… in paddedLayoutOverflowRect()548 return lineLayoutOverflow; in paddedLayoutOverflowRect()