Searched refs:destPoint (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageBuffer.cpp | 348 …mpedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint) in putByteArray() argument 357 int destX = destPoint.x() + sourceRect.x(); in putByteArray() 363 int endX = destPoint.x() + sourceRect.maxX(); in putByteArray() 369 int destY = destPoint.y() + sourceRect.y(); in putByteArray() 375 int endY = destPoint.y() + sourceRect.maxY(); in putByteArray()
|
D | ImageBuffer.h | 96 …nt8ClampedArray*, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint);
|
D | GraphicsContext.h | 249 …void drawImage(Image*, const IntPoint& destPoint, const IntRect& srcRect, CompositeOperator = Comp… 262 …void drawImageBuffer(ImageBuffer*, const IntPoint& destPoint, const IntRect& srcRect, CompositeOpe…
|