Searched refs:scissorRect (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.cpp270 // The scissorRect should not include the scroll offset.
358 const IntRect targetSurfaceRect = layer->ccLayerImpl()->scissorRect();
633 drawLayer->setScissorRect(parentToLayer.mapRect(drawLayer->superlayer()->scissorRect()));
640 renderSurface->m_scissorRect = drawLayer->superlayer() ? drawLayer->superlayer()->scissorRect() : drawLayer->scissorRect();
666 drawLayer->setScissorRect(drawLayer->superlayer()->scissorRect());
675 IntRect scissor = drawLayer->scissorRect();
767 renderSurface->m_contentRect.intersect(drawLayer->scissorRect());
907 setScissorToRect(layer->scissorRect());
911 bool isLayerVisible = layer->scissorRect()
943 setScissorToRect(const IntRect& scissorRect) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h123 const IntRect& scissorRect() const { return m_scissorRect; } function in class:WebCore::CCLayerImpl
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPainterOpenVG.cpp110 FloatRect scissorRect; member in struct:WebCore::PlatformPainterState
165 scissorRect = state.scissorRect;
337 vgSetfv(VG_SCISSOR_RECTS, 4, VGRect(scissorRect).toVGfloat());
750 m_state->scissorRect.intersect(FloatRect(enclosingIntRect(rect)));
753 m_state->scissorRect = FloatRect(enclosingIntRect(rect));
780 // The transformed scissorRect cannot be represented as FloatRect
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp475 opt.scissorRect = options.targetRect;
588 optionsForDescendants.scissorRect.intersect(m_transforms.target.mapRect(IntRect(0, 0, m_size.width(), m_size.height())));
648 optionsForDescendants.scissorRect = IntRect(0, 0, m_size.width(), m_size.height());
652 optionsForDescendants.scissorRect.intersect(m_transforms.targetBoundingRect);
653 options.textureMapper->setClip(optionsForDescendants.scissorRect);
H A DTextureMapperNode.h48 IntRect scissorRect; member in struct:WebCore::TexmapPaintOptions
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DSurface.cpp214 RECT scissorRect = {0}; // Scissoring is disabled for flipping, but we need this to capture and restore the old rectangle local
215 device->SetScissorRect(&scissorRect);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DBlit.cpp469 RECT scissorRect = {0}; // Scissoring is disabled for flipping, but we need this to capture and restore the old rectangle local
470 device->SetScissorRect(&scissorRect);

Completed in 130 milliseconds