Searched defs:dirtyRect (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperTile.cpp32 void TextureMapperTile::updateContents(TextureMapper* textureMapper, Image* image, const IntRect& dirtyRect, BitmapTexture::UpdateContentsFlag updateContentsFlag) argument
53 void TextureMapperTile::updateContents(TextureMapper* textureMapper, GraphicsLayer* sourceLayer, const IntRect& dirtyRect, BitmapTexture::UpdateContentsFlag updateContentsFlag) argument
H A DTextureMapperTiledBackingStore.cpp136 void TextureMapperTiledBackingStore::updateContents(TextureMapper* textureMapper, Image* image, const FloatSize& totalSize, const IntRect& dirtyRect, BitmapTexture::UpdateContentsFlag updateContentsFlag) argument
143 void TextureMapperTiledBackingStore::updateContents(TextureMapper* textureMapper, GraphicsLayer* sourceLayer, const FloatSize& totalSize, const IntRect& dirtyRect, BitmapTexture::UpdateContentsFlag updateContentsFlag) argument
H A DGraphicsLayerTextureMapper.cpp603 IntRect dirtyRect = enclosingIntRect(FloatRect(FloatPoint::zero(), m_size)); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DTileCairo.cpp64 void TileCairo::invalidate(const IntRect& dirtyRect) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedTile.cpp61 void CoordinatedTile::invalidate(const IntRect& dirtyRect) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DTileQt.cpp84 void TileQt::invalidate(const IntRect& dirtyRect) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DScrollbarThemeQStyle.cpp134 bool ScrollbarThemeQStyle::paint(ScrollbarThemeClient* scrollbar, GraphicsContext* graphicsContext, const IntRect& dirtyRect) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageOverlay.cpp82 virtual void drawRect(PageOverlay* pageOverlay, GraphicsContext& graphicsContext, const IntRect& dirtyRect) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DPageOverlay.cpp94 void PageOverlay::setNeedsDisplay(const IntRect& dirtyRect) argument
108 void PageOverlay::drawRect(GraphicsContext& graphicsContext, const IntRect& dirtyRect) argument
H A DDrawingAreaImpl.cpp106 IntRect dirtyRect = rect; local
H A DFindController.cpp415 void FindController::drawRect(PageOverlay* pageOverlay, GraphicsContext& graphicsContext, const IntRect& dirtyRect) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollbarThemeComposite.cpp281 void ScrollbarThemeComposite::paintOverhangAreas(ScrollView*, GraphicsContext* context, const IntRect& horizontalOverhangRect, const IntRect& verticalOverhangRect, const IntRect& dirtyRect) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerRenderer.h63 const IntRect& dirtyRect(int i) const { return m_dirtyRects[i]; } function in class:WebCore::LayerRenderingResults
H A DLayerTiler.h94 TextureJob(Type type, const IntRect& dirtyRect) argument
102 TextureJob(Type type, BlackBerry::Platform::Graphics::Buffer* contents, const IntRect& dirtyRect) argument
115 static TextureJob updateContents(BlackBerry::Platform::Graphics::Buffer* contents, const IntRect& dirtyRect) { return TextureJob(UpdateContents, contents, dirtyRect); } argument
117 static TextureJob dirtyContents(const IntRect& dirtyRect) { return TextureJob(DirtyContents, dirtyRect); } argument
H A DLayerWebKitThread.cpp464 void LayerWebKitThread::setNeedsDisplayInRect(const FloatRect& dirtyRect) argument
H A DLayerTiler.cpp138 void LayerTiler::setNeedsDisplay(const FloatRect& dirtyRect) argument
190 IntRect dirtyRect = enclosingIntRect(m_dirtyRect); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DCACFLayerTreeHost.cpp245 RECT dirtyRect; local
H A DPlatformCALayerWinInternal.cpp146 void PlatformCALayerWinInternal::internalSetNeedsDisplay(const FloatRect* dirtyRect) argument
155 void PlatformCALayerWinInternal::setNeedsDisplay(const FloatRect* dirtyRect) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DFilterEffectRenderer.cpp428 LayoutRect FilterEffectRenderer::computeSourceImageRectForDirtyRect(const LayoutRect& filterBoxRect, const LayoutRect& dirtyRect) argument
449 bool FilterEffectRendererHelper::prepareFilterEffect(RenderLayer* renderLayer, const LayoutRect& filterBoxRect, const LayoutRect& dirtyRect, const LayoutRect& layerRepaintRect) argument
H A DRenderMultiColumnSet.cpp428 void RenderMultiColumnSet::collectLayerFragments(LayerFragments& fragments, const LayoutRect& layerBoundingBox, const LayoutRect& dirtyRect) argument
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DPageClientQt.cpp59 void PageClientQWidget::update(const QRect & dirtyRect) argument
167 void PageClientQGraphicsWidget::update(const QRect& dirtyRect) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundlePageUIClient.cpp95 void InjectedBundlePageUIClient::paintCustomOverhangArea(WebPage* page, GraphicsContext* graphicsContext, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp338 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool /*isSnapshot*/) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DTiledBackingStore.cpp148 IntRect dirtyRect = mapFromContents(rect); local
210 IntRect dirtyRect = mapFromContents(contentsRect); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerActor.cpp318 void graphicsLayerActorInvalidateRectangle(GraphicsLayerActor* layer, const FloatRect& dirtyRect) argument

Completed in 236 milliseconds

12