Searched refs:srcPoint (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebNodeHighlight.cpp165 POINT srcPoint; local
166 srcPoint.x = 0;
167 srcPoint.y = 0;
173 ::UpdateLayeredWindow(m_overlay, ::GetDC(0), &dstPoint, &size, hdc, &srcPoint, 0, &bf, ULW_ALPHA);
/external/webkit/Source/WebCore/platform/graphics/
H A DImage.cpp108 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, ColorSpace styleColorSpace, CompositeOperator op) argument
125 oneTileRect.setX(destRect.x() + fmodf(fmodf(-srcPoint.x(), scaledTileSize.width()) - scaledTileSize.width(), scaledTileSize.width()));
126 oneTileRect.setY(destRect.y() + fmodf(fmodf(-srcPoint.y(), scaledTileSize.height()) - scaledTileSize.height(), scaledTileSize.height()));
H A DImage.h171 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize, ColorSpace styleColorSpace, CompositeOperator);
H A DGraphicsContext.cpp475 void GraphicsContext::drawTiledImage(Image* image, ColorSpace styleColorSpace, const IntRect& rect, const IntPoint& srcPoint, const IntSize& tileSize, CompositeOperator op, bool useLowQualityScale) argument
483 image->drawTiled(this, rect, srcPoint, tileSize, styleColorSpace, op);
486 image->drawTiled(this, rect, srcPoint, tileSize, styleColorSpace, op);
H A DGraphicsContext.h345 void drawTiledImage(Image*, ColorSpace styleColorSpace, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize,

Completed in 89 milliseconds