Searched refs:shiftYEdgeTo (Results 1 – 7 of 7) sorted by relevance
107 void shiftYEdgeTo(int edge) in shiftYEdgeTo() function
112 void shiftYEdgeTo(float edge) in shiftYEdgeTo() function
120 void shiftYEdgeTo(LayoutUnit edge) in shiftYEdgeTo() function
299 overflowRect.shiftYEdgeTo(portionRect.y() - colGap / 2); in flowThreadPortionOverflowRect()
1634 sideRect.shiftYEdgeTo(sideRect.maxY() - width); in calculateSideRect()1668 sideRect.shiftYEdgeTo(sideRect.maxY() - edges[BSBottom].width - innerBorderAdjustment.y()); in paintBorderSides()1816 innerThirdRect.shiftYEdgeTo(innerThirdRect.y() + innerWidth); in paintBorder()1817 outerThirdRect.shiftYEdgeTo(outerThirdRect.y() + outerWidth); in paintBorder()2248 sideRect.shiftYEdgeTo(sideRect.maxY() - width); in calculateSideRectIncludingInner()
713 …lineLayoutOverflow.shiftYEdgeTo(min<LayoutUnit>(lineLayoutOverflow.y(), logicalLeft() - endPadding… in paddedLayoutOverflowRect()
4505 overflowRect.shiftYEdgeTo(max(overflowRect.y(), clientBox.y())); in addLayoutOverflow()