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.h254 …void drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tile…
256 void drawTiledImage(Image*, const IntRect& destRect, const IntRect& srcRect,
DGraphicsContext.cpp1113 void GraphicsContext::drawTiledImage(Image* image, const IntRect& destRect, const IntPoint& srcPoin… in drawTiledImage() function in WebCore::GraphicsContext
1128 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.cpp742 …context->drawTiledImage(image.get(), geometry.destRect(), geometry.relativePhase(), geometry.tileS… in paintFillLayerExtended()
1251 …graphicsContext->drawTiledImage(image.get(), IntRect(borderImageRect.x(), borderImageRect.y() + to… in paintNinePieceImage()
1272 …graphicsContext->drawTiledImage(image.get(), IntRect(borderImageRect.maxX() - rightWidth, borderIm… in paintNinePieceImage()
1281 …graphicsContext->drawTiledImage(image.get(), IntRect(borderImageRect.x() + leftWidth, borderImageR… in paintNinePieceImage()
1287 …graphicsContext->drawTiledImage(image.get(), IntRect(borderImageRect.x() + leftWidth, borderImageR… in paintNinePieceImage()
1315 graphicsContext->drawTiledImage(image.get(), in paintNinePieceImage()