Searched refs:copyImage (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DImageBitmap.cpp74 m_bitmap = buf->copyImage(DontCopyBackingStore);
89 m_bitmap = cropImage(canvas->buffer()->copyImage(CopyBackingStore).get(), cropRect);
105 m_bitmap = buf->copyImage(DontCopyBackingStore);
H A DLocalFrame.cpp666 RefPtr<Image> image = buffer->copyImage();
695 RefPtr<Image> image = buffer->copyImage();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageBuffer.h98 PassRefPtr<Image> copyImage(BackingStoreCopy = CopyBackingStore, ScaleBehavior = Scaled) const;
99 // Give hints on the faster copyImage Mode, return DontCopyBackingStore if it supports the DontCopyBackingStore behavior
H A DImageBuffer.cpp150 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const function in class:blink::ImageBuffer
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DTextureImpl.h58 virtual void copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEDropShadow.cpp94 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
H A DFEGaussianBlur.cpp154 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
H A DFEMorphology.cpp113 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
H A DFETile.cpp86 RefPtr<Pattern> pattern = Pattern::createBitmapPattern(tileImage->copyImage(CopyBackingStore));
H A DFEColorMatrix.cpp164 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
H A DFEComponentTransfer.cpp160 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DTextureD3D.h106 virtual void copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source);
163 virtual void copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source);
220 virtual void copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source);
276 virtual void copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source);
H A DTextureD3D.cpp376 void TextureD3D_2D::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source)
854 void TextureD3D_Cube::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source)
1411 void TextureD3D_3D::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source)
1883 void TextureD3D_2DArray::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.cpp368 m_presentedImage = buffer()->copyImage(CopyBackingStore, Unscaled);
653 m_copiedImage = buffer()->copyImage(CopyBackingStore, Unscaled);
745 return m_imageBuffer->copyImage(DontCopyBackingStore, Unscaled);
H A DHTMLVideoElement.cpp313 return imageBuffer->copyImage(mode == CopySourceImageIfVolatile ? CopyBackingStore : DontCopyBackingStore, Unscaled);
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.cpp219 return buffer->copyImage(CopyBackingStore)->nativeImageForCurrentFrame();
247 RefPtr<Image> image = buffer->copyImage(DontCopyBackingStore, Unscaled);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTexture.h123 void copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source);
166 void copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source);
H A DTexture.cpp274 void Texture2D::copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source) function in class:gl::Texture2D
278 mTexture->copyImage(GL_TEXTURE_2D, level, format, x, y, width, height, source);
552 void TextureCubeMap::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source) function in class:gl::TextureCubeMap
554 mTexture->copyImage(target, level, format, x, y, width, height, source);
H A DlibGLESv2.cpp882 texture->copyImage(level, internalformat, x, y, width, height, framebuffer);
894 texture->copyImage(target, level, internalformat, x, y, width, height, framebuffer);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.h93 void copyImage(const HitTestResult&);
H A DEditor.cpp965 void Editor::copyImage(const HitTestResult& result) function in class:blink::Editor
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourcePattern.cpp92 RefPtr<Image> copiedImage = tileImage->copyImage(CopyBackingStore);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDragImage.cpp198 RefPtr<Image> image = buffer->copyImage();
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3456 return buf->copyImage(ImageBuffer::fastCopyImageMode());
3570 return buf->copyImage(backingStoreCopy);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp3419 m_page->deprecatedLocalMainFrame()->editor().copyImage(result);

Completed in 372 milliseconds