Home
last modified time | relevance | path

Searched refs:getTransformedClipBounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp893 if (!drawingContext()->getTransformedClipBounds(&clipBounds)) in fill()
1065 if (!drawingContext()->getTransformedClipBounds(&clipBounds)) in fillRect()
1267 if (!drawingContext()->getTransformedClipBounds(&clipBounds)) in drawImageInternal()
1505 if (!drawingContext()->getTransformedClipBounds(&clipBounds)) in drawImage()
1778 if (!drawingContext()->getTransformedClipBounds(&clipBounds)) in computeDirtyRect()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h139 bool getTransformedClipBounds(FloatRect* bounds) const;
DGraphicsContext.cpp367 bool GraphicsContext::getTransformedClipBounds(FloatRect* bounds) const in getTransformedClipBounds() function in WebCore::GraphicsContext