Lines Matching full:layer
591 toRenderInline(inlineFlow)->layer()->relativePositionOffset(left, top);
600 // layer's size instead. Even if the layer's size is wrong, the layer itself will repaint
604 IntRect boxRect(0, 0, cb->layer()->width(), cb->layer()->height());
605 cb->layer()->subtractScrolledContentOffset(x, y); // For overflow:auto/scroll/hidden.
648 if (style()->position() == RelativePosition && layer())
649 rect.move(layer()->relativePositionOffset());
677 if (style()->position() == RelativePosition && layer()) {
678 // Apply the relative position offset when invalidating a rectangle. The layer
682 topLeft += layer()->relativePositionOffset();
686 // its controlClipRect will be wrong. For overflow clip we use the values cached by the layer.
691 // layer's size instead. Even if the layer's size is wrong, the layer itself will repaint
693 topLeft -= containerBox->layer()->scrolledContentOffset(); // For overflow:auto/scroll/hidden.
696 IntRect boxRect(0, 0, containerBox->layer()->width(), containerBox->layer()->height());
730 offset -= toRenderBox(container)->layer()->scrolledContentOffset();
744 if (style()->position() == RelativePosition && layer())
745 offset += layer()->relativePositionOffset();
906 sx = layer()->staticX();
907 sy = layer()->staticY();