sourceSize 48 Source/core/frame/ImageBitmap.h virtual FloatSize sourceSize() const OVERRIDE; sourceSize 143 Source/core/html/HTMLCanvasElement.h virtual FloatSize sourceSize() const OVERRIDE; sourceSize 91 Source/core/html/HTMLImageElement.h virtual FloatSize sourceSize() const OVERRIDE; sourceSize 76 Source/core/html/HTMLVideoElement.h virtual FloatSize sourceSize() const OVERRIDE; sourceSize 67 Source/core/html/canvas/CanvasImageSource.h virtual FloatSize sourceSize() const = 0; sourceSize 68 Source/core/html/canvas/CanvasImageSource.h virtual FloatSize defaultDestinationSize() const { return sourceSize(); } sourceSize 1501 Source/core/html/canvas/CanvasRenderingContext2D.cpp FloatSize sourceRectSize = imageSource->sourceSize(); sourceSize 1553 Source/core/html/canvas/CanvasRenderingContext2D.cpp clipRectsToImageRect(FloatRect(FloatPoint(), imageSource->sourceSize()), &srcRect, &dstRect); sourceSize 1740 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(InvalidStateError, String::format("The canvas %s is 0.", imageSource->sourceSize().width() ? "height" : "width")); sourceSize 346 Source/platform/graphics/ImageBuffer.cpp void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint) sourceSize 368 Source/platform/graphics/ImageBuffer.cpp const size_t srcBytesPerRow = 4 * sourceSize.width(); sourceSize 106 Source/platform/graphics/ImageBuffer.h void putByteArray(Multiply multiplied, Uint8ClampedArray*, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint);