copyImage         100 Source/core/editing/Editor.h     void copyImage(const HitTestResult&);
copyImage          73 Source/core/frame/ImageBitmap.cpp     m_bitmap = buf->copyImage(DontCopyBackingStore);
copyImage          90 Source/core/frame/ImageBitmap.cpp     m_bitmap = cropImage(canvas->buffer()->copyImage(CopyBackingStore).get(), cropRect);
copyImage         108 Source/core/frame/ImageBitmap.cpp     m_bitmap = buf->copyImage(DontCopyBackingStore);
copyImage         563 Source/core/frame/LocalFrame.cpp     RefPtr<Image> image = buffer->copyImage();
copyImage         592 Source/core/frame/LocalFrame.cpp     RefPtr<Image> image = buffer->copyImage();
copyImage         344 Source/core/html/HTMLCanvasElement.cpp         m_presentedImage = buffer()->copyImage(CopyBackingStore, Unscaled);
copyImage         589 Source/core/html/HTMLCanvasElement.cpp         m_copiedImage = buffer()->copyImage(CopyBackingStore, Unscaled);
copyImage         680 Source/core/html/HTMLCanvasElement.cpp     return m_imageBuffer->copyImage(DontCopyBackingStore, Unscaled);
copyImage         293 Source/core/html/HTMLVideoElement.cpp     return imageBuffer->copyImage(mode == CopySourceImageIfVolatile ? CopyBackingStore : DontCopyBackingStore, Unscaled);
copyImage        3364 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return buf->copyImage(ImageBuffer::fastCopyImageMode());
copyImage        3479 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return buf->copyImage(backingStoreCopy);
copyImage         104 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     RefPtr<Image> copiedImage = tileImage->copyImage(CopyBackingStore);
copyImage         211 Source/core/svg/graphics/SVGImage.cpp     return buffer->copyImage(CopyBackingStore)->nativeImageForCurrentFrame();
copyImage         237 Source/core/svg/graphics/SVGImage.cpp     RefPtr<Image> image = buffer->copyImage(DontCopyBackingStore, Unscaled);
copyImage         198 Source/platform/DragImage.cpp     RefPtr<Image> image = buffer->copyImage();
copyImage          98 Source/platform/graphics/ImageBuffer.h     PassRefPtr<Image> copyImage(BackingStoreCopy = CopyBackingStore, ScaleBehavior = Scaled) const;
copyImage         164 Source/platform/graphics/filters/FEColorMatrix.cpp     RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
copyImage         160 Source/platform/graphics/filters/FEComponentTransfer.cpp     RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
copyImage          96 Source/platform/graphics/filters/FEDropShadow.cpp     RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
copyImage         156 Source/platform/graphics/filters/FEGaussianBlur.cpp     RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
copyImage         114 Source/platform/graphics/filters/FEMorphology.cpp     RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
copyImage          85 Source/platform/graphics/filters/FETile.cpp     RefPtr<Pattern> pattern = Pattern::create(tileImage->copyImage(CopyBackingStore), true, true);
copyImage        3039 Source/web/WebViewImpl.cpp     m_page->mainFrame()->editor().copyImage(result);