Home | History | Annotate | Download | only in rendering

Lines Matching refs:adjustedPaintOffset

1294     LayoutPoint adjustedPaintoffset = paintOffset + localRect.location();
1302 LayoutRect paintRect = LayoutRect(adjustedPaintoffset, frameRect.size());
1339 LayoutUnit stripX = adjustedPaintoffset.x() - (isHorizontal() ? logicalOffsetOnLine : LayoutUnit());
1340 LayoutUnit stripY = adjustedPaintoffset.y() - (isHorizontal() ? LayoutUnit() : logicalOffsetOnLine);
1366 LayoutPoint adjustedPaintOffset = paintOffset + localRect.location();
1388 LayoutRect paintRect = LayoutRect(adjustedPaintOffset, frameRect.size());
1401 boxModelObject()->paintNinePieceImage(paintInfo.context, LayoutRect(adjustedPaintOffset, frameRect.size()), renderer().style(), maskNinePieceImage, compositeOp);
1411 LayoutUnit stripX = adjustedPaintOffset.x() - (isHorizontal() ? logicalOffsetOnLine : LayoutUnit());
1412 LayoutUnit stripY = adjustedPaintOffset.y() - (isHorizontal() ? LayoutUnit() : logicalOffsetOnLine);