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

  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 132 RetainPtr<CGImageRef> m_pendingContentsImage;
GraphicsLayerCACF.cpp 352 m_pendingContentsImage = image->nativeImageForCurrentFrame();
357 m_pendingContentsImage = 0;
661 if (m_pendingContentsImage) {
675 m_contentsLayer->setContents(m_pendingContentsImage.get());
676 m_pendingContentsImage = 0;
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 681 m_pendingContentsImage = newImage;
684 CGColorSpaceRef colorSpace = CGImageGetColorSpace(m_pendingContentsImage.get());
691 m_pendingContentsImage.adoptCF(CGImageCreateCopyWithColorSpace(m_pendingContentsImage.get(), genericRGB));
699 m_pendingContentsImage = 0;
    [all...]
GraphicsLayerCA.h 359 RetainPtr<CGImageRef> m_pendingContentsImage;

Completed in 1293 milliseconds