Home
last modified time | relevance | path

Searched refs:tileSize (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DImage.h163 … const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize, CompositeOperato…
DGraphicsContext.cpp434 …e* image, const IntRect& rect, const IntPoint& srcPoint, const IntSize& tileSize, CompositeOperato… in drawTiledImage() argument
439 image->drawTiled(this, rect, srcPoint, tileSize, op); in drawTiledImage()
DGraphicsContext.h237 … drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize,
/external/webkit/WebCore/rendering/
DRenderBox.cpp898 IntSize tileSize; in maskClipRect() local
899 …ageGeometry(maskLayer, bbox.x(), bbox.y(), bbox.width(), bbox.height(), maskRect, phase, tileSize); in maskClipRect()
1014 IntSize tileSize; in repaintLayerRectsForImage() local
1015 ….x(), rendererRect.y(), rendererRect.width(), rendererRect.height(), repaintRect, phase, tileSize); in repaintLayerRectsForImage()
1024 …ayer* bgLayer, int tx, int ty, int w, int h, IntRect& destRect, IntPoint& phase, IntSize& tileSize) in calculateBackgroundImageGeometry() argument
1130 tileSize = IntSize(scaledImageWidth, scaledImageHeight); in calculateBackgroundImageGeometry()
1260 IntSize tileSize; local
1262 calculateBackgroundImageGeometry(bgLayer, tx, ty, w, h, destRect, phase, tileSize);
1265 … context->drawTiledImage(bg->image(this, tileSize), destRect, phase, tileSize, compositeOp);
DRenderBox.h332 …t FillLayer*, int tx, int ty, int w, int h, IntRect& destRect, IntPoint& phase, IntSize& tileSize);
/external/webkit/WebCore/
DChangeLog-2006-05-104556 tileSize so that it can appropriately scale.