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

  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 358 RetainPtr<CGImageRef> m_uncorrectedContentsImage;
GraphicsLayerCA.cpp 677 if (m_uncorrectedContentsImage && m_uncorrectedContentsImage.get() == newImage)
680 m_uncorrectedContentsImage = newImage;
698 m_uncorrectedContentsImage = 0;
    [all...]

Completed in 36 milliseconds