Searched defs:srcPoint (Results 1 - 4 of 4) sorted by relevance
/external/webkit/WebCore/platform/graphics/ |
H A D | Image.cpp | 107 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, ColorSpace styleColorSpace, CompositeOperator op) argument 124 oneTileRect.setX(destRect.x() + fmodf(fmodf(-srcPoint.x(), scaledTileSize.width()) - scaledTileSize.width(), scaledTileSize.width())); 125 oneTileRect.setY(destRect.y() + fmodf(fmodf(-srcPoint.y(), scaledTileSize.height()) - scaledTileSize.height(), scaledTileSize.height()));
|
H A D | GraphicsContext.cpp | 414 void GraphicsContext::drawTiledImage(Image* image, ColorSpace styleColorSpace, const IntRect& rect, const IntPoint& srcPoint, const IntSize& tileSize, CompositeOperator op, bool useLowQualityScale) argument 422 image->drawTiled(this, rect, srcPoint, tileSize, styleColorSpace, op);
|
/external/webkit/WebCore/platform/graphics/haiku/ |
H A D | ImageHaiku.cpp | 123 void Image::drawPattern(GraphicsContext* context, const FloatRect& tileRect, const AffineTransform& patternTransform, const FloatPoint& srcPoint, ColorSpace, CompositeOperator op, const FloatRect& dstRect) argument
|
/external/webkit/WebKit/win/ |
H A D | WebNodeHighlight.cpp | 167 POINT srcPoint; local 168 srcPoint.x = 0; 169 srcPoint.y = 0; 175 ::UpdateLayeredWindow(m_overlay, ::GetDC(0), &dstPoint, &size, hdc, &srcPoint, 0, &bf, ULW_ALPHA);
|
Completed in 464 milliseconds