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

  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 356 if (needsToBeComposited(layer) || layer->shouldComposite()) {
640 && !currentLayer->shouldComposite()
742 willBeComposited |= layer->shouldComposite();
743 layer->setMustOverlapCompositedLayers(layer->shouldComposite());
    [all...]
RenderLayer.h 629 bool shouldComposite() { return m_shouldComposite; }
    [all...]

Completed in 73 milliseconds