DontCopyBackingStore 73 Source/core/frame/ImageBitmap.cpp m_bitmap = buf->copyImage(DontCopyBackingStore); DontCopyBackingStore 108 Source/core/frame/ImageBitmap.cpp m_bitmap = buf->copyImage(DontCopyBackingStore); DontCopyBackingStore 680 Source/core/html/HTMLCanvasElement.cpp return m_imageBuffer->copyImage(DontCopyBackingStore, Unscaled); DontCopyBackingStore 293 Source/core/html/HTMLVideoElement.cpp return imageBuffer->copyImage(mode == CopySourceImageIfVolatile ? CopyBackingStore : DontCopyBackingStore, Unscaled); DontCopyBackingStore 237 Source/core/svg/graphics/SVGImage.cpp RefPtr<Image> image = buffer->copyImage(DontCopyBackingStore, Unscaled); DontCopyBackingStore 145 Source/platform/graphics/ImageBuffer.cpp return DontCopyBackingStore; DontCopyBackingStore 164 Source/platform/graphics/filters/FEColorMatrix.cpp RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); DontCopyBackingStore 160 Source/platform/graphics/filters/FEComponentTransfer.cpp RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); DontCopyBackingStore 96 Source/platform/graphics/filters/FEDropShadow.cpp RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); DontCopyBackingStore 156 Source/platform/graphics/filters/FEGaussianBlur.cpp RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); DontCopyBackingStore 114 Source/platform/graphics/filters/FEMorphology.cpp RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);