Searched defs:destPoint (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DImageBuffer.cpp380 void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, CoordinateSystem) argument
389 int destX = destPoint.x() + sourceRect.x();
395 int endX = destPoint.x() + sourceRect.maxX();
401 int destY = destPoint.y() + sourceRect.y();
407 int endY = destPoint.y() + sourceRect.maxY();

Completed in 46 milliseconds