OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setScissorRect
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h
124
void
setScissorRect
(const IntRect& rect) { m_scissorRect = rect; }
/external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp
272
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);
[
all
...]
Completed in 61 milliseconds