Searched refs:markDirtyRect (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.h194 void markDirtyRect(const IntRect& rect);
H A DGraphicsContextSkia.cpp1263 void GraphicsContext::markDirtyRect(const IntRect& rect) function in class:WebCore::GraphicsContext
1265 platformContext()->markDirtyRect(rect);
H A DPlatformContextSkia.cpp845 void PlatformContextSkia::markDirtyRect(const IntRect& rect) function in class:WebCore::PlatformContextSkia
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h546 void markDirtyRect(const IntRect&); // Hints that a portion of the backing store is dirty.
H A DGraphicsContext.cpp712 void GraphicsContext::markDirtyRect(const IntRect&) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1582 drawingContext()->markDirtyRect(enclosingIntRect(dirtyRect));

Completed in 108 milliseconds