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/frame/
ImageBitmap.cpp 73 m_bitmap = buf->copyImage(DontCopyBackingStore);
90 m_bitmap = cropImage(canvas->buffer()->copyImage(CopyBackingStore).get(), cropRect);
108 m_bitmap = buf->copyImage(DontCopyBackingStore);
Frame.cpp 663 RefPtr<Image> image = buffer->copyImage();
693 RefPtr<Image> image = buffer->copyImage();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.h 88 PassRefPtr<Image> copyImage(BackingStoreCopy = CopyBackingStore, ScaleBehavior = Scaled) const;
89 // Give hints on the faster copyImage Mode, return DontCopyBackingStore if it supports the DontCopyBackingStore behavior
ImageBuffer.cpp 116 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETile.cpp 87 RefPtr<Pattern> pattern = Pattern::create(tileImage->copyImage(CopyBackingStore), true, true);
FEBlend.cpp 220 RefPtr<Image> foreground = in->asImageBuffer()->copyImage(DontCopyBackingStore);
221 RefPtr<Image> background = in2->asImageBuffer()->copyImage(DontCopyBackingStore);
FEDisplacementMap.cpp 187 RefPtr<Image> color = in->asImageBuffer()->copyImage(DontCopyBackingStore);
188 RefPtr<Image> displ = in2->asImageBuffer()->copyImage(DontCopyBackingStore);
FEDropShadow.cpp 112 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
FEComponentTransfer.cpp 184 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
FEColorMatrix.cpp 267 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
FEMorphology.cpp 248 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
FEGaussianBlur.cpp 325 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
FELighting.cpp 471 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h 200 virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destFormat,
202 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...]
  /external/chromium_org/third_party/angle/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 340 m_presentedImage = buffer()->copyImage(CopyBackingStore, Unscaled);
541 m_copiedImage = buffer()->copyImage(CopyBackingStore, Unscaled);
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 202 return buffer->copyImage(CopyBackingStore)->nativeImageForCurrentFrame();
228 RefPtr<Image> image = buffer->copyImage(DontCopyBackingStore, Unscaled);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 99 void copyImage(const HitTestResult&);
Editor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.cpp 193 RefPtr<Image> image = buffer->copyImage();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.cpp 103 RefPtr<Image> copiedImage = tileImage->copyImage(CopyBackingStore);

Completed in 790 milliseconds

1 2