Home | History | Annotate | Download | only in rendering

Lines Matching refs:currLogicalLeftOffset

4712         LayoutUnit currLogicalLeftOffset = (isHorizontal ? colRect.x() : colRect.y()) - logicalLeft;
4722 offset = LayoutSize(currLogicalLeftOffset, currLogicalTopOffset);
4727 offset = LayoutSize(currLogicalTopOffset, currLogicalLeftOffset);