Searched defs:setNeedsDisplayInRect (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp69 void GraphicsLayerTextureMapper::setNeedsDisplayInRect(const FloatRect& rect) function in class:WebCore::GraphicsLayerTextureMapper
H A DTextureMapperNode.cpp140 void TextureMapperNode::setNeedsDisplayInRect(IntRect rect) function in class:WebCore::TextureMapperNode
150 m_platformClient->setNeedsDisplayInRect(rect);
157 m_parent->setNeedsDisplayInRect(rect);
167 setNeedsDisplayInRect(m_transforms.targetBoundingRect);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPageClientQt.cpp108 void setNeedsDisplayInRect(const IntRect& rect) function in class:WebCore::PlatformLayerProxyQWidget
145 void setNeedsDisplayInRect(const IntRect& rect) function in class:WebCore::PlatformLayerProxyQGraphicsObject
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.cpp332 void GraphicsLayerChromium::setNeedsDisplayInRect(const FloatRect& rect) function in class:WebCore::GraphicsLayerChromium
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp330 void GraphicsLayerCACF::setNeedsDisplayInRect(const FloatRect& rect) function in class:WebCore::GraphicsLayerCACF
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp455 setNeedsDisplayInRect(rect);
616 // setNeedsDisplayInRect() for the visible (clipped) scrollable area,
681 void GraphicsLayerAndroid::setNeedsDisplayInRect(const FloatRect& rect) function in class:WebCore::GraphicsLayerAndroid
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp562 setNeedsDisplayInRect(hugeRect);
565 void GraphicsLayerCA::setNeedsDisplayInRect(const FloatRect& r) function in class:WebCore::GraphicsLayerCA
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp971 void GraphicsLayerQt::setNeedsDisplayInRect(const FloatRect& rect) function in class:WebCore::GraphicsLayerQt

Completed in 548 milliseconds