HomeSort by relevance Sort by last modified time
    Searched refs:DontCopyBackingStore (Results 1 - 12 of 12) sorted by null

  /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);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageBuffer.h 71 DontCopyBackingStore // Subsequent draws may affect the copy.
108 // Give hints on the faster copyImage Mode, return DontCopyBackingStore if it supports the DontCopyBackingStore behavior
ImageBuffer.cpp 203 return DontCopyBackingStore;
  /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);
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/WebKit/Source/core/svg/graphics/
SVGImage.cpp 157 // FIXME: WK(Bug 113657): We should use DontCopyBackingStore here.
183 RefPtr<Image> image = buffer->copyImage(DontCopyBackingStore, Unscaled);

Completed in 141 milliseconds