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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 52 IntRect compositedBounds;
140 IntRect compositedBounds() const;
RenderLayerBacking.cpp 287 m_backgroundLayer->setContentsOpaque(m_owningLayer->backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
289 m_graphicsLayer->setContentsOpaque(m_owningLayer->backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
529 ancestorCompositingBounds = pixelSnappedIntRect(compAncestor->backing()->compositedBounds());
532 IntRect localCompositingBounds = pixelSnappedIntRect(compositedBounds());
682 FloatRect layerBounds = compositedBounds();
683 FloatRect reflectionLayerBounds = reflectionBacking->compositedBounds();
    [all...]
RenderLayerCompositor.cpp 503 LOG(Compositing, "%*p %dx%d %.2fKB (%s) %s\n", 12 + depth * 2, layer, backing->compositedBounds().width(), backing->compositedBounds().height(),
673 repaintInCompositedAncestor(child, child->backing()->compositedBounds());
    [all...]
RenderTreeAsText.cpp 584 ts << " (composited, bounds=" << l.backing()->compositedBounds() << ", drawsContent=" << l.backing()->graphicsLayer()->drawsContent() << ", paints into ancestor=" << l.backing()->paintsIntoCompositedAncestor() << ")";

Completed in 127 milliseconds