HomeSort by relevance Sort by last modified time
    Searched refs:parentClipRect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp 562 IntRect parentClipRect = pixelSnappedIntRect(m_owningLayer->backgroundClipRect(clipRectsContext).rect()); // FIXME: Incorrect for CSS regions.
563 ASSERT(parentClipRect != PaintInfo::infiniteRect());
564 m_ancestorClippingLayer->setPosition(FloatPoint(parentClipRect.location() - graphicsLayerParentLocation));
565 m_ancestorClippingLayer->setSize(parentClipRect.size());
568 m_ancestorClippingLayer->setOffsetFromRenderer(parentClipRect.location() - delta);
571 graphicsLayerParentLocation = parentClipRect.location();
    [all...]
RenderLayer.cpp     [all...]

Completed in 31 milliseconds