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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 786 if (m_skiaImage)
787 m_skiaImage->bitmap().unlockPixels();
794 m_skiaImage = m_image->nativeImageForCurrentFrame();
796 bool hasAlpha = m_skiaImage ? !m_skiaImage->bitmap().isOpaque() : true;
797 if ((!m_skiaImage || ignoreGammaAndColorProfile || (hasAlpha && !premultiplyAlpha)) && m_image->data()) {
    [all...]
GraphicsContext3D.h 757 RefPtr<NativeImageSkia> m_skiaImage;
    [all...]

Completed in 64 milliseconds