Searched refs:tileSize (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebCore/platform/graphics/ |
D | Image.h | 163 … const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize, CompositeOperato…
|
D | GraphicsContext.cpp | 434 …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()
|
D | GraphicsContext.h | 237 … drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize,
|
/external/webkit/WebCore/rendering/ |
D | RenderBox.cpp | 898 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);
|
D | RenderBox.h | 332 …t FillLayer*, int tx, int ty, int w, int h, IntRect& destRect, IntPoint& phase, IntSize& tileSize);
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 4556 tileSize so that it can appropriately scale.
|