OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_scissorrect
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h
123
const IntRect& scissorRect() const { return
m_scissorRect
; }
124
void setScissorRect(const IntRect& rect) {
m_scissorRect
= rect; }
194
IntRect
m_scissorRect
;
/external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.h
86
IntRect
m_scissorRect
;
RenderSurfaceChromium.cpp
155
layerRenderer()->setScissorToRect(
m_scissorRect
);
LayerRendererChromium.cpp
640
renderSurface->
m_scissorRect
= drawLayer->superlayer() ? drawLayer->superlayer()->scissorRect() : drawLayer->scissorRect();
[
all
...]
Completed in 629 milliseconds