HomeSort by relevance Sort by last modified time
    Searched refs:copyImage (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/page/
ImageBitmap.cpp 66 m_bitmap = m_buffer->copyImage(DontCopyBackingStore);
83 m_bitmap = m_buffer->copyImage(DontCopyBackingStore);
100 m_bitmap = m_buffer->copyImage(DontCopyBackingStore);
Frame.cpp 679 RefPtr<Image> image = buffer->copyImage();
708 RefPtr<Image> image = buffer->copyImage();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageBuffer.h 107 PassRefPtr<Image> copyImage(BackingStoreCopy = CopyBackingStore, ScaleBehavior = Scaled) const;
108 // Give hints on the faster copyImage Mode, return DontCopyBackingStore if it supports the DontCopyBackingStore behavior
ImageBuffer.cpp 191 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEBlend.cpp 224 RefPtr<Image> foreground = in->asImageBuffer()->copyImage(DontCopyBackingStore);
225 RefPtr<Image> background = in2->asImageBuffer()->copyImage(DontCopyBackingStore);
FEDisplacementMap.cpp 192 RefPtr<Image> color = in->asImageBuffer()->copyImage(DontCopyBackingStore);
193 RefPtr<Image> displ = in2->asImageBuffer()->copyImage(DontCopyBackingStore);
FEDropShadow.cpp 113 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
FETile.cpp 144 RefPtr<Pattern> pattern = Pattern::create(tileImage->copyImage(CopyBackingStore), true, true);
FEComponentTransfer.cpp 189 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
FEColorMatrix.cpp 272 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
FEMorphology.cpp 255 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
FEGaussianBlur.cpp 328 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
FELighting.cpp 477 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer.h 194 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
196 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
Renderer11.h 139 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
141 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
Renderer9.h 157 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
159 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
Renderer11.cpp     [all...]
Renderer9.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 158 return buffer->copyImage(CopyBackingStore)->nativeImageForCurrentFrame();
183 RefPtr<Image> image = buffer->copyImage(DontCopyBackingStore, Unscaled);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Texture.cpp 493 void Texture2D::copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source)
520 mRenderer->copyImage(source, sourceRect, format, 0, 0, mTexStorage, level);
554 mRenderer->copyImage(source, sourceRect,
    [all...]
Texture.h 155 void copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source);
229 void copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 355 m_presentedImage = buffer()->copyImage(CopyBackingStore, Unscaled);
554 m_copiedImage = buffer()->copyImage(CopyBackingStore, Unscaled);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.cpp 195 RefPtr<Image> image = buffer->copyImage();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.cpp 104 RefPtr<Image> copiedImage = tileImage->copyImage(CopyBackingStore);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 106 void copyImage(const HitTestResult&);

Completed in 201 milliseconds

1 2