Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/frame/
DImageBitmap.cpp73 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()
DFrame.cpp663 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/
DFEDisplacementMap.cpp187 RefPtr<Image> color = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
188 RefPtr<Image> displ = in2->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
DFEBlend.cpp220 RefPtr<Image> foreground = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
221 RefPtr<Image> background = in2->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
DFETile.cpp87 RefPtr<Pattern> pattern = Pattern::create(tileImage->copyImage(CopyBackingStore), true, true); in applySoftware()
DFEDropShadow.cpp112 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySoftware()
DFEComponentTransfer.cpp184 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
DFEColorMatrix.cpp267 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
DFEMorphology.cpp248 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
DFEGaussianBlur.cpp325 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
DFELighting.cpp471 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h200 …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…
DRenderer9.h157 …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…
DRenderer11.h139 …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…
DRenderer9.cpp2614 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/
DImageBuffer.h88 PassRefPtr<Image> copyImage(BackingStoreCopy = CopyBackingStore, ScaleBehavior = Scaled) const;
DImageBuffer.cpp116 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const in copyImage() function in WebCore::ImageBuffer
/external/chromium_org/third_party/angle/src/libGLESv2/
DTexture.cpp493 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()
DTexture.h155 …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/
DSVGImage.cpp202 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/
DHTMLCanvasElement.cpp340 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/
DEditor.h99 void copyImage(const HitTestResult&);
DEditor.cpp1003 void Editor::copyImage(const HitTestResult& result) in copyImage() function in WebCore::Editor
/external/chromium_org/third_party/WebKit/Source/core/platform/
DDragImage.cpp193 RefPtr<Image> image = buffer->copyImage(); in create()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourcePattern.cpp103 RefPtr<Image> copiedImage = tileImage->copyImage(CopyBackingStore); in buildPattern()

12