Home
last modified time | relevance | path

Searched refs:setContentsRect (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.cpp304 void GraphicsLayerTextureMapper::setContentsRect(const IntRect& value) in setContentsRect() function in WebCore::GraphicsLayerTextureMapper
308 GraphicsLayer::setContentsRect(value); in setContentsRect()
DGraphicsLayerTextureMapper.h71 virtual void setContentsRect(const IntRect& r);
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h66 virtual void setContentsRect(const IntRect& r);
DGraphicsLayerQt.cpp1213 void GraphicsLayerQt::setContentsRect(const IntRect& value) in setContentsRect() function in WebCore::GraphicsLayerQt
1217 GraphicsLayer::setContentsRect(value); in setContentsRect()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGraphicsLayerChromium.h86 virtual void setContentsRect(const IntRect&);
DGraphicsLayerChromium.cpp338 void GraphicsLayerChromium::setContentsRect(const IntRect& rect) in setContentsRect() function in WebCore::GraphicsLayerChromium
343 GraphicsLayer::setContentsRect(rect); in setContentsRect()
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.h79 virtual void setContentsRect(const IntRect&);
DGraphicsLayerCACF.cpp338 void GraphicsLayerCACF::setContentsRect(const IntRect& rect) in setContentsRect() function in WebCore::GraphicsLayerCACF
343 GraphicsLayer::setContentsRect(rect); in setContentsRect()
/external/webkit/Source/WebCore/platform/graphics/ca/
DPlatformCALayer.h157 void setContentsRect(const FloatRect&);
DGraphicsLayerCA.h100 virtual void setContentsRect(const IntRect&);
DGraphicsLayerCA.cpp596 void GraphicsLayerCA::setContentsRect(const IntRect& rect) in setContentsRect() function in WebCore::GraphicsLayerCA
601 GraphicsLayer::setContentsRect(rect); in setContentsRect()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h296 virtual void setContentsRect(const IntRect& r) { m_contentsRect = r; } in setContentsRect() function
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm589 void PlatformCALayer::setContentsRect(const FloatRect& value) function
592 [m_layer.get() setContentsRect:value];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWin.cpp464 void PlatformCALayer::setContentsRect(const FloatRect& value) in setContentsRect() function in PlatformCALayer
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp486 m_graphicsLayer->setContentsRect(contentsBox()); in updateGraphicsLayerGeometry()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2425903 (WebCore::GraphicsLayerChromium::setContentsRect):
34431 (WebCore::GraphicsLayerQt::setContentsRect):
DChangeLog-2010-01-295757 (WebCore::GraphicsLayerQt::setContentsRect): reimp
77973 (WebCore::GraphicsLayer::setContentsRect):
DChangeLog-2010-12-061311 (WebCore::GraphicsLayerMac::setContentsRect):