/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | ImageBitmap.cpp | 73 m_bitmap = buf->copyImage(DontCopyBackingStore); in ImageBitmap() 90 m_bitmap = cropImage(canvas->buffer()->copyImage(CopyBackingStore).get(), cropRect); in ImageBitmap() 108 m_bitmap = buf->copyImage(DontCopyBackingStore); in ImageBitmap()
|
D | Frame.cpp | 663 RefPtr<Image> image = buffer->copyImage(); in nodeImage() 693 RefPtr<Image> image = buffer->copyImage(); in dragImageForSelection()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | FEDisplacementMap.cpp | 187 RefPtr<Image> color = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia() 188 RefPtr<Image> displ = in2->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
|
D | FEBlend.cpp | 220 RefPtr<Image> foreground = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia() 221 RefPtr<Image> background = in2->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
|
D | FETile.cpp | 87 RefPtr<Pattern> pattern = Pattern::create(tileImage->copyImage(CopyBackingStore), true, true); in applySoftware()
|
D | FEDropShadow.cpp | 112 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySoftware()
|
D | FEComponentTransfer.cpp | 184 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
|
D | FEColorMatrix.cpp | 267 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
|
D | FEMorphology.cpp | 248 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
|
D | FEGaussianBlur.cpp | 325 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
|
D | FELighting.cpp | 471 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | Renderer.h | 200 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 202 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF…
|
D | Renderer9.h | 157 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 159 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF…
|
D | Renderer11.h | 139 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 141 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF…
|
D | Renderer9.cpp | 2614 bool Renderer9::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum des… in copyImage() function in rx::Renderer9 2626 bool Renderer9::copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum des… in copyImage() function in rx::Renderer9
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageBuffer.h | 88 PassRefPtr<Image> copyImage(BackingStoreCopy = CopyBackingStore, ScaleBehavior = Scaled) const;
|
D | ImageBuffer.cpp | 116 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const in copyImage() function in WebCore::ImageBuffer
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Texture.cpp | 493 void Texture2D::copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei heig… in copyImage() function in gl::Texture2D 520 mRenderer->copyImage(source, sourceRect, format, 0, 0, mTexStorage, level); in copyImage() 554 mRenderer->copyImage(source, sourceRect, in copySubImage() 1279 void TextureCubeMap::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei… in copyImage() function in gl::TextureCubeMap 1309 mRenderer->copyImage(source, sourceRect, format, 0, 0, mTexStorage, target, level); in copyImage() 1347 …mRenderer->copyImage(source, sourceRect, gl::ExtractFormat(mImageArray[0][0]->getInternalFormat())… in copySubImage()
|
D | Texture.h | 155 …void copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Frameb… 229 …void copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei…
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
D | SVGImage.cpp | 202 return buffer->copyImage(CopyBackingStore)->nativeImageForCurrentFrame(); in nativeImageForCurrentFrame() 228 RefPtr<Image> image = buffer->copyImage(DontCopyBackingStore, Unscaled); in drawPatternForContainer()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLCanvasElement.cpp | 340 m_presentedImage = buffer()->copyImage(CopyBackingStore, Unscaled); in makePresentationCopy() 541 m_copiedImage = buffer()->copyImage(CopyBackingStore, Unscaled); in copiedImage()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | Editor.h | 99 void copyImage(const HitTestResult&);
|
D | Editor.cpp | 1003 void Editor::copyImage(const HitTestResult& result) in copyImage() function in WebCore::Editor
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
D | DragImage.cpp | 193 RefPtr<Image> image = buffer->copyImage(); in create()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResourcePattern.cpp | 103 RefPtr<Image> copiedImage = tileImage->copyImage(CopyBackingStore); in buildPattern()
|