HomeSort by relevance Sort by last modified time
    Searched refs:tileSize (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/platform/graphics/
Image.h 170 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize, ColorSpace styleColorSpace, CompositeOperator);
GraphicsContext.cpp 414 void GraphicsContext::drawTiledImage(Image* image, ColorSpace styleColorSpace, const IntRect& rect, const IntPoint& srcPoint, const IntSize& tileSize, CompositeOperator op, bool useLowQualityScale)
422 image->drawTiled(this, rect, srcPoint, tileSize, styleColorSpace, op);
GraphicsContext.h 262 void drawTiledImage(Image*, ColorSpace styleColorSpace, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize,
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 597 IntSize tileSize;
599 calculateBackgroundImageGeometry(bgLayer, tx, ty, w, h, destRect, phase, tileSize);
606 Image* image = bg->image(clientForBackgroundImage, tileSize);
608 context->drawTiledImage(image, style()->colorSpace(), destRect, phase, tileSize, compositeOp, useLowQualityScaling);
679 IntRect& destRect, IntPoint& phase, IntSize& tileSize)
732 tileSize = calculateFillTileSize(fillLayer, positioningAreaSize);
737 int xPosition = fillLayer->xPosition().calcMinValue(positioningAreaSize.width() - tileSize.width(), true);
739 phase.setX(tileSize.width() ? tileSize.width() - (xPosition + left) % tileSize.width() : 0)
    [all...]
RenderBoxModelObject.h 104 void calculateBackgroundImageGeometry(const FillLayer*, int tx, int ty, int w, int h, IntRect& destRect, IntPoint& phase, IntSize& tileSize);
RenderBox.cpp 740 IntSize tileSize;
741 calculateBackgroundImageGeometry(maskLayer, bbox.x(), bbox.y(), bbox.width(), bbox.height(), maskRect, phase, tileSize);
814 IntSize tileSize;
815 layerRenderer->calculateBackgroundImageGeometry(curLayer, rendererRect.x(), rendererRect.y(), rendererRect.width(), rendererRect.height(), repaintRect, phase, tileSize);
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm     [all...]

Completed in 59 milliseconds