Searched refs:setScissorRect (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h124 void setScissorRect(const IntRect& rect) { m_scissorRect = rect; } function in class:WebCore::CCLayerImpl
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.cpp272 rootDrawLayer->setScissorRect(rootScissorRect);
633 drawLayer->setScissorRect(parentToLayer.mapRect(drawLayer->superlayer()->scissorRect()));
635 drawLayer->setScissorRect(IntRect());
666 drawLayer->setScissorRect(drawLayer->superlayer()->scissorRect());
677 drawLayer->setScissorRect(scissor);
782 drawLayer->setScissorRect(drawLayer->drawableContentRect());

Completed in 87 milliseconds