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

  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 137 RetainPtr<CGImageRef> m_pendingContentsImage;
GraphicsLayerCACF.cpp 352 m_pendingContentsImage = image->nativeImageForCurrentFrame();
357 m_pendingContentsImage = 0;
611 if (m_pendingContentsImage) {
625 m_contentsLayer->setContents(m_pendingContentsImage.get());
626 m_pendingContentsImage = 0;
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 343 RetainPtr<CGImageRef> m_pendingContentsImage;
GraphicsLayerCA.mm 772 m_pendingContentsImage = image->nativeImageForCurrentFrame();
773 CGColorSpaceRef colorSpace = CGImageGetColorSpace(m_pendingContentsImage.get());
780 m_pendingContentsImage.adoptCF(CGImageCreateCopyWithColorSpace(m_pendingContentsImage.get(), genericRGB));
786 m_pendingContentsImage = 0;
    [all...]

Completed in 161 milliseconds