Home
last modified time | relevance | path

Searched refs:destPoint (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.cpp348 …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()
DImageBuffer.h96 …nt8ClampedArray*, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint);
DGraphicsContext.h249 …void drawImage(Image*, const IntPoint& destPoint, const IntRect& srcRect, CompositeOperator = Comp…
262 …void drawImageBuffer(ImageBuffer*, const IntPoint& destPoint, const IntRect& srcRect, CompositeOpe…