Searched refs:scissorRect (Results 1 - 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
H A D | LayerRendererChromium.cpp | 270 // 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 D | CCLayerImpl.h | 123 const IntRect& scissorRect() const { return m_scissorRect; } function in class:WebCore::CCLayerImpl
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
H A D | PainterOpenVG.cpp | 110 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 D | TextureMapperNode.cpp | 475 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 D | TextureMapperNode.h | 48 IntRect scissorRect; member in struct:WebCore::TexmapPaintOptions
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
H A D | Surface.cpp | 214 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 D | Blit.cpp | 469 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 157 milliseconds