Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h284 …void drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tile…
286 void drawTiledImage(Image*, const IntRect& destRect, const IntRect& srcRect,
DGraphicsContext.cpp1020 void GraphicsContext::drawTiledImage(Image* image, const IntRect& destRect, const IntPoint& srcPoin… in drawTiledImage() function in WebCore::GraphicsContext
1027 void GraphicsContext::drawTiledImage(Image* image, const IntRect& dest, const IntRect& srcRect, in drawTiledImage() function in WebCore::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp746 …context->drawTiledImage(image.get(), geometry.destRect(), geometry.relativePhase(), geometry.tileS… in paintFillLayerExtended()
1253 …graphicsContext->drawTiledImage(image.get(), IntRect(borderImageRect.x(), borderImageRect.y() + to… in paintNinePieceImage()
1274 …graphicsContext->drawTiledImage(image.get(), IntRect(borderImageRect.maxX() - rightWidth, borderIm… in paintNinePieceImage()
1283 …graphicsContext->drawTiledImage(image.get(), IntRect(borderImageRect.x() + leftWidth, borderImageR… in paintNinePieceImage()
1289 …graphicsContext->drawTiledImage(image.get(), IntRect(borderImageRect.x() + leftWidth, borderImageR… in paintNinePieceImage()
1317 graphicsContext->drawTiledImage(image.get(), in paintNinePieceImage()